COLOR #EEE9D8

HEX: #EEE9D8
RGB: (238,233,216)

Color info

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

RGB color model

#EEE9D8 color RGB value is (238,233,216).

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

RGB channels and saturation

R 238 of 255 = 93%
G 233 of 255 = 91%
B 216 of 255 = 85%

238
233
216

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

Portions of RGB colors in percentages

R + G + B =
238 + 233 + 216 = 687 (100%)
R 238 of 687 ~ 34.64%
G 233 of 687 ~ 33.92%
B 216 of 687 ~ 31.44%

%34.64
%33.92
%31.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.10%
  • yellow value is 9.24%
  • key color value is 6.67%
CMYK:
(0,2,9,7)
C0M2Y9K7 
(0%,2%,9%,7%)
(0.00/0.02/0.09/0.07)	

CMYK percentages

%0
%2.1
%9.24
%6.67

Codes

Color #EEE9D8 in popluar color models

EEE9D8
RGB238233216
HSL46°39.29%89.02%
HSB/HSV46°9.24%93.33%
CMYK0.00%2.10%9.24%
6.67%

Color #EEE9D8 in popluar number systems.

HEXEEE9D8
Decimal238233216
Binary111011101110100111011000
Octal356351330

Shades and tints

Shades of #EEE9D8

#EEE9D8
(238,233,216)
#D9D4C5
(217,212,197)
#C4BFB2
(196,191,178)
#AFAA9F
(175,170,159)
#9A958C
(154,149,140)
#858079
(133,128,121)
#706B66
(112,107,102)
#5B5653
(91,86,83)
#464140
(70,65,64)
#312C2D
(49,44,45)
#1C171A
(28,23,26)
#000000
(0,0,0)

Tints of #EEE9D8

#EEE9D8
(238,233,216)
#EFEBDB
(239,235,219)
#F0EDDE
(240,237,222)
#F1EFE1
(241,239,225)
#F2F1E4
(242,241,228)
#F3F3E7
(243,243,231)
#F4F5EA
(244,245,234)
#F5F7ED
(245,247,237)
#F6F9F0
(246,249,240)
#F7FBF3
(247,251,243)
#F8FDF6
(248,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE9D8; }

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

This text font color is #EEE9D8.


Background Color

.myBgColor { background-color: #EEE9D8; }

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

This div background color is #EEE9D8.


Border color

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

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

This div border color is #EEE9D8.


Opacity

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

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

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

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

This text has shadow with #EEE9D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE9D8 on black background.


Color preview on white background

This text has color #EEE9D8 on white background.



Black color preview on #EEE9D8 background

This text has black color on #EEE9D8 background.


White color preview on #EEE9D8 background

This text has white color on #EEE9D8 background.