COLOR #E2EDEA

HEX: #E2EDEA
RGB: (226,237,234)

Color info

#E2EDEA contains red, green and blue colors in about the same proportion. Web safe color of #E2EDEA is #CCFFFF (or #CFF).

RGB color model

#E2EDEA color RGB value is (226,237,234).

  • red value is 226;
  • green value is 237;
  • blue value is 234.
RGB:
(226,237,234)
(89%,93%,92%)

RGB channels and saturation

R 226 of 255 = 89%
G 237 of 255 = 93%
B 234 of 255 = 92%

226
237
234

R + G + B ~ 91%. #E2EDEA is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 237 + 234 = 697 (100%)
R 226 of 697 ~ 32.42%
G 237 of 697 ~ 34%
B 234 of 697 ~ 33.57%

%32.42
%34
%33.57

CMYK color model

#E2EDEA color CMYK value is (5,0,1,7).

  • cyan value is 4.64%
  • magenta value is 0.00%
  • yellow value is 1.27%
  • key color value is 7.06%
CMYK:
(5,0,1,7)
C5M0Y1K7 
(5%,0%,1%,7%)
(0.05/0.00/0.01/0.07)	

CMYK percentages

%4.64
%0
%1.27
%7.06

Codes

Color #E2EDEA in popluar color models

E2EDEA
RGB226237234
HSL164°23.40%90.78%
HSB/HSV164°4.64%92.94%
CMYK4.64%0.00%1.27%
7.06%

Color #E2EDEA in popluar number systems.

HEXE2EDEA
Decimal226237234
Binary111000101110110111101010
Octal342355352

Shades and tints

Shades of #E2EDEA

#E2EDEA
(226,237,234)
#CED8D5
(206,216,213)
#BAC3C0
(186,195,192)
#A6AEAB
(166,174,171)
#929996
(146,153,150)
#7E8481
(126,132,129)
#6A6F6C
(106,111,108)
#565A57
(86,90,87)
#424542
(66,69,66)
#2E302D
(46,48,45)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #E2EDEA

#E2EDEA
(226,237,234)
#E4EEEB
(228,238,235)
#E6EFEC
(230,239,236)
#E8F0ED
(232,240,237)
#EAF1EE
(234,241,238)
#ECF2EF
(236,242,239)
#EEF3F0
(238,243,240)
#F0F4F1
(240,244,241)
#F2F5F2
(242,245,242)
#F4F6F3
(244,246,243)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2EDEA color. Also use rgb(226,237,234) instead hex code.

Text Font Color

.myTextColor { color: #E2EDEA; }

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

This text font color is #E2EDEA.


Background Color

.myBgColor { background-color: #E2EDEA; }

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

This div background color is #E2EDEA.


Border color

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

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

This div border color is #E2EDEA.


Opacity

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

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

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

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

This text has shadow with #E2EDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EDEA on black background.


Color preview on white background

This text has color #E2EDEA on white background.



Black color preview on #E2EDEA background

This text has black color on #E2EDEA background.


White color preview on #E2EDEA background

This text has white color on #E2EDEA background.