COLOR #E4E2EA

HEX: #E4E2EA
RGB: (228,226,234)

Color info

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

RGB color model

#E4E2EA color RGB value is (228,226,234).

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

RGB channels and saturation

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

228
226
234

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

Portions of RGB colors in percentages

R + G + B =
228 + 226 + 234 = 688 (100%)
R 228 of 688 ~ 33.14%
G 226 of 688 ~ 32.85%
B 234 of 688 ~ 34.01%

%33.14
%32.85
%34.01

CMYK color model

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

  • cyan value is 2.56%
  • 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

%2.56
%3.42
%0
%8.24

Codes

Color #E4E2EA in popluar color models

E4E2EA
RGB228226234
HSL255°16.00%90.20%
HSB/HSV255°3.42%91.76%
CMYK2.56%3.42%0.00%
8.24%

Color #E4E2EA in popluar number systems.

HEXE4E2EA
Decimal228226234
Binary111001001110001011101010
Octal344342352

Shades and tints

Shades of #E4E2EA

#E4E2EA
(228,226,234)
#D0CED5
(208,206,213)
#BCBAC0
(188,186,192)
#A8A6AB
(168,166,171)
#949296
(148,146,150)
#807E81
(128,126,129)
#6C6A6C
(108,106,108)
#585657
(88,86,87)
#444242
(68,66,66)
#302E2D
(48,46,45)
#1C1A18
(28,26,24)
#000000
(0,0,0)

Tints of #E4E2EA

#E4E2EA
(228,226,234)
#E6E4EB
(230,228,235)
#E8E6EC
(232,230,236)
#EAE8ED
(234,232,237)
#ECEAEE
(236,234,238)
#EEECEF
(238,236,239)
#F0EEF0
(240,238,240)
#F2F0F1
(242,240,241)
#F4F2F2
(244,242,242)
#F6F4F3
(246,244,243)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E2EA; }

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

This text font color is #E4E2EA.


Background Color

.myBgColor { background-color: #E4E2EA; }

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

This div background color is #E4E2EA.


Border color

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

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

This div border color is #E4E2EA.


Opacity

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

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

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

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

This text has shadow with #E4E2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E2EA on black background.


Color preview on white background

This text has color #E4E2EA on white background.



Black color preview on #E4E2EA background

This text has black color on #E4E2EA background.


White color preview on #E4E2EA background

This text has white color on #E4E2EA background.