COLOR #E8EBDC

HEX: #E8EBDC
RGB: (232,235,220)

Color info

#E8EBDC contains red, green and blue colors in about the same proportion. Web safe color of #E8EBDC is #FFFFCC (or #FFC).

RGB color model

#E8EBDC color RGB value is (232,235,220).

  • red value is 232;
  • green value is 235;
  • blue value is 220.
RGB:
(232,235,220)
(91%,92%,86%)

RGB channels and saturation

R 232 of 255 = 91%
G 235 of 255 = 92%
B 220 of 255 = 86%

232
235
220

R + G + B ~ 90%. #E8EBDC is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 235 + 220 = 687 (100%)
R 232 of 687 ~ 33.77%
G 235 of 687 ~ 34.21%
B 220 of 687 ~ 32.02%

%33.77
%34.21
%32.02

CMYK color model

#E8EBDC color CMYK value is (1,0,6,8).

  • cyan value is 1.28%
  • magenta value is 0.00%
  • yellow value is 6.38%
  • key color value is 7.84%
CMYK:
(1,0,6,8)
C1M0Y6K8 
(1%,0%,6%,8%)
(0.01/0.00/0.06/0.08)	

CMYK percentages

%1.28
%0
%6.38
%7.84

Codes

Color #E8EBDC in popluar color models

E8EBDC
RGB232235220
HSL72°27.27%89.22%
HSB/HSV72°6.38%92.16%
CMYK1.28%0.00%6.38%
7.84%

Color #E8EBDC in popluar number systems.

HEXE8EBDC
Decimal232235220
Binary111010001110101111011100
Octal350353334

Shades and tints

Shades of #E8EBDC

#E8EBDC
(232,235,220)
#D3D6C8
(211,214,200)
#BEC1B4
(190,193,180)
#A9ACA0
(169,172,160)
#94978C
(148,151,140)
#7F8278
(127,130,120)
#6A6D64
(106,109,100)
#555850
(85,88,80)
#40433C
(64,67,60)
#2B2E28
(43,46,40)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #E8EBDC

#E8EBDC
(232,235,220)
#EAECDF
(234,236,223)
#ECEDE2
(236,237,226)
#EEEEE5
(238,238,229)
#F0EFE8
(240,239,232)
#F2F0EB
(242,240,235)
#F4F1EE
(244,241,238)
#F6F2F1
(246,242,241)
#F8F3F4
(248,243,244)
#FAF4F7
(250,244,247)
#FCF5FA
(252,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8EBDC; }

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

This text font color is #E8EBDC.


Background Color

.myBgColor { background-color: #E8EBDC; }

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

This div background color is #E8EBDC.


Border color

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

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

This div border color is #E8EBDC.


Opacity

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

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

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

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

This text has shadow with #E8EBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8EBDC on black background.


Color preview on white background

This text has color #E8EBDC on white background.



Black color preview on #E8EBDC background

This text has black color on #E8EBDC background.


White color preview on #E8EBDC background

This text has white color on #E8EBDC background.