COLOR #E3EED2

HEX: #E3EED2 RGB: (227,238,210)

Color info

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

RGB color model

#E3EED2 color RGB value is (227,238,210).

RGB: (227,238,210) (89%, 93%, 82%)

RGB channels and saturation

R 227 of 255 = 89%
G 238 of 255 = 93%
B 210 of 255 = 82%

227
238
210

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

Portions of RGB colors in percentages

R + G + B = 227 + 238 + 210 = 675 (100%)
R 227 of 675 ~ 33.63%
G 238 of 675 ~ 35.26%
B 210 of 675 ~ 31.11'%

%33.63
%35.26
%31.11

CMYK color model

#E3EED2 color CMYK value is (5,0,12,7).

  • cyan value is 4.62%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 6.67%

CMYK: (5,0,12,7)
C5M0Y12K7 (5%, 0%, 12%, 7%)
(0.05 / 0.00 / 0.12 / 0.07)

CMYK percentages

%4.62
%0
%11.76
%6.67

Codes

Color #E3EED2 in popluar color models

E3 EE D2
RGB 227 238 210
HSL 84° 45.16% 87.84%
HSB/HSV 84° 11.76% 93.33%
CMYK 4.62% 0.00% 11.76%
6.67%

Color #E3EED2 in popluar number systems.

HEX E3 EE D2
Decimal 227 238 210
Binary 11100011 11101110 11010010
Octal 343 356 322

Shades and tints

Shades of #E3EED2

#E3EED2
(227,238,210)
#CFD9BF
(207,217,191)
#BBC4AC
(187,196,172)
#A7AF99
(167,175,153)
#939A86
(147,154,134)
#7F8573
(127,133,115)
#6B7060
(107,112,96)
#575B4D
(87,91,77)
#43463A
(67,70,58)
#2F3127
(47,49,39)
#1B1C14
(27,28,20)
#000000
(0,0,0)

Tints of #E3EED2

#E3EED2
(227,238,210)
#E5EFD6
(229,239,214)
#E7F0DA
(231,240,218)
#E9F1DE
(233,241,222)
#EBF2E2
(235,242,226)
#EDF3E6
(237,243,230)
#EFF4EA
(239,244,234)
#F1F5EE
(241,245,238)
#F3F6F2
(243,246,242)
#F5F7F6
(245,247,246)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3EED2; }

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

This text font color is #E3EED2.

Background Color

.myBgColor { background-color: #E3EED2; }

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

This div background color is #E3EED2.

Border color

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

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

This div border color is #E3EED2.

Opacity

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

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

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

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

This text has shadow with #E3EED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3EED2.

Preview

Color preview on black background

This text has color #E3EED2 on black background.


Color preview on white background

This text has color #E3EED2 on white background.


Black color preview on #E3EED2 background

This text has black color on #E3EED2 background.


White color preview on #E3EED2 background

This text has white color on #E3EED2 background.


Related colors

Complementary color

Complementary color for #hex is #1C112D.


I love getcolorcode.com

Triadic colors

1 #D2E3EE and #EED2E3 with #E3EED2 are triadic colors.

2 #D2EEE3 and #EEE3D2 with #E3EED2 are triadic colors.