COLOR #E9EDEA

HEX: #E9EDEA RGB: (233,237,234)

Color info

#E9EDEA contains red, green and blue colors in about the same proportion. Web safe color of #E9EDEA is #FFFFFF (or #FFF).

RGB color model

#E9EDEA color RGB value is (233,237,234).

RGB: (233,237,234) (91%, 93%, 92%)

RGB channels and saturation

R 233 of 255 = 91%
G 237 of 255 = 93%
B 234 of 255 = 92%

233
237
234

R + G + B ~ 92%. #E9EDEA is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 237 + 234 = 704 (100%)
R 233 of 704 ~ 33.1%
G 237 of 704 ~ 33.66%
B 234 of 704 ~ 33.24'%

%33.1
%33.66
%33.24

CMYK color model

#E9EDEA color CMYK value is (2,0,1,7).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 1.27%
  • key color value is 7.06%
CMYK: (2,0,1,7) C2M0Y1K7 (2%,0%,1%,7%) (0.02/0.00/0.01/0.07) 

CMYK percentages

%1.69
%0
%1.27
%7.06

Codes

Color #E9EDEA in popluar color models

E9 ED EA
RGB 233 237 234
HSL 135° 10.00% 92.16%
HSB/HSV 135° 1.69% 92.94%
CMYK 1.69% 0.00% 1.27%
7.06%

Color #E9EDEA in popluar number systems.

HEX E9 ED EA
Decimal 233 237 234
Binary 11101001 11101101 11101010
Octal 351 355 352

Shades and tints

Shades of #E9EDEA

#E9EDEA
(233,237,234)
#D4D8D5
(212,216,213)
#BFC3C0
(191,195,192)
#AAAEAB
(170,174,171)
#959996
(149,153,150)
#808481
(128,132,129)
#6B6F6C
(107,111,108)
#565A57
(86,90,87)
#414542
(65,69,66)
#2C302D
(44,48,45)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #E9EDEA

#E9EDEA
(233,237,234)
#EBEEEB
(235,238,235)
#EDEFEC
(237,239,236)
#EFF0ED
(239,240,237)
#F1F1EE
(241,241,238)
#F3F2EF
(243,242,239)
#F5F3F0
(245,243,240)
#F7F4F1
(247,244,241)
#F9F5F2
(249,245,242)
#FBF6F3
(251,246,243)
#FDF7F4
(253,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EDEA; }

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

This text font color is #E9EDEA.

Background Color

.myBgColor { background-color: #E9EDEA; }

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

This div background color is #E9EDEA.

Border color

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

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

This div border color is #E9EDEA.

Opacity

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

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

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

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

This text has shadow with #E9EDEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9EDEA.

Preview

Color preview on black background

This text has color #E9EDEA on black background.


Color preview on white background

This text has color #E9EDEA on white background.


Black color preview on #E9EDEA background

This text has black color on #E9EDEA background.


White color preview on #E9EDEA background

This text has white color on #E9EDEA background.


Related colors

Complementary color

Complementary color for #hex is #161215.


I love getcolorcode.com

Triadic colors

1 #EAE9ED and #EDEAE9 with #E9EDEA are triadic colors.

2 #EAEDE9 and #EDE9EA with #E9EDEA are triadic colors.