COLOR #EEE7CD

HEX: #EEE7CD
RGB: (238,231,205)

Color info

#EEE7CD contains red, green and blue colors in about the same proportion. Web safe color of #EEE7CD is #FFFFCC (or #FFC).

RGB color model

#EEE7CD color RGB value is (238,231,205).

  • red value is 238;
  • green value is 231;
  • blue value is 205.
RGB:
(238,231,205)
(93%,91%,80%)

RGB channels and saturation

R 238 of 255 = 93%
G 231 of 255 = 91%
B 205 of 255 = 80%

238
231
205

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

Portions of RGB colors in percentages

R + G + B =
238 + 231 + 205 = 674 (100%)
R 238 of 674 ~ 35.31%
G 231 of 674 ~ 34.27%
B 205 of 674 ~ 30.42%

%35.31
%34.27
%30.42

CMYK color model

#EEE7CD color CMYK value is (0,3,14,7).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 13.87%
  • key color value is 6.67%
CMYK:
(0,3,14,7)
C0M3Y14K7 
(0%,3%,14%,7%)
(0.00/0.03/0.14/0.07)	

CMYK percentages

%0
%2.94
%13.87
%6.67

Codes

Color #EEE7CD in popluar color models

EEE7CD
RGB238231205
HSL47°49.25%86.86%
HSB/HSV47°13.87%93.33%
CMYK0.00%2.94%13.87%
6.67%

Color #EEE7CD in popluar number systems.

HEXEEE7CD
Decimal238231205
Binary111011101110011111001101
Octal356347315

Shades and tints

Shades of #EEE7CD

#EEE7CD
(238,231,205)
#D9D2BB
(217,210,187)
#C4BDA9
(196,189,169)
#AFA897
(175,168,151)
#9A9385
(154,147,133)
#857E73
(133,126,115)
#706961
(112,105,97)
#5B544F
(91,84,79)
#463F3D
(70,63,61)
#312A2B
(49,42,43)
#1C1519
(28,21,25)
#000000
(0,0,0)

Tints of #EEE7CD

#EEE7CD
(238,231,205)
#EFE9D1
(239,233,209)
#F0EBD5
(240,235,213)
#F1EDD9
(241,237,217)
#F2EFDD
(242,239,221)
#F3F1E1
(243,241,225)
#F4F3E5
(244,243,229)
#F5F5E9
(245,245,233)
#F6F7ED
(246,247,237)
#F7F9F1
(247,249,241)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE7CD color. Also use rgb(238,231,205) instead hex code.

Text Font Color

.myTextColor { color: #EEE7CD; }

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

This text font color is #EEE7CD.


Background Color

.myBgColor { background-color: #EEE7CD; }

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

This div background color is #EEE7CD.


Border color

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

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

This div border color is #EEE7CD.


Opacity

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

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

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

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

This text has shadow with #EEE7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE7CD on black background.


Color preview on white background

This text has color #EEE7CD on white background.



Black color preview on #EEE7CD background

This text has black color on #EEE7CD background.


White color preview on #EEE7CD background

This text has white color on #EEE7CD background.