COLOR #E9EFDA

HEX: #E9EFDA RGB: (233,239,218)

Color info

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

RGB color model

#E9EFDA color RGB value is (233,239,218).

RGB: (233,239,218) (91%, 94%, 85%)

RGB channels and saturation

R 233 of 255 = 91%
G 239 of 255 = 94%
B 218 of 255 = 85%

233
239
218

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

Portions of RGB colors in percentages

R + G + B = 233 + 239 + 218 = 690 (100%)
R 233 of 690 ~ 33.77%
G 239 of 690 ~ 34.64%
B 218 of 690 ~ 31.59'%

%33.77
%34.64
%31.59

CMYK color model

#E9EFDA color CMYK value is (3,0,9,6).

  • cyan value is 2.51%
  • magenta value is 0.00%
  • yellow value is 8.79%
  • key color value is 6.27%

CMYK: (3,0,9,6)
C3M0Y9K6 (3%, 0%, 9%, 6%)
(0.03 / 0.00 / 0.09 / 0.06)

CMYK percentages

%2.51
%0
%8.79
%6.27

Codes

Color #E9EFDA in popluar color models

E9 EF DA
RGB 233 239 218
HSL 77° 39.62% 89.61%
HSB/HSV 77° 8.79% 93.73%
CMYK 2.51% 0.00% 8.79%
6.27%

Color #E9EFDA in popluar number systems.

HEX E9 EF DA
Decimal 233 239 218
Binary 11101001 11101111 11011010
Octal 351 357 332

Shades and tints

Shades of #E9EFDA

#E9EFDA
(233,239,218)
#D4DAC7
(212,218,199)
#BFC5B4
(191,197,180)
#AAB0A1
(170,176,161)
#959B8E
(149,155,142)
#80867B
(128,134,123)
#6B7168
(107,113,104)
#565C55
(86,92,85)
#414742
(65,71,66)
#2C322F
(44,50,47)
#171D1C
(23,29,28)
#000000
(0,0,0)

Tints of #E9EFDA

#E9EFDA
(233,239,218)
#EBF0DD
(235,240,221)
#EDF1E0
(237,241,224)
#EFF2E3
(239,242,227)
#F1F3E6
(241,243,230)
#F3F4E9
(243,244,233)
#F5F5EC
(245,245,236)
#F7F6EF
(247,246,239)
#F9F7F2
(249,247,242)
#FBF8F5
(251,248,245)
#FDF9F8
(253,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EFDA; }

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

This text font color is #E9EFDA.

Background Color

.myBgColor { background-color: #E9EFDA; }

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

This div background color is #E9EFDA.

Border color

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

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

This div border color is #E9EFDA.

Opacity

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

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

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

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

This text has shadow with #E9EFDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9EFDA.

Preview

Color preview on black background

This text has color #E9EFDA on black background.


Color preview on white background

This text has color #E9EFDA on white background.


Black color preview on #E9EFDA background

This text has black color on #E9EFDA background.


White color preview on #E9EFDA background

This text has white color on #E9EFDA background.


Related colors

Complementary color

Complementary color for #hex is #161025.


I love getcolorcode.com

Triadic colors

1 #DAE9EF and #EFDAE9 with #E9EFDA are triadic colors.

2 #DAEFE9 and #EFE9DA with #E9EFDA are triadic colors.