COLOR #E6F0EE

HEX: #E6F0EE RGB: (230,240,238)

Color info

#E6F0EE contains red, green and blue colors in about the same proportion. Web safe color of #E6F0EE is #CCFFFF (or #CFF).

RGB color model

#E6F0EE color RGB value is (230,240,238).

RGB: (230,240,238) (90%, 94%, 93%)

RGB channels and saturation

R 230 of 255 = 90%
G 240 of 255 = 94%
B 238 of 255 = 93%

230
240
238

R + G + B ~ 92%. #E6F0EE is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 240 + 238 = 708 (100%)
R 230 of 708 ~ 32.49%
G 240 of 708 ~ 33.9%
B 238 of 708 ~ 33.62'%

%32.49
%33.9
%33.62

CMYK color model

#E6F0EE color CMYK value is (4,0,1,6).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 5.88%

CMYK: (4,0,1,6)
C4M0Y1K6 (4%, 0%, 1%, 6%)
(0.04 / 0.00 / 0.01 / 0.06)

CMYK percentages

%4.17
%0
%0.83
%5.88

Codes

Color #E6F0EE in popluar color models

E6 F0 EE
RGB 230 240 238
HSL 168° 25.00% 92.16%
HSB/HSV 168° 4.17% 94.12%
CMYK 4.17% 0.00% 0.83%
5.88%

Color #E6F0EE in popluar number systems.

HEX E6 F0 EE
Decimal 230 240 238
Binary 11100110 11110000 11101110
Octal 346 360 356

Shades and tints

Shades of #E6F0EE

#E6F0EE
(230,240,238)
#D2DBD9
(210,219,217)
#BEC6C4
(190,198,196)
#AAB1AF
(170,177,175)
#969C9A
(150,156,154)
#828785
(130,135,133)
#6E7270
(110,114,112)
#5A5D5B
(90,93,91)
#464846
(70,72,70)
#323331
(50,51,49)
#1E1E1C
(30,30,28)
#000000
(0,0,0)

Tints of #E6F0EE

#E6F0EE
(230,240,238)
#E8F1EF
(232,241,239)
#EAF2F0
(234,242,240)
#ECF3F1
(236,243,241)
#EEF4F2
(238,244,242)
#F0F5F3
(240,245,243)
#F2F6F4
(242,246,244)
#F4F7F5
(244,247,245)
#F6F8F6
(246,248,246)
#F8F9F7
(248,249,247)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F0EE color. Also use rgb(230,240,238) instead hex code.

Text Font Color

.myTextColor { color: #E6F0EE; }

<p style="color:#E6F0EE">This sample text font color is #E6F0EE.</p>

This text font color is #E6F0EE.

Background Color

.myBgColor { background-color: #E6F0EE; }

<div style="background-color:#E6F0EE">Inner text</div>

This div background color is #E6F0EE.

Border color

.myBorderColor { border: 1px solid #E6F0EE; }

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

This div border color is #E6F0EE.

Opacity

.myOpacity80 { color: #E6F0EE; opacity: 0.8; }

<p style="color:#E6F0EE;opacity:0.8;">80%</p>

Text with #E6F0EE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E6F0EE;}

<p style="text-shadow: 3px 3px 1px #E6F0EE">Text here.</p>

This text has shadow with #E6F0EE color.


.textShadow {text-shadow: 3px 3px 1px #E6F0EE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E6F0EE, 5px 5px 20px red">Text here.</p>

This text has shadow with #E6F0EE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6F0EE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E6F0EE, Direction=45, Strength=4)">Text</p>

This text has shadow with #E6F0EE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6F0EE;
-webkit-box-shadow: 1px 1px 3px 2px #E6F0EE;
box-shadow: 1px 1px 3px 2px #E6F0EE;
}

/* html code with inline style */
<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>

This div box has shadow with color #E6F0EE.

Preview

Color preview on black background

This text has color #E6F0EE on black background.


Color preview on white background

This text has color #E6F0EE on white background.


Black color preview on #E6F0EE background

This text has black color on #E6F0EE background.


White color preview on #E6F0EE background

This text has white color on #E6F0EE background.


Related colors

Complementary color

Complementary color for #hex is #190F11.


I love getcolorcode.com

Triadic colors

1 #EEE6F0 and #F0EEE6 with #E6F0EE are triadic colors.

2 #EEF0E6 and #F0E6EE with #E6F0EE are triadic colors.