Hex #e6f0ee Color

#e6f0ee
equivalent to

RGB

(230, 240, 238)

Details of #e6f0ee

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
230
79.2258
0.47
0.04
94.0192
85.3162
168°
92.3668
240
85.3162
0.25
0.00
-3.6631
0.3074
-8.5364
238
93.1809
0.92
0.01   0.06
-0.1945
0.3310
94°
4.8646

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11100110
346
230
E6
Green
11110000
360
240
F0
Blue
11101110
356
238
EE

RGB in % of #e6f0ee

%32.49
%33.90
%33.62

CMYK in % of #e6f0ee

%4
%0
%1
%6

Triads of color #e6f0ee

#e6f0ee #f0eee6 #eee6ee

Similar Colors to #e6f0ee

#e6f0ee #e6f0e9 #e6edf0

Preview Color #e6f0ee on black ground

#e6f0ee is very interesting for text.

Preview Color #e6f0ee on white ground

#e6f0ee is very interesting for text.

CSS Codes #e6f0ee color

.mybgcolor {background-color:#e6f0ee; }
.myforecolor {color:#e6f0ee; }
.mybordercolor {border:3px solid #e6f0ee; }

Text Font Color #e6f0ee

<p style="color:#e6f0ee">Text here</p>

This sample text font color is #e6f0ee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #e6f0ee

<div style="background-color:#e6f0ee">
Div content here</div>

This div background color is #e6f0ee


Border Color #e6f0ee

<div style="border:3px solid #e6f0ee">
Div here</div>

The color of this border is #e6f0ee


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #e6f0ee; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #e6f0ee;
-webkit-box-shadow: 1px 1px 3px 2px #e6f0ee;
box-shadow:         1px 1px 3px 2px #e6f0ee; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #e6f0ee">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #e6f0ee;
  -webkit-box-shadow: 1px 1px 3px 2px #e6f0ee;
  box-shadow:         1px 1px 3px 2px #e6f0ee;">
Div content here</div>

The shadow of div box using color #e6f0ee