COLOR #EEE5D0

HEX: #EEE5D0
RGB: (238,229,208)

Color info

#EEE5D0 contains red, green and blue colors in about the same proportion. Web safe color of #EEE5D0 is #FFCCCC (or #FCC).

RGB color model

#EEE5D0 color RGB value is (238,229,208).

  • red value is 238;
  • green value is 229;
  • blue value is 208.
RGB:
(238,229,208)
(93%,90%,82%)

RGB channels and saturation

R 238 of 255 = 93%
G 229 of 255 = 90%
B 208 of 255 = 82%

238
229
208

R + G + B ~ 88%. #EEE5D0 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 229 + 208 = 675 (100%)
R 238 of 675 ~ 35.26%
G 229 of 675 ~ 33.93%
B 208 of 675 ~ 30.81%

%35.26
%33.93
%30.81

CMYK color model

#EEE5D0 color CMYK value is (0,4,13,7).

  • cyan value is 0.00%
  • magenta value is 3.78%
  • yellow value is 12.61%
  • key color value is 6.67%
CMYK:
(0,4,13,7)
C0M4Y13K7 
(0%,4%,13%,7%)
(0.00/0.04/0.13/0.07)	

CMYK percentages

%0
%3.78
%12.61
%6.67

Codes

Color #EEE5D0 in popluar color models

EEE5D0
RGB238229208
HSL42°46.88%87.45%
HSB/HSV42°12.61%93.33%
CMYK0.00%3.78%12.61%
6.67%

Color #EEE5D0 in popluar number systems.

HEXEEE5D0
Decimal238229208
Binary111011101110010111010000
Octal356345320

Shades and tints

Shades of #EEE5D0

#EEE5D0
(238,229,208)
#D9D1BE
(217,209,190)
#C4BDAC
(196,189,172)
#AFA99A
(175,169,154)
#9A9588
(154,149,136)
#858176
(133,129,118)
#706D64
(112,109,100)
#5B5952
(91,89,82)
#464540
(70,69,64)
#31312E
(49,49,46)
#1C1D1C
(28,29,28)
#000000
(0,0,0)

Tints of #EEE5D0

#EEE5D0
(238,229,208)
#EFE7D4
(239,231,212)
#F0E9D8
(240,233,216)
#F1EBDC
(241,235,220)
#F2EDE0
(242,237,224)
#F3EFE4
(243,239,228)
#F4F1E8
(244,241,232)
#F5F3EC
(245,243,236)
#F6F5F0
(246,245,240)
#F7F7F4
(247,247,244)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE5D0; }

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

This text font color is #EEE5D0.


Background Color

.myBgColor { background-color: #EEE5D0; }

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

This div background color is #EEE5D0.


Border color

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

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

This div border color is #EEE5D0.


Opacity

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

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

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

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

This text has shadow with #EEE5D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE5D0 on black background.


Color preview on white background

This text has color #EEE5D0 on white background.



Black color preview on #EEE5D0 background

This text has black color on #EEE5D0 background.


White color preview on #EEE5D0 background

This text has white color on #EEE5D0 background.