COLOR #E0DEBD

HEX: #E0DEBD RGB: (224,222,189)

Color info

#E0DEBD contains red, green and blue colors in about the same proportion. Web safe color of #E0DEBD is #CCCCCC (or #CCC).

RGB color model

#E0DEBD color RGB value is (224,222,189).

RGB: (224,222,189) (88%, 87%, 74%)

RGB channels and saturation

R 224 of 255 = 88%
G 222 of 255 = 87%
B 189 of 255 = 74%

224
222
189

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

Portions of RGB colors in percentages

R + G + B = 224 + 222 + 189 = 635 (100%)
R 224 of 635 ~ 35.28%
G 222 of 635 ~ 34.96%
B 189 of 635 ~ 29.76'%

%35.28
%34.96
%29.76

CMYK color model

#E0DEBD color CMYK value is (0,1,16,12).

  • cyan value is 0.00%
  • magenta value is 0.89%
  • yellow value is 15.63%
  • key color value is 12.16%
CMYK: (0,1,16,12) C0M1Y16K12 (0%,1%,16%,12%) (0.00/0.01/0.16/0.12) 

CMYK percentages

%0
%0.89
%15.63
%12.16

Codes

Color #E0DEBD in popluar color models

E0 DE BD
RGB 224 222 189
HSL 57° 36.08% 80.98%
HSB/HSV 57° 15.63% 87.84%
CMYK 0.00% 0.89% 15.63%
12.16%

Color #E0DEBD in popluar number systems.

HEX E0 DE BD
Decimal 224 222 189
Binary 11100000 11011110 10111101
Octal 340 336 275

Shades and tints

Shades of #E0DEBD

#E0DEBD
(224,222,189)
#CCCAAC
(204,202,172)
#B8B69B
(184,182,155)
#A4A28A
(164,162,138)
#908E79
(144,142,121)
#7C7A68
(124,122,104)
#686657
(104,102,87)
#545246
(84,82,70)
#403E35
(64,62,53)
#2C2A24
(44,42,36)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #E0DEBD

#E0DEBD
(224,222,189)
#E2E1C3
(226,225,195)
#E4E4C9
(228,228,201)
#E6E7CF
(230,231,207)
#E8EAD5
(232,234,213)
#EAEDDB
(234,237,219)
#ECF0E1
(236,240,225)
#EEF3E7
(238,243,231)
#F0F6ED
(240,246,237)
#F2F9F3
(242,249,243)
#F4FCF9
(244,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DEBD; }

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

This text font color is #E0DEBD.

Background Color

.myBgColor { background-color: #E0DEBD; }

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

This div background color is #E0DEBD.

Border color

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

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

This div border color is #E0DEBD.

Opacity

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

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

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

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

This text has shadow with #E0DEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DEBD.

Preview

Color preview on black background

This text has color #E0DEBD on black background.


Color preview on white background

This text has color #E0DEBD on white background.


Black color preview on #E0DEBD background

This text has black color on #E0DEBD background.


White color preview on #E0DEBD background

This text has white color on #E0DEBD background.


Related colors

Complementary color

Complementary color for #hex is #1F2142.


I love getcolorcode.com

Triadic colors

1 #BDE0DE and #DEBDE0 with #E0DEBD are triadic colors.

2 #BDDEE0 and #DEE0BD with #E0DEBD are triadic colors.