COLOR #E2EAE6

HEX: #E2EAE6 RGB: (226,234,230)

Color info

#E2EAE6 contains red, green and blue colors in about the same proportion. Web safe color of #E2EAE6 is #CCFFCC (or #CFC).

RGB color model

#E2EAE6 color RGB value is (226,234,230).

RGB: (226,234,230) (89%, 92%, 90%)

RGB channels and saturation

R 226 of 255 = 89%
G 234 of 255 = 92%
B 230 of 255 = 90%

226
234
230

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

Portions of RGB colors in percentages

R + G + B = 226 + 234 + 230 = 690 (100%)
R 226 of 690 ~ 32.75%
G 234 of 690 ~ 33.91%
B 230 of 690 ~ 33.33'%

%32.75
%33.91
%33.33

CMYK color model

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

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

CMYK: (3,0,2,8)
C3M0Y2K8 (3%, 0%, 2%, 8%)
(0.03 / 0.00 / 0.02 / 0.08)

CMYK percentages

%3.42
%0
%1.71
%8.24

Codes

Color #E2EAE6 in popluar color models

E2 EA E6
RGB 226 234 230
HSL 150° 16.00% 90.20%
HSB/HSV 150° 3.42% 91.76%
CMYK 3.42% 0.00% 1.71%
8.24%

Color #E2EAE6 in popluar number systems.

HEX E2 EA E6
Decimal 226 234 230
Binary 11100010 11101010 11100110
Octal 342 352 346

Shades and tints

Shades of #E2EAE6

#E2EAE6
(226,234,230)
#CED5D2
(206,213,210)
#BAC0BE
(186,192,190)
#A6ABAA
(166,171,170)
#929696
(146,150,150)
#7E8182
(126,129,130)
#6A6C6E
(106,108,110)
#56575A
(86,87,90)
#424246
(66,66,70)
#2E2D32
(46,45,50)
#1A181E
(26,24,30)
#000000
(0,0,0)

Tints of #E2EAE6

#E2EAE6
(226,234,230)
#E4EBE8
(228,235,232)
#E6ECEA
(230,236,234)
#E8EDEC
(232,237,236)
#EAEEEE
(234,238,238)
#ECEFF0
(236,239,240)
#EEF0F2
(238,240,242)
#F0F1F4
(240,241,244)
#F2F2F6
(242,242,246)
#F4F3F8
(244,243,248)
#F6F4FA
(246,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EAE6; }

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

This text font color is #E2EAE6.

Background Color

.myBgColor { background-color: #E2EAE6; }

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

This div background color is #E2EAE6.

Border color

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

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

This div border color is #E2EAE6.

Opacity

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

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

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

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

This text has shadow with #E2EAE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2EAE6.

Preview

Color preview on black background

This text has color #E2EAE6 on black background.


Color preview on white background

This text has color #E2EAE6 on white background.


Black color preview on #E2EAE6 background

This text has black color on #E2EAE6 background.


White color preview on #E2EAE6 background

This text has white color on #E2EAE6 background.


Related colors

Complementary color

Complementary color for #hex is #1D1519.


I love getcolorcode.com

Triadic colors

1 #E6E2EA and #EAE6E2 with #E2EAE6 are triadic colors.

2 #E6EAE2 and #EAE2E6 with #E2EAE6 are triadic colors.