COLOR #E5EEEA

HEX: #E5EEEA RGB: (229,238,234)

Color info

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

RGB color model

#E5EEEA color RGB value is (229,238,234).

RGB: (229,238,234) (90%, 93%, 92%)

RGB channels and saturation

R 229 of 255 = 90%
G 238 of 255 = 93%
B 234 of 255 = 92%

229
238
234

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

Portions of RGB colors in percentages

R + G + B = 229 + 238 + 234 = 701 (100%)
R 229 of 701 ~ 32.67%
G 238 of 701 ~ 33.95%
B 234 of 701 ~ 33.38'%

%32.67
%33.95
%33.38

CMYK color model

#E5EEEA color CMYK value is (4,0,2,7).

  • cyan value is 3.78%
  • magenta value is 0.00%
  • yellow value is 1.68%
  • key color value is 6.67%

CMYK: (4,0,2,7)
C4M0Y2K7 (4%, 0%, 2%, 7%)
(0.04 / 0.00 / 0.02 / 0.07)

CMYK percentages

%3.78
%0
%1.68
%6.67

Codes

Color #E5EEEA in popluar color models

E5 EE EA
RGB 229 238 234
HSL 153° 20.93% 91.57%
HSB/HSV 153° 3.78% 93.33%
CMYK 3.78% 0.00% 1.68%
6.67%

Color #E5EEEA in popluar number systems.

HEX E5 EE EA
Decimal 229 238 234
Binary 11100101 11101110 11101010
Octal 345 356 352

Shades and tints

Shades of #E5EEEA

#E5EEEA
(229,238,234)
#D1D9D5
(209,217,213)
#BDC4C0
(189,196,192)
#A9AFAB
(169,175,171)
#959A96
(149,154,150)
#818581
(129,133,129)
#6D706C
(109,112,108)
#595B57
(89,91,87)
#454642
(69,70,66)
#31312D
(49,49,45)
#1D1C18
(29,28,24)
#000000
(0,0,0)

Tints of #E5EEEA

#E5EEEA
(229,238,234)
#E7EFEB
(231,239,235)
#E9F0EC
(233,240,236)
#EBF1ED
(235,241,237)
#EDF2EE
(237,242,238)
#EFF3EF
(239,243,239)
#F1F4F0
(241,244,240)
#F3F5F1
(243,245,241)
#F5F6F2
(245,246,242)
#F7F7F3
(247,247,243)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5EEEA color. Also use rgb(229,238,234) instead hex code.

Text Font Color

.myTextColor { color: #E5EEEA; }

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

This text font color is #E5EEEA.

Background Color

.myBgColor { background-color: #E5EEEA; }

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

This div background color is #E5EEEA.

Border color

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

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

This div border color is #E5EEEA.

Opacity

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

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

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

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

This text has shadow with #E5EEEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5EEEA.

Preview

Color preview on black background

This text has color #E5EEEA on black background.


Color preview on white background

This text has color #E5EEEA on white background.


Black color preview on #E5EEEA background

This text has black color on #E5EEEA background.


White color preview on #E5EEEA background

This text has white color on #E5EEEA background.


Related colors

Complementary color

Complementary color for #hex is #1A1115.


I love getcolorcode.com

Triadic colors

1 #EAE5EE and #EEEAE5 with #E5EEEA are triadic colors.

2 #EAEEE5 and #EEE5EA with #E5EEEA are triadic colors.