COLOR #E2E9EA

HEX: #E2E9EA RGB: (226,233,234)

Color info

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

RGB color model

#E2E9EA color RGB value is (226,233,234).

RGB: (226,233,234) (89%, 91%, 92%)

RGB channels and saturation

R 226 of 255 = 89%
G 233 of 255 = 91%
B 234 of 255 = 92%

226
233
234

R + G + B ~ 91%. #E2E9EA is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 233 + 234 = 693 (100%)
R 226 of 693 ~ 32.61%
G 233 of 693 ~ 33.62%
B 234 of 693 ~ 33.77'%

%32.61
%33.62
%33.77

CMYK color model

#E2E9EA color CMYK value is (3,0,0,8).

  • cyan value is 3.42%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (3,0,0,8)
C3M0Y0K8 (3%, 0%, 0%, 8%)
(0.03 / 0.00 / 0.00 / 0.08)

CMYK percentages

%3.42
%0.43
%0
%8.24

Codes

Color #E2E9EA in popluar color models

E2 E9 EA
RGB 226 233 234
HSL 188° 16.00% 90.20%
HSB/HSV 188° 3.42% 91.76%
CMYK 3.42% 0.43% 0.00%
8.24%

Color #E2E9EA in popluar number systems.

HEX E2 E9 EA
Decimal 226 233 234
Binary 11100010 11101001 11101010
Octal 342 351 352

Shades and tints

Shades of #E2E9EA

#E2E9EA
(226,233,234)
#CED4D5
(206,212,213)
#BABFC0
(186,191,192)
#A6AAAB
(166,170,171)
#929596
(146,149,150)
#7E8081
(126,128,129)
#6A6B6C
(106,107,108)
#565657
(86,86,87)
#424142
(66,65,66)
#2E2C2D
(46,44,45)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #E2E9EA

#E2E9EA
(226,233,234)
#E4EBEB
(228,235,235)
#E6EDEC
(230,237,236)
#E8EFED
(232,239,237)
#EAF1EE
(234,241,238)
#ECF3EF
(236,243,239)
#EEF5F0
(238,245,240)
#F0F7F1
(240,247,241)
#F2F9F2
(242,249,242)
#F4FBF3
(244,251,243)
#F6FDF4
(246,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E9EA; }

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

This text font color is #E2E9EA.

Background Color

.myBgColor { background-color: #E2E9EA; }

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

This div background color is #E2E9EA.

Border color

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

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

This div border color is #E2E9EA.

Opacity

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

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

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

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

This text has shadow with #E2E9EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2E9EA.

Preview

Color preview on black background

This text has color #E2E9EA on black background.


Color preview on white background

This text has color #E2E9EA on white background.


Black color preview on #E2E9EA background

This text has black color on #E2E9EA background.


White color preview on #E2E9EA background

This text has white color on #E2E9EA background.


Related colors

Complementary color

Complementary color for #hex is #1D1615.


I love getcolorcode.com

Triadic colors

1 #EAE2E9 and #E9EAE2 with #E2E9EA are triadic colors.

2 #EAE9E2 and #E9E2EA with #E2E9EA are triadic colors.