COLOR #E3EDD4

HEX: #E3EDD4
RGB: (227,237,212)

Color info

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

RGB color model

#E3EDD4 color RGB value is (227,237,212).

  • red value is 227;
  • green value is 237;
  • blue value is 212.
RGB:
(227,237,212)
(89%,93%,83%)

RGB channels and saturation

R 227 of 255 = 89%
G 237 of 255 = 93%
B 212 of 255 = 83%

227
237
212

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

Portions of RGB colors in percentages

R + G + B =
227 + 237 + 212 = 676 (100%)
R 227 of 676 ~ 33.58%
G 237 of 676 ~ 35.06%
B 212 of 676 ~ 31.36%

%33.58
%35.06
%31.36

CMYK color model

#E3EDD4 color CMYK value is (4,0,11,7).

  • cyan value is 4.22%
  • magenta value is 0.00%
  • yellow value is 10.55%
  • key color value is 7.06%
CMYK:
(4,0,11,7)
C4M0Y11K7 
(4%,0%,11%,7%)
(0.04/0.00/0.11/0.07)	

CMYK percentages

%4.22
%0
%10.55
%7.06

Codes

Color #E3EDD4 in popluar color models

E3EDD4
RGB227237212
HSL84°40.98%88.04%
HSB/HSV84°10.55%92.94%
CMYK4.22%0.00%10.55%
7.06%

Color #E3EDD4 in popluar number systems.

HEXE3EDD4
Decimal227237212
Binary111000111110110111010100
Octal343355324

Shades and tints

Shades of #E3EDD4

#E3EDD4
(227,237,212)
#CFD8C1
(207,216,193)
#BBC3AE
(187,195,174)
#A7AE9B
(167,174,155)
#939988
(147,153,136)
#7F8475
(127,132,117)
#6B6F62
(107,111,98)
#575A4F
(87,90,79)
#43453C
(67,69,60)
#2F3029
(47,48,41)
#1B1B16
(27,27,22)
#000000
(0,0,0)

Tints of #E3EDD4

#E3EDD4
(227,237,212)
#E5EED7
(229,238,215)
#E7EFDA
(231,239,218)
#E9F0DD
(233,240,221)
#EBF1E0
(235,241,224)
#EDF2E3
(237,242,227)
#EFF3E6
(239,243,230)
#F1F4E9
(241,244,233)
#F3F5EC
(243,245,236)
#F5F6EF
(245,246,239)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3EDD4 color. Also use rgb(227,237,212) instead hex code.

Text Font Color

.myTextColor { color: #E3EDD4; }

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

This text font color is #E3EDD4.


Background Color

.myBgColor { background-color: #E3EDD4; }

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

This div background color is #E3EDD4.


Border color

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

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

This div border color is #E3EDD4.


Opacity

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

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

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

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

This text has shadow with #E3EDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3EDD4 on black background.


Color preview on white background

This text has color #E3EDD4 on white background.



Black color preview on #E3EDD4 background

This text has black color on #E3EDD4 background.


White color preview on #E3EDD4 background

This text has white color on #E3EDD4 background.