COLOR #E3EDD3

HEX: #E3EDD3
RGB: (227,237,211)

Color info

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

RGB color model

#E3EDD3 color RGB value is (227,237,211).

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

RGB channels and saturation

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

227
237
211

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

Portions of RGB colors in percentages

R + G + B =
227 + 237 + 211 = 675 (100%)
R 227 of 675 ~ 33.63%
G 237 of 675 ~ 35.11%
B 211 of 675 ~ 31.26%

%33.63
%35.11
%31.26

CMYK color model

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

  • cyan value is 4.22%
  • magenta value is 0.00%
  • yellow value is 10.97%
  • 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.97
%7.06

Codes

Color #E3EDD3 in popluar color models

E3EDD3
RGB227237211
HSL83°41.94%87.84%
HSB/HSV83°10.97%92.94%
CMYK4.22%0.00%10.97%
7.06%

Color #E3EDD3 in popluar number systems.

HEXE3EDD3
Decimal227237211
Binary111000111110110111010011
Octal343355323

Shades and tints

Shades of #E3EDD3

#E3EDD3
(227,237,211)
#CFD8C0
(207,216,192)
#BBC3AD
(187,195,173)
#A7AE9A
(167,174,154)
#939987
(147,153,135)
#7F8474
(127,132,116)
#6B6F61
(107,111,97)
#575A4E
(87,90,78)
#43453B
(67,69,59)
#2F3028
(47,48,40)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #E3EDD3

#E3EDD3
(227,237,211)
#E5EED7
(229,238,215)
#E7EFDB
(231,239,219)
#E9F0DF
(233,240,223)
#EBF1E3
(235,241,227)
#EDF2E7
(237,242,231)
#EFF3EB
(239,243,235)
#F1F4EF
(241,244,239)
#F3F5F3
(243,245,243)
#F5F6F7
(245,246,247)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3EDD3; }

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

This text font color is #E3EDD3.


Background Color

.myBgColor { background-color: #E3EDD3; }

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

This div background color is #E3EDD3.


Border color

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

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

This div border color is #E3EDD3.


Opacity

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

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

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

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

This text has shadow with #E3EDD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3EDD3 on black background.


Color preview on white background

This text has color #E3EDD3 on white background.



Black color preview on #E3EDD3 background

This text has black color on #E3EDD3 background.


White color preview on #E3EDD3 background

This text has white color on #E3EDD3 background.