COLOR #E4E0EA

HEX: #E4E0EA
RGB: (228,224,234)

Color info

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

RGB color model

#E4E0EA color RGB value is (228,224,234).

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

RGB channels and saturation

R 228 of 255 = 89%
G 224 of 255 = 88%
B 234 of 255 = 92%

228
224
234

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

Portions of RGB colors in percentages

R + G + B =
228 + 224 + 234 = 686 (100%)
R 228 of 686 ~ 33.24%
G 224 of 686 ~ 32.65%
B 234 of 686 ~ 34.11%

%33.24
%32.65
%34.11

CMYK color model

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

  • cyan value is 2.56%
  • magenta value is 4.27%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(3,4,0,8)
C3M4Y0K8 
(3%,4%,0%,8%)
(0.03/0.04/0.00/0.08)	

CMYK percentages

%2.56
%4.27
%0
%8.24

Codes

Color #E4E0EA in popluar color models

E4E0EA
RGB228224234
HSL264°19.23%89.80%
HSB/HSV264°4.27%91.76%
CMYK2.56%4.27%0.00%
8.24%

Color #E4E0EA in popluar number systems.

HEXE4E0EA
Decimal228224234
Binary111001001110000011101010
Octal344340352

Shades and tints

Shades of #E4E0EA

#E4E0EA
(228,224,234)
#D0CCD5
(208,204,213)
#BCB8C0
(188,184,192)
#A8A4AB
(168,164,171)
#949096
(148,144,150)
#807C81
(128,124,129)
#6C686C
(108,104,108)
#585457
(88,84,87)
#444042
(68,64,66)
#302C2D
(48,44,45)
#1C1818
(28,24,24)
#000000
(0,0,0)

Tints of #E4E0EA

#E4E0EA
(228,224,234)
#E6E2EB
(230,226,235)
#E8E4EC
(232,228,236)
#EAE6ED
(234,230,237)
#ECE8EE
(236,232,238)
#EEEAEF
(238,234,239)
#F0ECF0
(240,236,240)
#F2EEF1
(242,238,241)
#F4F0F2
(244,240,242)
#F6F2F3
(246,242,243)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E0EA; }

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

This text font color is #E4E0EA.


Background Color

.myBgColor { background-color: #E4E0EA; }

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

This div background color is #E4E0EA.


Border color

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

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

This div border color is #E4E0EA.


Opacity

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

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

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

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

This text has shadow with #E4E0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E0EA on black background.


Color preview on white background

This text has color #E4E0EA on white background.



Black color preview on #E4E0EA background

This text has black color on #E4E0EA background.


White color preview on #E4E0EA background

This text has white color on #E4E0EA background.