COLOR #E3EDDE

HEX: #E3EDDE RGB: (227,237,222)

Color info

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

RGB color model

#E3EDDE color RGB value is (227,237,222).

RGB: (227,237,222) (89%, 93%, 87%)

RGB channels and saturation

R 227 of 255 = 89%
G 237 of 255 = 93%
B 222 of 255 = 87%

227
237
222

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

Portions of RGB colors in percentages

R + G + B = 227 + 237 + 222 = 686 (100%)
R 227 of 686 ~ 33.09%
G 237 of 686 ~ 34.55%
B 222 of 686 ~ 32.36'%

%33.09
%34.55
%32.36

CMYK color model

#E3EDDE color CMYK value is (4,0,6,7).

  • cyan value is 4.22%
  • magenta value is 0.00%
  • yellow value is 6.33%
  • key color value is 7.06%
CMYK: (4,0,6,7) C4M0Y6K7 (4%,0%,6%,7%) (0.04/0.00/0.06/0.07) 

CMYK percentages

%4.22
%0
%6.33
%7.06

Codes

Color #E3EDDE in popluar color models

E3 ED DE
RGB 227 237 222
HSL 100° 29.41% 90.00%
HSB/HSV 100° 6.33% 92.94%
CMYK 4.22% 0.00% 6.33%
7.06%

Color #E3EDDE in popluar number systems.

HEX E3 ED DE
Decimal 227 237 222
Binary 11100011 11101101 11011110
Octal 343 355 336

Shades and tints

Shades of #E3EDDE

#E3EDDE
(227,237,222)
#CFD8CA
(207,216,202)
#BBC3B6
(187,195,182)
#A7AEA2
(167,174,162)
#93998E
(147,153,142)
#7F847A
(127,132,122)
#6B6F66
(107,111,102)
#575A52
(87,90,82)
#43453E
(67,69,62)
#2F302A
(47,48,42)
#1B1B16
(27,27,22)
#000000
(0,0,0)

Tints of #E3EDDE

#E3EDDE
(227,237,222)
#E5EEE1
(229,238,225)
#E7EFE4
(231,239,228)
#E9F0E7
(233,240,231)
#EBF1EA
(235,241,234)
#EDF2ED
(237,242,237)
#EFF3F0
(239,243,240)
#F1F4F3
(241,244,243)
#F3F5F6
(243,245,246)
#F5F6F9
(245,246,249)
#F7F7FC
(247,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3EDDE; }

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

This text font color is #E3EDDE.

Background Color

.myBgColor { background-color: #E3EDDE; }

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

This div background color is #E3EDDE.

Border color

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

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

This div border color is #E3EDDE.

Opacity

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

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

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

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

This text has shadow with #E3EDDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3EDDE.

Preview

Color preview on black background

This text has color #E3EDDE on black background.


Color preview on white background

This text has color #E3EDDE on white background.


Black color preview on #E3EDDE background

This text has black color on #E3EDDE background.


White color preview on #E3EDDE background

This text has white color on #E3EDDE background.


Related colors

Complementary color

Complementary color for #hex is #1C1221.


I love getcolorcode.com

Triadic colors

1 #DEE3ED and #EDDEE3 with #E3EDDE are triadic colors.

2 #DEEDE3 and #EDE3DE with #E3EDDE are triadic colors.