COLOR #E3EAD2

HEX: #E3EAD2
RGB: (227,234,210)

Color info

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

RGB color model

#E3EAD2 color RGB value is (227,234,210).

  • red value is 227;
  • green value is 234;
  • blue value is 210.
RGB:
(227,234,210)
(89%,92%,82%)

RGB channels and saturation

R 227 of 255 = 89%
G 234 of 255 = 92%
B 210 of 255 = 82%

227
234
210

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

Portions of RGB colors in percentages

R + G + B =
227 + 234 + 210 = 671 (100%)
R 227 of 671 ~ 33.83%
G 234 of 671 ~ 34.87%
B 210 of 671 ~ 31.3%

%33.83
%34.87
%31.3

CMYK color model

#E3EAD2 color CMYK value is (3,0,10,8).

  • cyan value is 2.99%
  • magenta value is 0.00%
  • yellow value is 10.26%
  • key color value is 8.24%
CMYK:
(3,0,10,8)
C3M0Y10K8 
(3%,0%,10%,8%)
(0.03/0.00/0.10/0.08)	

CMYK percentages

%2.99
%0
%10.26
%8.24

Codes

Color #E3EAD2 in popluar color models

E3EAD2
RGB227234210
HSL78°36.36%87.06%
HSB/HSV78°10.26%91.76%
CMYK2.99%0.00%10.26%
8.24%

Color #E3EAD2 in popluar number systems.

HEXE3EAD2
Decimal227234210
Binary111000111110101011010010
Octal343352322

Shades and tints

Shades of #E3EAD2

#E3EAD2
(227,234,210)
#CFD5BF
(207,213,191)
#BBC0AC
(187,192,172)
#A7AB99
(167,171,153)
#939686
(147,150,134)
#7F8173
(127,129,115)
#6B6C60
(107,108,96)
#57574D
(87,87,77)
#43423A
(67,66,58)
#2F2D27
(47,45,39)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #E3EAD2

#E3EAD2
(227,234,210)
#E5EBD6
(229,235,214)
#E7ECDA
(231,236,218)
#E9EDDE
(233,237,222)
#EBEEE2
(235,238,226)
#EDEFE6
(237,239,230)
#EFF0EA
(239,240,234)
#F1F1EE
(241,241,238)
#F3F2F2
(243,242,242)
#F5F3F6
(245,243,246)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3EAD2 color. Also use rgb(227,234,210) instead hex code.

Text Font Color

.myTextColor { color: #E3EAD2; }

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

This text font color is #E3EAD2.


Background Color

.myBgColor { background-color: #E3EAD2; }

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

This div background color is #E3EAD2.


Border color

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

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

This div border color is #E3EAD2.


Opacity

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

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

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

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

This text has shadow with #E3EAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3EAD2 on black background.


Color preview on white background

This text has color #E3EAD2 on white background.



Black color preview on #E3EAD2 background

This text has black color on #E3EAD2 background.


White color preview on #E3EAD2 background

This text has white color on #E3EAD2 background.