COLOR #E8DDB6

HEX: #E8DDB6 RGB: (232,221,182)

Color info

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

RGB color model

#E8DDB6 color RGB value is (232,221,182).

RGB: (232,221,182) (91%, 87%, 71%)

RGB channels and saturation

R 232 of 255 = 91%
G 221 of 255 = 87%
B 182 of 255 = 71%

232
221
182

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

Portions of RGB colors in percentages

R + G + B = 232 + 221 + 182 = 635 (100%)
R 232 of 635 ~ 36.54%
G 221 of 635 ~ 34.8%
B 182 of 635 ~ 28.66'%

%36.54
%34.8
%28.66

CMYK color model

#E8DDB6 color CMYK value is (0,5,22,9).

  • cyan value is 0.00%
  • magenta value is 4.74%
  • yellow value is 21.55%
  • key color value is 9.02%

CMYK: (0,5,22,9)
C0M5Y22K9 (0%, 5%, 22%, 9%)
(0.00 / 0.05 / 0.22 / 0.09)

CMYK percentages

%0
%4.74
%21.55
%9.02

Codes

Color #E8DDB6 in popluar color models

E8 DD B6
RGB 232 221 182
HSL 47° 52.08% 81.18%
HSB/HSV 47° 21.55% 90.98%
CMYK 0.00% 4.74% 21.55%
9.02%

Color #E8DDB6 in popluar number systems.

HEX E8 DD B6
Decimal 232 221 182
Binary 11101000 11011101 10110110
Octal 350 335 266

Shades and tints

Shades of #E8DDB6

#E8DDB6
(232,221,182)
#D3C9A6
(211,201,166)
#BEB596
(190,181,150)
#A9A186
(169,161,134)
#948D76
(148,141,118)
#7F7966
(127,121,102)
#6A6556
(106,101,86)
#555146
(85,81,70)
#403D36
(64,61,54)
#2B2926
(43,41,38)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #E8DDB6

#E8DDB6
(232,221,182)
#EAE0BC
(234,224,188)
#ECE3C2
(236,227,194)
#EEE6C8
(238,230,200)
#F0E9CE
(240,233,206)
#F2ECD4
(242,236,212)
#F4EFDA
(244,239,218)
#F6F2E0
(246,242,224)
#F8F5E6
(248,245,230)
#FAF8EC
(250,248,236)
#FCFBF2
(252,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8DDB6 color. Also use rgb(232,221,182) instead hex code.

Text Font Color

.myTextColor { color: #E8DDB6; }

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

This text font color is #E8DDB6.

Background Color

.myBgColor { background-color: #E8DDB6; }

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

This div background color is #E8DDB6.

Border color

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

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

This div border color is #E8DDB6.

Opacity

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

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

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

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

This text has shadow with #E8DDB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8DDB6.

Preview

Color preview on black background

This text has color #E8DDB6 on black background.


Color preview on white background

This text has color #E8DDB6 on white background.


Black color preview on #E8DDB6 background

This text has black color on #E8DDB6 background.


White color preview on #E8DDB6 background

This text has white color on #E8DDB6 background.


Related colors

Complementary color

Complementary color for #hex is #172249.


I love getcolorcode.com

Triadic colors

1 #B6E8DD and #DDB6E8 with #E8DDB6 are triadic colors.

2 #B6DDE8 and #DDE8B6 with #E8DDB6 are triadic colors.