COLOR #E8D3B8

HEX: #E8D3B8 RGB: (232,211,184)

Color info

#E8D3B8 contains red, green and blue colors in about the same proportion. Web safe color of #E8D3B8 is #FFCCCC (or #FCC).

RGB color model

#E8D3B8 color RGB value is (232,211,184).

RGB: (232,211,184) (91%, 83%, 72%)

RGB channels and saturation

R 232 of 255 = 91%
G 211 of 255 = 83%
B 184 of 255 = 72%

232
211
184

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

Portions of RGB colors in percentages

R + G + B = 232 + 211 + 184 = 627 (100%)
R 232 of 627 ~ 37%
G 211 of 627 ~ 33.65%
B 184 of 627 ~ 29.35'%

%37
%33.65
%29.35

CMYK color model

#E8D3B8 color CMYK value is (0,9,21,9).

  • cyan value is 0.00%
  • magenta value is 9.05%
  • yellow value is 20.69%
  • key color value is 9.02%

CMYK: (0,9,21,9)
C0M9Y21K9 (0%, 9%, 21%, 9%)
(0.00 / 0.09 / 0.21 / 0.09)

CMYK percentages

%0
%9.05
%20.69
%9.02

Codes

Color #E8D3B8 in popluar color models

E8 D3 B8
RGB 232 211 184
HSL 34° 51.06% 81.57%
HSB/HSV 34° 20.69% 90.98%
CMYK 0.00% 9.05% 20.69%
9.02%

Color #E8D3B8 in popluar number systems.

HEX E8 D3 B8
Decimal 232 211 184
Binary 11101000 11010011 10111000
Octal 350 323 270

Shades and tints

Shades of #E8D3B8

#E8D3B8
(232,211,184)
#D3C0A8
(211,192,168)
#BEAD98
(190,173,152)
#A99A88
(169,154,136)
#948778
(148,135,120)
#7F7468
(127,116,104)
#6A6158
(106,97,88)
#554E48
(85,78,72)
#403B38
(64,59,56)
#2B2828
(43,40,40)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #E8D3B8

#E8D3B8
(232,211,184)
#EAD7BE
(234,215,190)
#ECDBC4
(236,219,196)
#EEDFCA
(238,223,202)
#F0E3D0
(240,227,208)
#F2E7D6
(242,231,214)
#F4EBDC
(244,235,220)
#F6EFE2
(246,239,226)
#F8F3E8
(248,243,232)
#FAF7EE
(250,247,238)
#FCFBF4
(252,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D3B8 color. Also use rgb(232,211,184) instead hex code.

Text Font Color

.myTextColor { color: #E8D3B8; }

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

This text font color is #E8D3B8.

Background Color

.myBgColor { background-color: #E8D3B8; }

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

This div background color is #E8D3B8.

Border color

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

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

This div border color is #E8D3B8.

Opacity

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

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

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

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

This text has shadow with #E8D3B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8D3B8.

Preview

Color preview on black background

This text has color #E8D3B8 on black background.


Color preview on white background

This text has color #E8D3B8 on white background.


Black color preview on #E8D3B8 background

This text has black color on #E8D3B8 background.


White color preview on #E8D3B8 background

This text has white color on #E8D3B8 background.


Related colors

Complementary color

Complementary color for #hex is #172C47.


I love getcolorcode.com

Triadic colors

1 #B8E8D3 and #D3B8E8 with #E8D3B8 are triadic colors.

2 #B8D3E8 and #D3E8B8 with #E8D3B8 are triadic colors.