COLOR #E0D2BB

HEX: #E0D2BB RGB: (224,210,187)

Color info

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

RGB color model

#E0D2BB color RGB value is (224,210,187).

RGB: (224,210,187) (88%, 82%, 73%)

RGB channels and saturation

R 224 of 255 = 88%
G 210 of 255 = 82%
B 187 of 255 = 73%

224
210
187

R + G + B ~ 81%. #E0D2BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 210 + 187 = 621 (100%)
R 224 of 621 ~ 36.07%
G 210 of 621 ~ 33.82%
B 187 of 621 ~ 30.11'%

%36.07
%33.82
%30.11

CMYK color model

#E0D2BB color CMYK value is (0,6,17,12).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 16.52%
  • key color value is 12.16%
CMYK: (0,6,17,12) C0M6Y17K12 (0%,6%,17%,12%) (0.00/0.06/0.17/0.12) 

CMYK percentages

%0
%6.25
%16.52
%12.16

Codes

Color #E0D2BB in popluar color models

E0 D2 BB
RGB 224 210 187
HSL 37° 37.37% 80.59%
HSB/HSV 37° 16.52% 87.84%
CMYK 0.00% 6.25% 16.52%
12.16%

Color #E0D2BB in popluar number systems.

HEX E0 D2 BB
Decimal 224 210 187
Binary 11100000 11010010 10111011
Octal 340 322 273

Shades and tints

Shades of #E0D2BB

#E0D2BB
(224,210,187)
#CCBFAA
(204,191,170)
#B8AC99
(184,172,153)
#A49988
(164,153,136)
#908677
(144,134,119)
#7C7366
(124,115,102)
#686055
(104,96,85)
#544D44
(84,77,68)
#403A33
(64,58,51)
#2C2722
(44,39,34)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #E0D2BB

#E0D2BB
(224,210,187)
#E2D6C1
(226,214,193)
#E4DAC7
(228,218,199)
#E6DECD
(230,222,205)
#E8E2D3
(232,226,211)
#EAE6D9
(234,230,217)
#ECEADF
(236,234,223)
#EEEEE5
(238,238,229)
#F0F2EB
(240,242,235)
#F2F6F1
(242,246,241)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D2BB color. Also use rgb(224,210,187) instead hex code.

Text Font Color

.myTextColor { color: #E0D2BB; }

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

This text font color is #E0D2BB.

Background Color

.myBgColor { background-color: #E0D2BB; }

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

This div background color is #E0D2BB.

Border color

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

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

This div border color is #E0D2BB.

Opacity

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

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

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

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

This text has shadow with #E0D2BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0D2BB.

Preview

Color preview on black background

This text has color #E0D2BB on black background.


Color preview on white background

This text has color #E0D2BB on white background.


Black color preview on #E0D2BB background

This text has black color on #E0D2BB background.


White color preview on #E0D2BB background

This text has white color on #E0D2BB background.


Related colors

Complementary color

Complementary color for #hex is #1F2D44.


I love getcolorcode.com

Triadic colors

1 #BBE0D2 and #D2BBE0 with #E0D2BB are triadic colors.

2 #BBD2E0 and #D2E0BB with #E0D2BB are triadic colors.