COLOR #EEEDD8

HEX: #EEEDD8
RGB: (238,237,216)

Color info

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

RGB color model

#EEEDD8 color RGB value is (238,237,216).

  • red value is 238;
  • green value is 237;
  • blue value is 216.
RGB:
(238,237,216)
(93%,93%,85%)

RGB channels and saturation

R 238 of 255 = 93%
G 237 of 255 = 93%
B 216 of 255 = 85%

238
237
216

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

Portions of RGB colors in percentages

R + G + B =
238 + 237 + 216 = 691 (100%)
R 238 of 691 ~ 34.44%
G 237 of 691 ~ 34.3%
B 216 of 691 ~ 31.26%

%34.44
%34.3
%31.26

CMYK color model

#EEEDD8 color CMYK value is (0,0,9,7).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 9.24%
  • key color value is 6.67%
CMYK:
(0,0,9,7)
C0M0Y9K7 
(0%,0%,9%,7%)
(0.00/0.00/0.09/0.07)	

CMYK percentages

%0
%0.42
%9.24
%6.67

Codes

Color #EEEDD8 in popluar color models

EEEDD8
RGB238237216
HSL57°39.29%89.02%
HSB/HSV57°9.24%93.33%
CMYK0.00%0.42%9.24%
6.67%

Color #EEEDD8 in popluar number systems.

HEXEEEDD8
Decimal238237216
Binary111011101110110111011000
Octal356355330

Shades and tints

Shades of #EEEDD8

#EEEDD8
(238,237,216)
#D9D8C5
(217,216,197)
#C4C3B2
(196,195,178)
#AFAE9F
(175,174,159)
#9A998C
(154,153,140)
#858479
(133,132,121)
#706F66
(112,111,102)
#5B5A53
(91,90,83)
#464540
(70,69,64)
#31302D
(49,48,45)
#1C1B1A
(28,27,26)
#000000
(0,0,0)

Tints of #EEEDD8

#EEEDD8
(238,237,216)
#EFEEDB
(239,238,219)
#F0EFDE
(240,239,222)
#F1F0E1
(241,240,225)
#F2F1E4
(242,241,228)
#F3F2E7
(243,242,231)
#F4F3EA
(244,243,234)
#F5F4ED
(245,244,237)
#F6F5F0
(246,245,240)
#F7F6F3
(247,246,243)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEDD8; }

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

This text font color is #EEEDD8.


Background Color

.myBgColor { background-color: #EEEDD8; }

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

This div background color is #EEEDD8.


Border color

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

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

This div border color is #EEEDD8.


Opacity

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

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

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

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

This text has shadow with #EEEDD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEDD8 on black background.


Color preview on white background

This text has color #EEEDD8 on white background.



Black color preview on #EEEDD8 background

This text has black color on #EEEDD8 background.


White color preview on #EEEDD8 background

This text has white color on #EEEDD8 background.