COLOR #E8E3DC

HEX: #E8E3DC RGB: (232,227,220)

Color info

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

RGB color model

#E8E3DC color RGB value is (232,227,220).

RGB: (232,227,220) (91%, 89%, 86%)

RGB channels and saturation

R 232 of 255 = 91%
G 227 of 255 = 89%
B 220 of 255 = 86%

232
227
220

R + G + B ~ 89%. #E8E3DC is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 227 + 220 = 679 (100%)
R 232 of 679 ~ 34.17%
G 227 of 679 ~ 33.43%
B 220 of 679 ~ 32.4'%

%34.17
%33.43
%32.4

CMYK color model

#E8E3DC color CMYK value is (0,2,5,9).

  • cyan value is 0.00%
  • magenta value is 2.16%
  • yellow value is 5.17%
  • key color value is 9.02%

CMYK: (0,2,5,9)
C0M2Y5K9 (0%, 2%, 5%, 9%)
(0.00 / 0.02 / 0.05 / 0.09)

CMYK percentages

%0
%2.16
%5.17
%9.02

Codes

Color #E8E3DC in popluar color models

E8 E3 DC
RGB 232 227 220
HSL 35° 20.69% 88.63%
HSB/HSV 35° 5.17% 90.98%
CMYK 0.00% 2.16% 5.17%
9.02%

Color #E8E3DC in popluar number systems.

HEX E8 E3 DC
Decimal 232 227 220
Binary 11101000 11100011 11011100
Octal 350 343 334

Shades and tints

Shades of #E8E3DC

#E8E3DC
(232,227,220)
#D3CFC8
(211,207,200)
#BEBBB4
(190,187,180)
#A9A7A0
(169,167,160)
#94938C
(148,147,140)
#7F7F78
(127,127,120)
#6A6B64
(106,107,100)
#555750
(85,87,80)
#40433C
(64,67,60)
#2B2F28
(43,47,40)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #E8E3DC

#E8E3DC
(232,227,220)
#EAE5DF
(234,229,223)
#ECE7E2
(236,231,226)
#EEE9E5
(238,233,229)
#F0EBE8
(240,235,232)
#F2EDEB
(242,237,235)
#F4EFEE
(244,239,238)
#F6F1F1
(246,241,241)
#F8F3F4
(248,243,244)
#FAF5F7
(250,245,247)
#FCF7FA
(252,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8E3DC color. Also use rgb(232,227,220) instead hex code.

Text Font Color

.myTextColor { color: #E8E3DC; }

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

This text font color is #E8E3DC.

Background Color

.myBgColor { background-color: #E8E3DC; }

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

This div background color is #E8E3DC.

Border color

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

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

This div border color is #E8E3DC.

Opacity

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

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

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

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

This text has shadow with #E8E3DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8E3DC.

Preview

Color preview on black background

This text has color #E8E3DC on black background.


Color preview on white background

This text has color #E8E3DC on white background.


Black color preview on #E8E3DC background

This text has black color on #E8E3DC background.


White color preview on #E8E3DC background

This text has white color on #E8E3DC background.


Related colors

Complementary color

Complementary color for #hex is #171C23.


I love getcolorcode.com

Triadic colors

1 #DCE8E3 and #E3DCE8 with #E8E3DC are triadic colors.

2 #DCE3E8 and #E3E8DC with #E8E3DC are triadic colors.