COLOR #EEE5CE

HEX: #EEE5CE
RGB: (238,229,206)

Color info

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

RGB color model

#EEE5CE color RGB value is (238,229,206).

  • red value is 238;
  • green value is 229;
  • blue value is 206.
RGB:
(238,229,206)
(93%,90%,81%)

RGB channels and saturation

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

238
229
206

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

Portions of RGB colors in percentages

R + G + B =
238 + 229 + 206 = 673 (100%)
R 238 of 673 ~ 35.36%
G 229 of 673 ~ 34.03%
B 206 of 673 ~ 30.61%

%35.36
%34.03
%30.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.78%
  • yellow value is 13.45%
  • 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.45
%6.67

Codes

Color #EEE5CE in popluar color models

EEE5CE
RGB238229206
HSL43°48.48%87.06%
HSB/HSV43°13.45%93.33%
CMYK0.00%3.78%13.45%
6.67%

Color #EEE5CE in popluar number systems.

HEXEEE5CE
Decimal238229206
Binary111011101110010111001110
Octal356345316

Shades and tints

Shades of #EEE5CE

#EEE5CE
(238,229,206)
#D9D1BC
(217,209,188)
#C4BDAA
(196,189,170)
#AFA998
(175,169,152)
#9A9586
(154,149,134)
#858174
(133,129,116)
#706D62
(112,109,98)
#5B5950
(91,89,80)
#46453E
(70,69,62)
#31312C
(49,49,44)
#1C1D1A
(28,29,26)
#000000
(0,0,0)

Tints of #EEE5CE

#EEE5CE
(238,229,206)
#EFE7D2
(239,231,210)
#F0E9D6
(240,233,214)
#F1EBDA
(241,235,218)
#F2EDDE
(242,237,222)
#F3EFE2
(243,239,226)
#F4F1E6
(244,241,230)
#F5F3EA
(245,243,234)
#F6F5EE
(246,245,238)
#F7F7F2
(247,247,242)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE5CE; }

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

This text font color is #EEE5CE.


Background Color

.myBgColor { background-color: #EEE5CE; }

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

This div background color is #EEE5CE.


Border color

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

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

This div border color is #EEE5CE.


Opacity

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

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

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

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

This text has shadow with #EEE5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE5CE on black background.


Color preview on white background

This text has color #EEE5CE on white background.



Black color preview on #EEE5CE background

This text has black color on #EEE5CE background.


White color preview on #EEE5CE background

This text has white color on #EEE5CE background.