COLOR #EEEAD3

HEX: #EEEAD3
RGB: (238,234,211)

Color info

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

RGB color model

#EEEAD3 color RGB value is (238,234,211).

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

RGB channels and saturation

R 238 of 255 = 93%
G 234 of 255 = 92%
B 211 of 255 = 83%

238
234
211

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

Portions of RGB colors in percentages

R + G + B =
238 + 234 + 211 = 683 (100%)
R 238 of 683 ~ 34.85%
G 234 of 683 ~ 34.26%
B 211 of 683 ~ 30.89%

%34.85
%34.26
%30.89

CMYK color model

#EEEAD3 color CMYK value is (0,2,11,7).

  • cyan value is 0.00%
  • magenta value is 1.68%
  • yellow value is 11.34%
  • key color value is 6.67%
CMYK:
(0,2,11,7)
C0M2Y11K7 
(0%,2%,11%,7%)
(0.00/0.02/0.11/0.07)	

CMYK percentages

%0
%1.68
%11.34
%6.67

Codes

Color #EEEAD3 in popluar color models

EEEAD3
RGB238234211
HSL51°44.26%88.04%
HSB/HSV51°11.34%93.33%
CMYK0.00%1.68%11.34%
6.67%

Color #EEEAD3 in popluar number systems.

HEXEEEAD3
Decimal238234211
Binary111011101110101011010011
Octal356352323

Shades and tints

Shades of #EEEAD3

#EEEAD3
(238,234,211)
#D9D5C0
(217,213,192)
#C4C0AD
(196,192,173)
#AFAB9A
(175,171,154)
#9A9687
(154,150,135)
#858174
(133,129,116)
#706C61
(112,108,97)
#5B574E
(91,87,78)
#46423B
(70,66,59)
#312D28
(49,45,40)
#1C1815
(28,24,21)
#000000
(0,0,0)

Tints of #EEEAD3

#EEEAD3
(238,234,211)
#EFEBD7
(239,235,215)
#F0ECDB
(240,236,219)
#F1EDDF
(241,237,223)
#F2EEE3
(242,238,227)
#F3EFE7
(243,239,231)
#F4F0EB
(244,240,235)
#F5F1EF
(245,241,239)
#F6F2F3
(246,242,243)
#F7F3F7
(247,243,247)
#F8F4FB
(248,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEAD3; }

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

This text font color is #EEEAD3.


Background Color

.myBgColor { background-color: #EEEAD3; }

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

This div background color is #EEEAD3.


Border color

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

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

This div border color is #EEEAD3.


Opacity

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

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

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

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

This text has shadow with #EEEAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEAD3 on black background.


Color preview on white background

This text has color #EEEAD3 on white background.



Black color preview on #EEEAD3 background

This text has black color on #EEEAD3 background.


White color preview on #EEEAD3 background

This text has white color on #EEEAD3 background.