COLOR #E4D6B8

HEX: #E4D6B8
RGB: (228,214,184)

Color info

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

RGB color model

#E4D6B8 color RGB value is (228,214,184).

  • red value is 228;
  • green value is 214;
  • blue value is 184.
RGB:
(228,214,184)
(89%,84%,72%)

RGB channels and saturation

R 228 of 255 = 89%
G 214 of 255 = 84%
B 184 of 255 = 72%

228
214
184

R + G + B ~ 82%. #E4D6B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 214 + 184 = 626 (100%)
R 228 of 626 ~ 36.42%
G 214 of 626 ~ 34.19%
B 184 of 626 ~ 29.39%

%36.42
%34.19
%29.39

CMYK color model

#E4D6B8 color CMYK value is (0,6,19,11).

  • cyan value is 0.00%
  • magenta value is 6.14%
  • yellow value is 19.30%
  • key color value is 10.59%
CMYK:
(0,6,19,11)
C0M6Y19K11 
(0%,6%,19%,11%)
(0.00/0.06/0.19/0.11)	

CMYK percentages

%0
%6.14
%19.3
%10.59

Codes

Color #E4D6B8 in popluar color models

E4D6B8
RGB228214184
HSL41°44.90%80.78%
HSB/HSV41°19.30%89.41%
CMYK0.00%6.14%19.30%
10.59%

Color #E4D6B8 in popluar number systems.

HEXE4D6B8
Decimal228214184
Binary111001001101011010111000
Octal344326270

Shades and tints

Shades of #E4D6B8

#E4D6B8
(228,214,184)
#D0C3A8
(208,195,168)
#BCB098
(188,176,152)
#A89D88
(168,157,136)
#948A78
(148,138,120)
#807768
(128,119,104)
#6C6458
(108,100,88)
#585148
(88,81,72)
#443E38
(68,62,56)
#302B28
(48,43,40)
#1C1818
(28,24,24)
#000000
(0,0,0)

Tints of #E4D6B8

#E4D6B8
(228,214,184)
#E6D9BE
(230,217,190)
#E8DCC4
(232,220,196)
#EADFCA
(234,223,202)
#ECE2D0
(236,226,208)
#EEE5D6
(238,229,214)
#F0E8DC
(240,232,220)
#F2EBE2
(242,235,226)
#F4EEE8
(244,238,232)
#F6F1EE
(246,241,238)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D6B8 color. Also use rgb(228,214,184) instead hex code.

Text Font Color

.myTextColor { color: #E4D6B8; }

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

This text font color is #E4D6B8.


Background Color

.myBgColor { background-color: #E4D6B8; }

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

This div background color is #E4D6B8.


Border color

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

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

This div border color is #E4D6B8.


Opacity

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

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

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

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

This text has shadow with #E4D6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D6B8 on black background.


Color preview on white background

This text has color #E4D6B8 on white background.



Black color preview on #E4D6B8 background

This text has black color on #E4D6B8 background.


White color preview on #E4D6B8 background

This text has white color on #E4D6B8 background.