COLOR #E9F2DA

HEX: #E9F2DA RGB: (233,242,218)

Color info

#E9F2DA contains red, green and blue colors in about the same proportion. Web safe color of #E9F2DA is #FFFFCC (or #FFC).

RGB color model

#E9F2DA color RGB value is (233,242,218).

RGB: (233,242,218) (91%, 95%, 85%)

RGB channels and saturation

R 233 of 255 = 91%
G 242 of 255 = 95%
B 218 of 255 = 85%

233
242
218

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

Portions of RGB colors in percentages

R + G + B = 233 + 242 + 218 = 693 (100%)
R 233 of 693 ~ 33.62%
G 242 of 693 ~ 34.92%
B 218 of 693 ~ 31.46'%

%33.62
%34.92
%31.46

CMYK color model

#E9F2DA color CMYK value is (4,0,10,5).

  • cyan value is 3.72%
  • magenta value is 0.00%
  • yellow value is 9.92%
  • key color value is 5.10%

CMYK: (4,0,10,5)
C4M0Y10K5 (4%, 0%, 10%, 5%)
(0.04 / 0.00 / 0.10 / 0.05)

CMYK percentages

%3.72
%0
%9.92
%5.1

Codes

Color #E9F2DA in popluar color models

E9 F2 DA
RGB 233 242 218
HSL 83° 48.00% 90.20%
HSB/HSV 83° 9.92% 94.90%
CMYK 3.72% 0.00% 9.92%
5.10%

Color #E9F2DA in popluar number systems.

HEX E9 F2 DA
Decimal 233 242 218
Binary 11101001 11110010 11011010
Octal 351 362 332

Shades and tints

Shades of #E9F2DA

#E9F2DA
(233,242,218)
#D4DCC7
(212,220,199)
#BFC6B4
(191,198,180)
#AAB0A1
(170,176,161)
#959A8E
(149,154,142)
#80847B
(128,132,123)
#6B6E68
(107,110,104)
#565855
(86,88,85)
#414242
(65,66,66)
#2C2C2F
(44,44,47)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #E9F2DA

#E9F2DA
(233,242,218)
#EBF3DD
(235,243,221)
#EDF4E0
(237,244,224)
#EFF5E3
(239,245,227)
#F1F6E6
(241,246,230)
#F3F7E9
(243,247,233)
#F5F8EC
(245,248,236)
#F7F9EF
(247,249,239)
#F9FAF2
(249,250,242)
#FBFBF5
(251,251,245)
#FDFCF8
(253,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9F2DA color. Also use rgb(233,242,218) instead hex code.

Text Font Color

.myTextColor { color: #E9F2DA; }

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

This text font color is #E9F2DA.

Background Color

.myBgColor { background-color: #E9F2DA; }

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

This div background color is #E9F2DA.

Border color

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

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

This div border color is #E9F2DA.

Opacity

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

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

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

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

This text has shadow with #E9F2DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9F2DA.

Preview

Color preview on black background

This text has color #E9F2DA on black background.


Color preview on white background

This text has color #E9F2DA on white background.


Black color preview on #E9F2DA background

This text has black color on #E9F2DA background.


White color preview on #E9F2DA background

This text has white color on #E9F2DA background.


Related colors

Complementary color

Complementary color for #hex is #160D25.


I love getcolorcode.com

Triadic colors

1 #DAE9F2 and #F2DAE9 with #E9F2DA are triadic colors.

2 #DAF2E9 and #F2E9DA with #E9F2DA are triadic colors.