COLOR #E6EEEC

HEX: #E6EEEC RGB: (230,238,236)

Color info

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

RGB color model

#E6EEEC color RGB value is (230,238,236).

RGB: (230,238,236) (90%, 93%, 93%)

RGB channels and saturation

R 230 of 255 = 90%
G 238 of 255 = 93%
B 236 of 255 = 93%

230
238
236

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

Portions of RGB colors in percentages

R + G + B = 230 + 238 + 236 = 704 (100%)
R 230 of 704 ~ 32.67%
G 238 of 704 ~ 33.81%
B 236 of 704 ~ 33.52'%

%32.67
%33.81
%33.52

CMYK color model

#E6EEEC color CMYK value is (3,0,1,7).

  • cyan value is 3.36%
  • magenta value is 0.00%
  • yellow value is 0.84%
  • key color value is 6.67%

CMYK: (3,0,1,7)
C3M0Y1K7 (3%, 0%, 1%, 7%)
(0.03 / 0.00 / 0.01 / 0.07)

CMYK percentages

%3.36
%0
%0.84
%6.67

Codes

Color #E6EEEC in popluar color models

E6 EE EC
RGB 230 238 236
HSL 165° 19.05% 91.76%
HSB/HSV 165° 3.36% 93.33%
CMYK 3.36% 0.00% 0.84%
6.67%

Color #E6EEEC in popluar number systems.

HEX E6 EE EC
Decimal 230 238 236
Binary 11100110 11101110 11101100
Octal 346 356 354

Shades and tints

Shades of #E6EEEC

#E6EEEC
(230,238,236)
#D2D9D7
(210,217,215)
#BEC4C2
(190,196,194)
#AAAFAD
(170,175,173)
#969A98
(150,154,152)
#828583
(130,133,131)
#6E706E
(110,112,110)
#5A5B59
(90,91,89)
#464644
(70,70,68)
#32312F
(50,49,47)
#1E1C1A
(30,28,26)
#000000
(0,0,0)

Tints of #E6EEEC

#E6EEEC
(230,238,236)
#E8EFED
(232,239,237)
#EAF0EE
(234,240,238)
#ECF1EF
(236,241,239)
#EEF2F0
(238,242,240)
#F0F3F1
(240,243,241)
#F2F4F2
(242,244,242)
#F4F5F3
(244,245,243)
#F6F6F4
(246,246,244)
#F8F7F5
(248,247,245)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EEEC; }

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

This text font color is #E6EEEC.

Background Color

.myBgColor { background-color: #E6EEEC; }

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

This div background color is #E6EEEC.

Border color

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

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

This div border color is #E6EEEC.

Opacity

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

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

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

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

This text has shadow with #E6EEEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EEEC.

Preview

Color preview on black background

This text has color #E6EEEC on black background.


Color preview on white background

This text has color #E6EEEC on white background.


Black color preview on #E6EEEC background

This text has black color on #E6EEEC background.


White color preview on #E6EEEC background

This text has white color on #E6EEEC background.


Related colors

Complementary color

Complementary color for #hex is #191113.


I love getcolorcode.com

Triadic colors

1 #ECE6EE and #EEECE6 with #E6EEEC are triadic colors.

2 #ECEEE6 and #EEE6EC with #E6EEEC are triadic colors.