COLOR #EEEDDB

HEX: #EEEDDB
RGB: (238,237,219)

Color info

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

RGB color model

#EEEDDB color RGB value is (238,237,219).

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

RGB channels and saturation

R 238 of 255 = 93%
G 237 of 255 = 93%
B 219 of 255 = 86%

238
237
219

R + G + B ~ 91%. #EEEDDB is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 237 + 219 = 694 (100%)
R 238 of 694 ~ 34.29%
G 237 of 694 ~ 34.15%
B 219 of 694 ~ 31.56%

%34.29
%34.15
%31.56

CMYK color model

#EEEDDB color CMYK value is (0,0,8,7).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 7.98%
  • key color value is 6.67%
CMYK:
(0,0,8,7)
C0M0Y8K7 
(0%,0%,8%,7%)
(0.00/0.00/0.08/0.07)	

CMYK percentages

%0
%0.42
%7.98
%6.67

Codes

Color #EEEDDB in popluar color models

EEEDDB
RGB238237219
HSL57°35.85%89.61%
HSB/HSV57°7.98%93.33%
CMYK0.00%0.42%7.98%
6.67%

Color #EEEDDB in popluar number systems.

HEXEEEDDB
Decimal238237219
Binary111011101110110111011011
Octal356355333

Shades and tints

Shades of #EEEDDB

#EEEDDB
(238,237,219)
#D9D8C8
(217,216,200)
#C4C3B5
(196,195,181)
#AFAEA2
(175,174,162)
#9A998F
(154,153,143)
#85847C
(133,132,124)
#706F69
(112,111,105)
#5B5A56
(91,90,86)
#464543
(70,69,67)
#313030
(49,48,48)
#1C1B1D
(28,27,29)
#000000
(0,0,0)

Tints of #EEEDDB

#EEEDDB
(238,237,219)
#EFEEDE
(239,238,222)
#F0EFE1
(240,239,225)
#F1F0E4
(241,240,228)
#F2F1E7
(242,241,231)
#F3F2EA
(243,242,234)
#F4F3ED
(244,243,237)
#F5F4F0
(245,244,240)
#F6F5F3
(246,245,243)
#F7F6F6
(247,246,246)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEDDB; }

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

This text font color is #EEEDDB.


Background Color

.myBgColor { background-color: #EEEDDB; }

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

This div background color is #EEEDDB.


Border color

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

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

This div border color is #EEEDDB.


Opacity

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

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

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

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

This text has shadow with #EEEDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEDDB on black background.


Color preview on white background

This text has color #EEEDDB on white background.



Black color preview on #EEEDDB background

This text has black color on #EEEDDB background.


White color preview on #EEEDDB background

This text has white color on #EEEDDB background.