COLOR #EEEAD2

HEX: #EEEAD2
RGB: (238,234,210)

Color info

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

RGB color model

#EEEAD2 color RGB value is (238,234,210).

  • red value is 238;
  • green value is 234;
  • blue value is 210.
RGB:
(238,234,210)
(93%,92%,82%)

RGB channels and saturation

R 238 of 255 = 93%
G 234 of 255 = 92%
B 210 of 255 = 82%

238
234
210

R + G + B ~ 89%. #EEEAD2 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 234 + 210 = 682 (100%)
R 238 of 682 ~ 34.9%
G 234 of 682 ~ 34.31%
B 210 of 682 ~ 30.79%

%34.9
%34.31
%30.79

CMYK color model

#EEEAD2 color CMYK value is (0,2,12,7).

  • cyan value is 0.00%
  • magenta value is 1.68%
  • yellow value is 11.76%
  • key color value is 6.67%
CMYK:
(0,2,12,7)
C0M2Y12K7 
(0%,2%,12%,7%)
(0.00/0.02/0.12/0.07)	

CMYK percentages

%0
%1.68
%11.76
%6.67

Codes

Color #EEEAD2 in popluar color models

EEEAD2
RGB238234210
HSL51°45.16%87.84%
HSB/HSV51°11.76%93.33%
CMYK0.00%1.68%11.76%
6.67%

Color #EEEAD2 in popluar number systems.

HEXEEEAD2
Decimal238234210
Binary111011101110101011010010
Octal356352322

Shades and tints

Shades of #EEEAD2

#EEEAD2
(238,234,210)
#D9D5BF
(217,213,191)
#C4C0AC
(196,192,172)
#AFAB99
(175,171,153)
#9A9686
(154,150,134)
#858173
(133,129,115)
#706C60
(112,108,96)
#5B574D
(91,87,77)
#46423A
(70,66,58)
#312D27
(49,45,39)
#1C1814
(28,24,20)
#000000
(0,0,0)

Tints of #EEEAD2

#EEEAD2
(238,234,210)
#EFEBD6
(239,235,214)
#F0ECDA
(240,236,218)
#F1EDDE
(241,237,222)
#F2EEE2
(242,238,226)
#F3EFE6
(243,239,230)
#F4F0EA
(244,240,234)
#F5F1EE
(245,241,238)
#F6F2F2
(246,242,242)
#F7F3F6
(247,243,246)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEEAD2 color. Also use rgb(238,234,210) instead hex code.

Text Font Color

.myTextColor { color: #EEEAD2; }

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

This text font color is #EEEAD2.


Background Color

.myBgColor { background-color: #EEEAD2; }

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

This div background color is #EEEAD2.


Border color

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

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

This div border color is #EEEAD2.


Opacity

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

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

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

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

This text has shadow with #EEEAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEAD2 on black background.


Color preview on white background

This text has color #EEEAD2 on white background.



Black color preview on #EEEAD2 background

This text has black color on #EEEAD2 background.


White color preview on #EEEAD2 background

This text has white color on #EEEAD2 background.