COLOR #EEE6E0

HEX: #EEE6E0 RGB: (238,230,224)

Color info

#EEE6E0 contains red, green and blue colors in about the same proportion. Web safe color of #EEE6E0 is #FFCCCC (or #FCC).

RGB color model

#EEE6E0 color RGB value is (238,230,224).

RGB: (238,230,224) (93%, 90%, 88%)

RGB channels and saturation

R 238 of 255 = 93%
G 230 of 255 = 90%
B 224 of 255 = 88%

238
230
224

R + G + B ~ 90%. #EEE6E0 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 230 + 224 = 692 (100%)
R 238 of 692 ~ 34.39%
G 230 of 692 ~ 33.24%
B 224 of 692 ~ 32.37'%

%34.39
%33.24
%32.37

CMYK color model

#EEE6E0 color CMYK value is (0,3,6,7).

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

CMYK: (0,3,6,7)
C0M3Y6K7 (0%, 3%, 6%, 7%)
(0.00 / 0.03 / 0.06 / 0.07)

CMYK percentages

%0
%3.36
%5.88
%6.67

Codes

Color #EEE6E0 in popluar color models

EE E6 E0
RGB 238 230 224
HSL 26° 29.17% 90.59%
HSB/HSV 26° 5.88% 93.33%
CMYK 0.00% 3.36% 5.88%
6.67%

Color #EEE6E0 in popluar number systems.

HEX EE E6 E0
Decimal 238 230 224
Binary 11101110 11100110 11100000
Octal 356 346 340

Shades and tints

Shades of #EEE6E0

#EEE6E0
(238,230,224)
#D9D2CC
(217,210,204)
#C4BEB8
(196,190,184)
#AFAAA4
(175,170,164)
#9A9690
(154,150,144)
#85827C
(133,130,124)
#706E68
(112,110,104)
#5B5A54
(91,90,84)
#464640
(70,70,64)
#31322C
(49,50,44)
#1C1E18
(28,30,24)
#000000
(0,0,0)

Tints of #EEE6E0

#EEE6E0
(238,230,224)
#EFE8E2
(239,232,226)
#F0EAE4
(240,234,228)
#F1ECE6
(241,236,230)
#F2EEE8
(242,238,232)
#F3F0EA
(243,240,234)
#F4F2EC
(244,242,236)
#F5F4EE
(245,244,238)
#F6F6F0
(246,246,240)
#F7F8F2
(247,248,242)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE6E0; }

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

This text font color is #EEE6E0.

Background Color

.myBgColor { background-color: #EEE6E0; }

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

This div background color is #EEE6E0.

Border color

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

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

This div border color is #EEE6E0.

Opacity

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

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

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

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

This text has shadow with #EEE6E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE6E0.

Preview

Color preview on black background

This text has color #EEE6E0 on black background.


Color preview on white background

This text has color #EEE6E0 on white background.


Black color preview on #EEE6E0 background

This text has black color on #EEE6E0 background.


White color preview on #EEE6E0 background

This text has white color on #EEE6E0 background.


Related colors

Complementary color

Complementary color for #hex is #11191F.


I love getcolorcode.com

Triadic colors

1 #E0EEE6 and #E6E0EE with #EEE6E0 are triadic colors.

2 #E0E6EE and #E6EEE0 with #EEE6E0 are triadic colors.