COLOR #E2E2EA

HEX: #E2E2EA
RGB: (226,226,234)

Color info

#E2E2EA contains red, green and blue colors in about the same proportion. Web safe color of #E2E2EA is #CCCCFF (or #CCF).

RGB color model

#E2E2EA color RGB value is (226,226,234).

  • red value is 226;
  • green value is 226;
  • blue value is 234.
RGB:
(226,226,234)
(89%,89%,92%)

RGB channels and saturation

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

226
226
234

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

Portions of RGB colors in percentages

R + G + B =
226 + 226 + 234 = 686 (100%)
R 226 of 686 ~ 32.94%
G 226 of 686 ~ 32.94%
B 234 of 686 ~ 34.11%

%32.94
%32.94
%34.11

CMYK color model

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

  • cyan value is 3.42%
  • magenta value is 3.42%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(3,3,0,8)
C3M3Y0K8 
(3%,3%,0%,8%)
(0.03/0.03/0.00/0.08)	

CMYK percentages

%3.42
%3.42
%0
%8.24

Codes

Color #E2E2EA in popluar color models

E2E2EA
RGB226226234
HSL240°16.00%90.20%
HSB/HSV240°3.42%91.76%
CMYK3.42%3.42%0.00%
8.24%

Color #E2E2EA in popluar number systems.

HEXE2E2EA
Decimal226226234
Binary111000101110001011101010
Octal342342352

Shades and tints

Shades of #E2E2EA

#E2E2EA
(226,226,234)
#CECED5
(206,206,213)
#BABAC0
(186,186,192)
#A6A6AB
(166,166,171)
#929296
(146,146,150)
#7E7E81
(126,126,129)
#6A6A6C
(106,106,108)
#565657
(86,86,87)
#424242
(66,66,66)
#2E2E2D
(46,46,45)
#1A1A18
(26,26,24)
#000000
(0,0,0)

Tints of #E2E2EA

#E2E2EA
(226,226,234)
#E4E4EB
(228,228,235)
#E6E6EC
(230,230,236)
#E8E8ED
(232,232,237)
#EAEAEE
(234,234,238)
#ECECEF
(236,236,239)
#EEEEF0
(238,238,240)
#F0F0F1
(240,240,241)
#F2F2F2
(242,242,242)
#F4F4F3
(244,244,243)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E2EA; }

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

This text font color is #E2E2EA.


Background Color

.myBgColor { background-color: #E2E2EA; }

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

This div background color is #E2E2EA.


Border color

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

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

This div border color is #E2E2EA.


Opacity

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

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

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

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

This text has shadow with #E2E2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E2EA on black background.


Color preview on white background

This text has color #E2E2EA on white background.



Black color preview on #E2E2EA background

This text has black color on #E2E2EA background.


White color preview on #E2E2EA background

This text has white color on #E2E2EA background.