COLOR #E2EEDB

HEX: #E2EEDB
RGB: (226,238,219)

Color info

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

RGB color model

#E2EEDB color RGB value is (226,238,219).

  • red value is 226;
  • green value is 238;
  • blue value is 219.
RGB:
(226,238,219)
(89%,93%,86%)

RGB channels and saturation

R 226 of 255 = 89%
G 238 of 255 = 93%
B 219 of 255 = 86%

226
238
219

R + G + B ~ 89%. #E2EEDB is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 238 + 219 = 683 (100%)
R 226 of 683 ~ 33.09%
G 238 of 683 ~ 34.85%
B 219 of 683 ~ 32.06%

%33.09
%34.85
%32.06

CMYK color model

#E2EEDB color CMYK value is (5,0,8,7).

  • cyan value is 5.04%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 6.67%
CMYK:
(5,0,8,7)
C5M0Y8K7 
(5%,0%,8%,7%)
(0.05/0.00/0.08/0.07)	

CMYK percentages

%5.04
%0
%7.98
%6.67

Codes

Color #E2EEDB in popluar color models

E2EEDB
RGB226238219
HSL98°35.85%89.61%
HSB/HSV98°7.98%93.33%
CMYK5.04%0.00%7.98%
6.67%

Color #E2EEDB in popluar number systems.

HEXE2EEDB
Decimal226238219
Binary111000101110111011011011
Octal342356333

Shades and tints

Shades of #E2EEDB

#E2EEDB
(226,238,219)
#CED9C8
(206,217,200)
#BAC4B5
(186,196,181)
#A6AFA2
(166,175,162)
#929A8F
(146,154,143)
#7E857C
(126,133,124)
#6A7069
(106,112,105)
#565B56
(86,91,86)
#424643
(66,70,67)
#2E3130
(46,49,48)
#1A1C1D
(26,28,29)
#000000
(0,0,0)

Tints of #E2EEDB

#E2EEDB
(226,238,219)
#E4EFDE
(228,239,222)
#E6F0E1
(230,240,225)
#E8F1E4
(232,241,228)
#EAF2E7
(234,242,231)
#ECF3EA
(236,243,234)
#EEF4ED
(238,244,237)
#F0F5F0
(240,245,240)
#F2F6F3
(242,246,243)
#F4F7F6
(244,247,246)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2EEDB color. Also use rgb(226,238,219) instead hex code.

Text Font Color

.myTextColor { color: #E2EEDB; }

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

This text font color is #E2EEDB.


Background Color

.myBgColor { background-color: #E2EEDB; }

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

This div background color is #E2EEDB.


Border color

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

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

This div border color is #E2EEDB.


Opacity

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

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

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

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

This text has shadow with #E2EEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EEDB on black background.


Color preview on white background

This text has color #E2EEDB on white background.



Black color preview on #E2EEDB background

This text has black color on #E2EEDB background.


White color preview on #E2EEDB background

This text has white color on #E2EEDB background.