COLOR #E8EBDE

HEX: #E8EBDE
RGB: (232,235,222)

Color info

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

RGB color model

#E8EBDE color RGB value is (232,235,222).

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

RGB channels and saturation

R 232 of 255 = 91%
G 235 of 255 = 92%
B 222 of 255 = 87%

232
235
222

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

Portions of RGB colors in percentages

R + G + B =
232 + 235 + 222 = 689 (100%)
R 232 of 689 ~ 33.67%
G 235 of 689 ~ 34.11%
B 222 of 689 ~ 32.22%

%33.67
%34.11
%32.22

CMYK color model

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

  • cyan value is 1.28%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • 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
%5.53
%7.84

Codes

Color #E8EBDE in popluar color models

E8EBDE
RGB232235222
HSL74°24.53%89.61%
HSB/HSV74°5.53%92.16%
CMYK1.28%0.00%5.53%
7.84%

Color #E8EBDE in popluar number systems.

HEXE8EBDE
Decimal232235222
Binary111010001110101111011110
Octal350353336

Shades and tints

Shades of #E8EBDE

#E8EBDE
(232,235,222)
#D3D6CA
(211,214,202)
#BEC1B6
(190,193,182)
#A9ACA2
(169,172,162)
#94978E
(148,151,142)
#7F827A
(127,130,122)
#6A6D66
(106,109,102)
#555852
(85,88,82)
#40433E
(64,67,62)
#2B2E2A
(43,46,42)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #E8EBDE

#E8EBDE
(232,235,222)
#EAECE1
(234,236,225)
#ECEDE4
(236,237,228)
#EEEEE7
(238,238,231)
#F0EFEA
(240,239,234)
#F2F0ED
(242,240,237)
#F4F1F0
(244,241,240)
#F6F2F3
(246,242,243)
#F8F3F6
(248,243,246)
#FAF4F9
(250,244,249)
#FCF5FC
(252,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8EBDE; }

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

This text font color is #E8EBDE.


Background Color

.myBgColor { background-color: #E8EBDE; }

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

This div background color is #E8EBDE.


Border color

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

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

This div border color is #E8EBDE.


Opacity

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

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

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

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

This text has shadow with #E8EBDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8EBDE on black background.


Color preview on white background

This text has color #E8EBDE on white background.



Black color preview on #E8EBDE background

This text has black color on #E8EBDE background.


White color preview on #E8EBDE background

This text has white color on #E8EBDE background.