COLOR #E6F1EE

HEX: #E6F1EE RGB: (230,241,238)

Color info

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

RGB color model

#E6F1EE color RGB value is (230,241,238).

RGB: (230,241,238) (90%, 95%, 93%)

RGB channels and saturation

R 230 of 255 = 90%
G 241 of 255 = 95%
B 238 of 255 = 93%

230
241
238

R + G + B ~ 93%. #E6F1EE is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 241 + 238 = 709 (100%)
R 230 of 709 ~ 32.44%
G 241 of 709 ~ 33.99%
B 238 of 709 ~ 33.57'%

%32.44
%33.99
%33.57

CMYK color model

#E6F1EE color CMYK value is (5,0,1,5).

  • cyan value is 4.56%
  • magenta value is 0.00%
  • yellow value is 1.24%
  • key color value is 5.49%

CMYK: (5,0,1,5)
C5M0Y1K5 (5%, 0%, 1%, 5%)
(0.05 / 0.00 / 0.01 / 0.05)

CMYK percentages

%4.56
%0
%1.24
%5.49

Codes

Color #E6F1EE in popluar color models

E6 F1 EE
RGB 230 241 238
HSL 164° 28.21% 92.35%
HSB/HSV 164° 4.56% 94.51%
CMYK 4.56% 0.00% 1.24%
5.49%

Color #E6F1EE in popluar number systems.

HEX E6 F1 EE
Decimal 230 241 238
Binary 11100110 11110001 11101110
Octal 346 361 356

Shades and tints

Shades of #E6F1EE

#E6F1EE
(230,241,238)
#D2DCD9
(210,220,217)
#BEC7C4
(190,199,196)
#AAB2AF
(170,178,175)
#969D9A
(150,157,154)
#828885
(130,136,133)
#6E7370
(110,115,112)
#5A5E5B
(90,94,91)
#464946
(70,73,70)
#323431
(50,52,49)
#1E1F1C
(30,31,28)
#000000
(0,0,0)

Tints of #E6F1EE

#E6F1EE
(230,241,238)
#E8F2EF
(232,242,239)
#EAF3F0
(234,243,240)
#ECF4F1
(236,244,241)
#EEF5F2
(238,245,242)
#F0F6F3
(240,246,243)
#F2F7F4
(242,247,244)
#F4F8F5
(244,248,245)
#F6F9F6
(246,249,246)
#F8FAF7
(248,250,247)
#FAFBF8
(250,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F1EE; }

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

This text font color is #E6F1EE.

Background Color

.myBgColor { background-color: #E6F1EE; }

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

This div background color is #E6F1EE.

Border color

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

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

This div border color is #E6F1EE.

Opacity

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

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

Text with #E6F1EE 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 #E6F1EE;}

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

This text has shadow with #E6F1EE color.


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

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6F1EE; -webkit-box-shadow: 1px 1px 3px 2px #E6F1EE; box-shadow:1px 1px 3px 2px #E6F1EE;">
Div content here
</div>

This div box has shadow with color #E6F1EE.

Preview

Color preview on black background

This text has color #E6F1EE on black background.


Color preview on white background

This text has color #E6F1EE on white background.


Black color preview on #E6F1EE background

This text has black color on #E6F1EE background.


White color preview on #E6F1EE background

This text has white color on #E6F1EE background.


Related colors

Complementary color

Complementary color for #hex is #190E11.


I love getcolorcode.com

Triadic colors

1 #EEE6F1 and #F1EEE6 with #E6F1EE are triadic colors.

2 #EEF1E6 and #F1E6EE with #E6F1EE are triadic colors.