COLOR #EEEED5

HEX: #EEEED5
RGB: (238,238,213)

Color info

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

RGB color model

#EEEED5 color RGB value is (238,238,213).

  • red value is 238;
  • green value is 238;
  • blue value is 213.
RGB:
(238,238,213)
(93%,93%,84%)

RGB channels and saturation

R 238 of 255 = 93%
G 238 of 255 = 93%
B 213 of 255 = 84%

238
238
213

R + G + B ~ 90%. #EEEED5 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 238 + 213 = 689 (100%)
R 238 of 689 ~ 34.54%
G 238 of 689 ~ 34.54%
B 213 of 689 ~ 30.91%

%34.54
%34.54
%30.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 10.50%
  • key color value is 6.67%
CMYK:
(0,0,11,7)
C0M0Y11K7 
(0%,0%,11%,7%)
(0.00/0.00/0.11/0.07)	

CMYK percentages

%0
%0
%10.5
%6.67

Codes

Color #EEEED5 in popluar color models

EEEED5
RGB238238213
HSL60°42.37%88.43%
HSB/HSV60°10.50%93.33%
CMYK0.00%0.00%10.50%
6.67%

Color #EEEED5 in popluar number systems.

HEXEEEED5
Decimal238238213
Binary111011101110111011010101
Octal356356325

Shades and tints

Shades of #EEEED5

#EEEED5
(238,238,213)
#D9D9C2
(217,217,194)
#C4C4AF
(196,196,175)
#AFAF9C
(175,175,156)
#9A9A89
(154,154,137)
#858576
(133,133,118)
#707063
(112,112,99)
#5B5B50
(91,91,80)
#46463D
(70,70,61)
#31312A
(49,49,42)
#1C1C17
(28,28,23)
#000000
(0,0,0)

Tints of #EEEED5

#EEEED5
(238,238,213)
#EFEFD8
(239,239,216)
#F0F0DB
(240,240,219)
#F1F1DE
(241,241,222)
#F2F2E1
(242,242,225)
#F3F3E4
(243,243,228)
#F4F4E7
(244,244,231)
#F5F5EA
(245,245,234)
#F6F6ED
(246,246,237)
#F7F7F0
(247,247,240)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEED5; }

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

This text font color is #EEEED5.


Background Color

.myBgColor { background-color: #EEEED5; }

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

This div background color is #EEEED5.


Border color

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

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

This div border color is #EEEED5.


Opacity

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

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

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

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

This text has shadow with #EEEED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEED5 on black background.


Color preview on white background

This text has color #EEEED5 on white background.



Black color preview on #EEEED5 background

This text has black color on #EEEED5 background.


White color preview on #EEEED5 background

This text has white color on #EEEED5 background.