COLOR #EEEDB8

HEX: #EEEDB8
RGB: (238,237,184)

Color info

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

RGB color model

#EEEDB8 color RGB value is (238,237,184).

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

RGB channels and saturation

R 238 of 255 = 93%
G 237 of 255 = 93%
B 184 of 255 = 72%

238
237
184

R + G + B ~ 86%. #EEEDB8 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 237 + 184 = 659 (100%)
R 238 of 659 ~ 36.12%
G 237 of 659 ~ 35.96%
B 184 of 659 ~ 27.92%

%36.12
%35.96
%27.92

CMYK color model

#EEEDB8 color CMYK value is (0,0,23,7).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 22.69%
  • key color value is 6.67%
CMYK:
(0,0,23,7)
C0M0Y23K7 
(0%,0%,23%,7%)
(0.00/0.00/0.23/0.07)	

CMYK percentages

%0
%0.42
%22.69
%6.67

Codes

Color #EEEDB8 in popluar color models

EEEDB8
RGB238237184
HSL59°61.36%82.75%
HSB/HSV59°22.69%93.33%
CMYK0.00%0.42%22.69%
6.67%

Color #EEEDB8 in popluar number systems.

HEXEEEDB8
Decimal238237184
Binary111011101110110110111000
Octal356355270

Shades and tints

Shades of #EEEDB8

#EEEDB8
(238,237,184)
#D9D8A8
(217,216,168)
#C4C398
(196,195,152)
#AFAE88
(175,174,136)
#9A9978
(154,153,120)
#858468
(133,132,104)
#706F58
(112,111,88)
#5B5A48
(91,90,72)
#464538
(70,69,56)
#313028
(49,48,40)
#1C1B18
(28,27,24)
#000000
(0,0,0)

Tints of #EEEDB8

#EEEDB8
(238,237,184)
#EFEEBE
(239,238,190)
#F0EFC4
(240,239,196)
#F1F0CA
(241,240,202)
#F2F1D0
(242,241,208)
#F3F2D6
(243,242,214)
#F4F3DC
(244,243,220)
#F5F4E2
(245,244,226)
#F6F5E8
(246,245,232)
#F7F6EE
(247,246,238)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEDB8; }

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

This text font color is #EEEDB8.


Background Color

.myBgColor { background-color: #EEEDB8; }

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

This div background color is #EEEDB8.


Border color

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

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

This div border color is #EEEDB8.


Opacity

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

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

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

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

This text has shadow with #EEEDB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEDB8 on black background.


Color preview on white background

This text has color #EEEDB8 on white background.



Black color preview on #EEEDB8 background

This text has black color on #EEEDB8 background.


White color preview on #EEEDB8 background

This text has white color on #EEEDB8 background.