COLOR #E4D0BB

HEX: #E4D0BB
RGB: (228,208,187)

Color info

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

RGB color model

#E4D0BB color RGB value is (228,208,187).

  • red value is 228;
  • green value is 208;
  • blue value is 187.
RGB:
(228,208,187)
(89%,82%,73%)

RGB channels and saturation

R 228 of 255 = 89%
G 208 of 255 = 82%
B 187 of 255 = 73%

228
208
187

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

Portions of RGB colors in percentages

R + G + B =
228 + 208 + 187 = 623 (100%)
R 228 of 623 ~ 36.6%
G 208 of 623 ~ 33.39%
B 187 of 623 ~ 30.02%

%36.6
%33.39
%30.02

CMYK color model

#E4D0BB color CMYK value is (0,9,18,11).

  • cyan value is 0.00%
  • magenta value is 8.77%
  • yellow value is 17.98%
  • key color value is 10.59%
CMYK:
(0,9,18,11)
C0M9Y18K11 
(0%,9%,18%,11%)
(0.00/0.09/0.18/0.11)	

CMYK percentages

%0
%8.77
%17.98
%10.59

Codes

Color #E4D0BB in popluar color models

E4D0BB
RGB228208187
HSL31°43.16%81.37%
HSB/HSV31°17.98%89.41%
CMYK0.00%8.77%17.98%
10.59%

Color #E4D0BB in popluar number systems.

HEXE4D0BB
Decimal228208187
Binary111001001101000010111011
Octal344320273

Shades and tints

Shades of #E4D0BB

#E4D0BB
(228,208,187)
#D0BEAA
(208,190,170)
#BCAC99
(188,172,153)
#A89A88
(168,154,136)
#948877
(148,136,119)
#807666
(128,118,102)
#6C6455
(108,100,85)
#585244
(88,82,68)
#444033
(68,64,51)
#302E22
(48,46,34)
#1C1C11
(28,28,17)
#000000
(0,0,0)

Tints of #E4D0BB

#E4D0BB
(228,208,187)
#E6D4C1
(230,212,193)
#E8D8C7
(232,216,199)
#EADCCD
(234,220,205)
#ECE0D3
(236,224,211)
#EEE4D9
(238,228,217)
#F0E8DF
(240,232,223)
#F2ECE5
(242,236,229)
#F4F0EB
(244,240,235)
#F6F4F1
(246,244,241)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D0BB color. Also use rgb(228,208,187) instead hex code.

Text Font Color

.myTextColor { color: #E4D0BB; }

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

This text font color is #E4D0BB.


Background Color

.myBgColor { background-color: #E4D0BB; }

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

This div background color is #E4D0BB.


Border color

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

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

This div border color is #E4D0BB.


Opacity

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

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

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

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

This text has shadow with #E4D0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D0BB on black background.


Color preview on white background

This text has color #E4D0BB on white background.



Black color preview on #E4D0BB background

This text has black color on #E4D0BB background.


White color preview on #E4D0BB background

This text has white color on #E4D0BB background.