COLOR #E8D5B9

HEX: #E8D5B9 RGB: (232,213,185)

Color info

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

RGB color model

#E8D5B9 color RGB value is (232,213,185).

RGB: (232,213,185) (91%, 84%, 73%)

RGB channels and saturation

R 232 of 255 = 91%
G 213 of 255 = 84%
B 185 of 255 = 73%

232
213
185

R + G + B ~ 83%. #E8D5B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 213 + 185 = 630 (100%)
R 232 of 630 ~ 36.83%
G 213 of 630 ~ 33.81%
B 185 of 630 ~ 29.37'%

%36.83
%33.81
%29.37

CMYK color model

#E8D5B9 color CMYK value is (0,8,20,9).

  • cyan value is 0.00%
  • magenta value is 8.19%
  • yellow value is 20.26%
  • key color value is 9.02%

CMYK: (0,8,20,9)
C0M8Y20K9 (0%, 8%, 20%, 9%)
(0.00 / 0.08 / 0.20 / 0.09)

CMYK percentages

%0
%8.19
%20.26
%9.02

Codes

Color #E8D5B9 in popluar color models

E8 D5 B9
RGB 232 213 185
HSL 36° 50.54% 81.76%
HSB/HSV 36° 20.26% 90.98%
CMYK 0.00% 8.19% 20.26%
9.02%

Color #E8D5B9 in popluar number systems.

HEX E8 D5 B9
Decimal 232 213 185
Binary 11101000 11010101 10111001
Octal 350 325 271

Shades and tints

Shades of #E8D5B9

#E8D5B9
(232,213,185)
#D3C2A9
(211,194,169)
#BEAF99
(190,175,153)
#A99C89
(169,156,137)
#948979
(148,137,121)
#7F7669
(127,118,105)
#6A6359
(106,99,89)
#555049
(85,80,73)
#403D39
(64,61,57)
#2B2A29
(43,42,41)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #E8D5B9

#E8D5B9
(232,213,185)
#EAD8BF
(234,216,191)
#ECDBC5
(236,219,197)
#EEDECB
(238,222,203)
#F0E1D1
(240,225,209)
#F2E4D7
(242,228,215)
#F4E7DD
(244,231,221)
#F6EAE3
(246,234,227)
#F8EDE9
(248,237,233)
#FAF0EF
(250,240,239)
#FCF3F5
(252,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D5B9 color. Also use rgb(232,213,185) instead hex code.

Text Font Color

.myTextColor { color: #E8D5B9; }

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

This text font color is #E8D5B9.

Background Color

.myBgColor { background-color: #E8D5B9; }

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

This div background color is #E8D5B9.

Border color

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

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

This div border color is #E8D5B9.

Opacity

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

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

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

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

This text has shadow with #E8D5B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8D5B9.

Preview

Color preview on black background

This text has color #E8D5B9 on black background.


Color preview on white background

This text has color #E8D5B9 on white background.


Black color preview on #E8D5B9 background

This text has black color on #E8D5B9 background.


White color preview on #E8D5B9 background

This text has white color on #E8D5B9 background.


Related colors

Complementary color

Complementary color for #hex is #172A46.


I love getcolorcode.com

Triadic colors

1 #B9E8D5 and #D5B9E8 with #E8D5B9 are triadic colors.

2 #B9D5E8 and #D5E8B9 with #E8D5B9 are triadic colors.