COLOR #EEDEBD

HEX: #EEDEBD
RGB: (238,222,189)

Color info

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

RGB color model

#EEDEBD color RGB value is (238,222,189).

  • red value is 238;
  • green value is 222;
  • blue value is 189.
RGB:
(238,222,189)
(93%,87%,74%)

RGB channels and saturation

R 238 of 255 = 93%
G 222 of 255 = 87%
B 189 of 255 = 74%

238
222
189

R + G + B ~ 85%. #EEDEBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 222 + 189 = 649 (100%)
R 238 of 649 ~ 36.67%
G 222 of 649 ~ 34.21%
B 189 of 649 ~ 29.12%

%36.67
%34.21
%29.12

CMYK color model

#EEDEBD color CMYK value is (0,7,21,7).

  • cyan value is 0.00%
  • magenta value is 6.72%
  • yellow value is 20.59%
  • key color value is 6.67%
CMYK:
(0,7,21,7)
C0M7Y21K7 
(0%,7%,21%,7%)
(0.00/0.07/0.21/0.07)	

CMYK percentages

%0
%6.72
%20.59
%6.67

Codes

Color #EEDEBD in popluar color models

EEDEBD
RGB238222189
HSL40°59.04%83.73%
HSB/HSV40°20.59%93.33%
CMYK0.00%6.72%20.59%
6.67%

Color #EEDEBD in popluar number systems.

HEXEEDEBD
Decimal238222189
Binary111011101101111010111101
Octal356336275

Shades and tints

Shades of #EEDEBD

#EEDEBD
(238,222,189)
#D9CAAC
(217,202,172)
#C4B69B
(196,182,155)
#AFA28A
(175,162,138)
#9A8E79
(154,142,121)
#857A68
(133,122,104)
#706657
(112,102,87)
#5B5246
(91,82,70)
#463E35
(70,62,53)
#312A24
(49,42,36)
#1C1613
(28,22,19)
#000000
(0,0,0)

Tints of #EEDEBD

#EEDEBD
(238,222,189)
#EFE1C3
(239,225,195)
#F0E4C9
(240,228,201)
#F1E7CF
(241,231,207)
#F2EAD5
(242,234,213)
#F3EDDB
(243,237,219)
#F4F0E1
(244,240,225)
#F5F3E7
(245,243,231)
#F6F6ED
(246,246,237)
#F7F9F3
(247,249,243)
#F8FCF9
(248,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDEBD color. Also use rgb(238,222,189) instead hex code.

Text Font Color

.myTextColor { color: #EEDEBD; }

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

This text font color is #EEDEBD.


Background Color

.myBgColor { background-color: #EEDEBD; }

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

This div background color is #EEDEBD.


Border color

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

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

This div border color is #EEDEBD.


Opacity

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

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

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

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

This text has shadow with #EEDEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDEBD on black background.


Color preview on white background

This text has color #EEDEBD on white background.



Black color preview on #EEDEBD background

This text has black color on #EEDEBD background.


White color preview on #EEDEBD background

This text has white color on #EEDEBD background.