COLOR #E3E8D6

HEX: #E3E8D6
RGB: (227,232,214)

Color info

#E3E8D6 contains red, green and blue colors in about the same proportion. Web safe color of #E3E8D6 is #CCFFCC (or #CFC).

RGB color model

#E3E8D6 color RGB value is (227,232,214).

  • red value is 227;
  • green value is 232;
  • blue value is 214.
RGB:
(227,232,214)
(89%,91%,84%)

RGB channels and saturation

R 227 of 255 = 89%
G 232 of 255 = 91%
B 214 of 255 = 84%

227
232
214

R + G + B ~ 88%. #E3E8D6 is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 232 + 214 = 673 (100%)
R 227 of 673 ~ 33.73%
G 232 of 673 ~ 34.47%
B 214 of 673 ~ 31.8%

%33.73
%34.47
%31.8

CMYK color model

#E3E8D6 color CMYK value is (2,0,8,9).

  • cyan value is 2.16%
  • magenta value is 0.00%
  • yellow value is 7.76%
  • key color value is 9.02%
CMYK:
(2,0,8,9)
C2M0Y8K9 
(2%,0%,8%,9%)
(0.02/0.00/0.08/0.09)	

CMYK percentages

%2.16
%0
%7.76
%9.02

Codes

Color #E3E8D6 in popluar color models

E3E8D6
RGB227232214
HSL77°28.13%87.45%
HSB/HSV77°7.76%90.98%
CMYK2.16%0.00%7.76%
9.02%

Color #E3E8D6 in popluar number systems.

HEXE3E8D6
Decimal227232214
Binary111000111110100011010110
Octal343350326

Shades and tints

Shades of #E3E8D6

#E3E8D6
(227,232,214)
#CFD3C3
(207,211,195)
#BBBEB0
(187,190,176)
#A7A99D
(167,169,157)
#93948A
(147,148,138)
#7F7F77
(127,127,119)
#6B6A64
(107,106,100)
#575551
(87,85,81)
#43403E
(67,64,62)
#2F2B2B
(47,43,43)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #E3E8D6

#E3E8D6
(227,232,214)
#E5EAD9
(229,234,217)
#E7ECDC
(231,236,220)
#E9EEDF
(233,238,223)
#EBF0E2
(235,240,226)
#EDF2E5
(237,242,229)
#EFF4E8
(239,244,232)
#F1F6EB
(241,246,235)
#F3F8EE
(243,248,238)
#F5FAF1
(245,250,241)
#F7FCF4
(247,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3E8D6; }

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

This text font color is #E3E8D6.


Background Color

.myBgColor { background-color: #E3E8D6; }

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

This div background color is #E3E8D6.


Border color

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

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

This div border color is #E3E8D6.


Opacity

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

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

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

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

This text has shadow with #E3E8D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3E8D6 on black background.


Color preview on white background

This text has color #E3E8D6 on white background.



Black color preview on #E3E8D6 background

This text has black color on #E3E8D6 background.


White color preview on #E3E8D6 background

This text has white color on #E3E8D6 background.