COLOR #EEE5CF

HEX: #EEE5CF RGB: (238,229,207)

Color info

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

RGB color model

#EEE5CF color RGB value is (238,229,207).

RGB: (238,229,207) (93%, 90%, 81%)

RGB channels and saturation

R 238 of 255 = 93%
G 229 of 255 = 90%
B 207 of 255 = 81%

238
229
207

R + G + B ~ 88%. #EEE5CF is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 229 + 207 = 674 (100%)
R 238 of 674 ~ 35.31%
G 229 of 674 ~ 33.98%
B 207 of 674 ~ 30.71'%

%35.31
%33.98
%30.71

CMYK color model

#EEE5CF color CMYK value is (0,4,13,7).

  • cyan value is 0.00%
  • magenta value is 3.78%
  • yellow value is 13.03%
  • key color value is 6.67%

CMYK: (0,4,13,7)
C0M4Y13K7 (0%, 4%, 13%, 7%)
(0.00 / 0.04 / 0.13 / 0.07)

CMYK percentages

%0
%3.78
%13.03
%6.67

Codes

Color #EEE5CF in popluar color models

EE E5 CF
RGB 238 229 207
HSL 43° 47.69% 87.25%
HSB/HSV 43° 13.03% 93.33%
CMYK 0.00% 3.78% 13.03%
6.67%

Color #EEE5CF in popluar number systems.

HEX EE E5 CF
Decimal 238 229 207
Binary 11101110 11100101 11001111
Octal 356 345 317

Shades and tints

Shades of #EEE5CF

#EEE5CF
(238,229,207)
#D9D1BD
(217,209,189)
#C4BDAB
(196,189,171)
#AFA999
(175,169,153)
#9A9587
(154,149,135)
#858175
(133,129,117)
#706D63
(112,109,99)
#5B5951
(91,89,81)
#46453F
(70,69,63)
#31312D
(49,49,45)
#1C1D1B
(28,29,27)
#000000
(0,0,0)

Tints of #EEE5CF

#EEE5CF
(238,229,207)
#EFE7D3
(239,231,211)
#F0E9D7
(240,233,215)
#F1EBDB
(241,235,219)
#F2EDDF
(242,237,223)
#F3EFE3
(243,239,227)
#F4F1E7
(244,241,231)
#F5F3EB
(245,243,235)
#F6F5EF
(246,245,239)
#F7F7F3
(247,247,243)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE5CF color. Also use rgb(238,229,207) instead hex code.

Text Font Color

.myTextColor { color: #EEE5CF; }

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

This text font color is #EEE5CF.

Background Color

.myBgColor { background-color: #EEE5CF; }

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

This div background color is #EEE5CF.

Border color

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

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

This div border color is #EEE5CF.

Opacity

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

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

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

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

This text has shadow with #EEE5CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE5CF.

Preview

Color preview on black background

This text has color #EEE5CF on black background.


Color preview on white background

This text has color #EEE5CF on white background.


Black color preview on #EEE5CF background

This text has black color on #EEE5CF background.


White color preview on #EEE5CF background

This text has white color on #EEE5CF background.


Related colors

Complementary color

Complementary color for #hex is #111A30.


I love getcolorcode.com

Triadic colors

1 #CFEEE5 and #E5CFEE with #EEE5CF are triadic colors.

2 #CFE5EE and #E5EECF with #EEE5CF are triadic colors.