COLOR #E3D8B8

HEX: #E3D8B8
RGB: (227,216,184)

Color info

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

RGB color model

#E3D8B8 color RGB value is (227,216,184).

  • red value is 227;
  • green value is 216;
  • blue value is 184.
RGB:
(227,216,184)
(89%,85%,72%)

RGB channels and saturation

R 227 of 255 = 89%
G 216 of 255 = 85%
B 184 of 255 = 72%

227
216
184

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

Portions of RGB colors in percentages

R + G + B =
227 + 216 + 184 = 627 (100%)
R 227 of 627 ~ 36.2%
G 216 of 627 ~ 34.45%
B 184 of 627 ~ 29.35%

%36.2
%34.45
%29.35

CMYK color model

#E3D8B8 color CMYK value is (0,5,19,11).

  • cyan value is 0.00%
  • magenta value is 4.85%
  • yellow value is 18.94%
  • key color value is 10.98%
CMYK:
(0,5,19,11)
C0M5Y19K11 
(0%,5%,19%,11%)
(0.00/0.05/0.19/0.11)	

CMYK percentages

%0
%4.85
%18.94
%10.98

Codes

Color #E3D8B8 in popluar color models

E3D8B8
RGB227216184
HSL45°43.43%80.59%
HSB/HSV45°18.94%89.02%
CMYK0.00%4.85%18.94%
10.98%

Color #E3D8B8 in popluar number systems.

HEXE3D8B8
Decimal227216184
Binary111000111101100010111000
Octal343330270

Shades and tints

Shades of #E3D8B8

#E3D8B8
(227,216,184)
#CFC5A8
(207,197,168)
#BBB298
(187,178,152)
#A79F88
(167,159,136)
#938C78
(147,140,120)
#7F7968
(127,121,104)
#6B6658
(107,102,88)
#575348
(87,83,72)
#434038
(67,64,56)
#2F2D28
(47,45,40)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #E3D8B8

#E3D8B8
(227,216,184)
#E5DBBE
(229,219,190)
#E7DEC4
(231,222,196)
#E9E1CA
(233,225,202)
#EBE4D0
(235,228,208)
#EDE7D6
(237,231,214)
#EFEADC
(239,234,220)
#F1EDE2
(241,237,226)
#F3F0E8
(243,240,232)
#F5F3EE
(245,243,238)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D8B8 color. Also use rgb(227,216,184) instead hex code.

Text Font Color

.myTextColor { color: #E3D8B8; }

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

This text font color is #E3D8B8.


Background Color

.myBgColor { background-color: #E3D8B8; }

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

This div background color is #E3D8B8.


Border color

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

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

This div border color is #E3D8B8.


Opacity

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

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

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

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

This text has shadow with #E3D8B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D8B8 on black background.


Color preview on white background

This text has color #E3D8B8 on white background.



Black color preview on #E3D8B8 background

This text has black color on #E3D8B8 background.


White color preview on #E3D8B8 background

This text has white color on #E3D8B8 background.