COLOR #E8D6B7

HEX: #E8D6B7 RGB: (232,214,183)

Color info

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

RGB color model

#E8D6B7 color RGB value is (232,214,183).

RGB: (232,214,183) (91%, 84%, 72%)

RGB channels and saturation

R 232 of 255 = 91%
G 214 of 255 = 84%
B 183 of 255 = 72%

232
214
183

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

Portions of RGB colors in percentages

R + G + B = 232 + 214 + 183 = 629 (100%)
R 232 of 629 ~ 36.88%
G 214 of 629 ~ 34.02%
B 183 of 629 ~ 29.09'%

%36.88
%34.02
%29.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.76%
  • yellow value is 21.12%
  • key color value is 9.02%

CMYK: (0,8,21,9)
C0M8Y21K9 (0%, 8%, 21%, 9%)
(0.00 / 0.08 / 0.21 / 0.09)

CMYK percentages

%0
%7.76
%21.12
%9.02

Codes

Color #E8D6B7 in popluar color models

E8 D6 B7
RGB 232 214 183
HSL 38° 51.58% 81.37%
HSB/HSV 38° 21.12% 90.98%
CMYK 0.00% 7.76% 21.12%
9.02%

Color #E8D6B7 in popluar number systems.

HEX E8 D6 B7
Decimal 232 214 183
Binary 11101000 11010110 10110111
Octal 350 326 267

Shades and tints

Shades of #E8D6B7

#E8D6B7
(232,214,183)
#D3C3A7
(211,195,167)
#BEB097
(190,176,151)
#A99D87
(169,157,135)
#948A77
(148,138,119)
#7F7767
(127,119,103)
#6A6457
(106,100,87)
#555147
(85,81,71)
#403E37
(64,62,55)
#2B2B27
(43,43,39)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #E8D6B7

#E8D6B7
(232,214,183)
#EAD9BD
(234,217,189)
#ECDCC3
(236,220,195)
#EEDFC9
(238,223,201)
#F0E2CF
(240,226,207)
#F2E5D5
(242,229,213)
#F4E8DB
(244,232,219)
#F6EBE1
(246,235,225)
#F8EEE7
(248,238,231)
#FAF1ED
(250,241,237)
#FCF4F3
(252,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D6B7 color. Also use rgb(232,214,183) instead hex code.

Text Font Color

.myTextColor { color: #E8D6B7; }

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

This text font color is #E8D6B7.

Background Color

.myBgColor { background-color: #E8D6B7; }

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

This div background color is #E8D6B7.

Border color

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

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

This div border color is #E8D6B7.

Opacity

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

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

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

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

This text has shadow with #E8D6B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8D6B7.

Preview

Color preview on black background

This text has color #E8D6B7 on black background.


Color preview on white background

This text has color #E8D6B7 on white background.


Black color preview on #E8D6B7 background

This text has black color on #E8D6B7 background.


White color preview on #E8D6B7 background

This text has white color on #E8D6B7 background.


Related colors

Complementary color

Complementary color for #hex is #172948.


I love getcolorcode.com

Triadic colors

1 #B7E8D6 and #D6B7E8 with #E8D6B7 are triadic colors.

2 #B7D6E8 and #D6E8B7 with #E8D6B7 are triadic colors.