COLOR #EEDBB3

HEX: #EEDBB3
RGB: (238,219,179)

Color info

#EEDBB3 contains red, green and blue colors in about the same proportion. Web safe color of #EEDBB3 is #FFCC99 (or #FC9).

RGB color model

#EEDBB3 color RGB value is (238,219,179).

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

RGB channels and saturation

R 238 of 255 = 93%
G 219 of 255 = 86%
B 179 of 255 = 70%

238
219
179

R + G + B ~ 83%. #EEDBB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 219 + 179 = 636 (100%)
R 238 of 636 ~ 37.42%
G 219 of 636 ~ 34.43%
B 179 of 636 ~ 28.14%

%37.42
%34.43
%28.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 24.79%
  • key color value is 6.67%
CMYK:
(0,8,25,7)
C0M8Y25K7 
(0%,8%,25%,7%)
(0.00/0.08/0.25/0.07)	

CMYK percentages

%0
%7.98
%24.79
%6.67

Codes

Color #EEDBB3 in popluar color models

EEDBB3
RGB238219179
HSL41°63.44%81.76%
HSB/HSV41°24.79%93.33%
CMYK0.00%7.98%24.79%
6.67%

Color #EEDBB3 in popluar number systems.

HEXEEDBB3
Decimal238219179
Binary111011101101101110110011
Octal356333263

Shades and tints

Shades of #EEDBB3

#EEDBB3
(238,219,179)
#D9C8A3
(217,200,163)
#C4B593
(196,181,147)
#AFA283
(175,162,131)
#9A8F73
(154,143,115)
#857C63
(133,124,99)
#706953
(112,105,83)
#5B5643
(91,86,67)
#464333
(70,67,51)
#313023
(49,48,35)
#1C1D13
(28,29,19)
#000000
(0,0,0)

Tints of #EEDBB3

#EEDBB3
(238,219,179)
#EFDEB9
(239,222,185)
#F0E1BF
(240,225,191)
#F1E4C5
(241,228,197)
#F2E7CB
(242,231,203)
#F3EAD1
(243,234,209)
#F4EDD7
(244,237,215)
#F5F0DD
(245,240,221)
#F6F3E3
(246,243,227)
#F7F6E9
(247,246,233)
#F8F9EF
(248,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDBB3; }

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

This text font color is #EEDBB3.


Background Color

.myBgColor { background-color: #EEDBB3; }

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

This div background color is #EEDBB3.


Border color

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

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

This div border color is #EEDBB3.


Opacity

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

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

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

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

This text has shadow with #EEDBB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDBB3 on black background.


Color preview on white background

This text has color #EEDBB3 on white background.



Black color preview on #EEDBB3 background

This text has black color on #EEDBB3 background.


White color preview on #EEDBB3 background

This text has white color on #EEDBB3 background.