COLOR #E4EAE6

HEX: #E4EAE6
RGB: (228,234,230)

Color info

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

RGB color model

#E4EAE6 color RGB value is (228,234,230).

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

RGB channels and saturation

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

228
234
230

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

Portions of RGB colors in percentages

R + G + B =
228 + 234 + 230 = 692 (100%)
R 228 of 692 ~ 32.95%
G 234 of 692 ~ 33.82%
B 230 of 692 ~ 33.24%

%32.95
%33.82
%33.24

CMYK color model

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

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

%2.56
%0
%1.71
%8.24

Codes

Color #E4EAE6 in popluar color models

E4EAE6
RGB228234230
HSL140°12.50%90.59%
HSB/HSV140°2.56%91.76%
CMYK2.56%0.00%1.71%
8.24%

Color #E4EAE6 in popluar number systems.

HEXE4EAE6
Decimal228234230
Binary111001001110101011100110
Octal344352346

Shades and tints

Shades of #E4EAE6

#E4EAE6
(228,234,230)
#D0D5D2
(208,213,210)
#BCC0BE
(188,192,190)
#A8ABAA
(168,171,170)
#949696
(148,150,150)
#808182
(128,129,130)
#6C6C6E
(108,108,110)
#58575A
(88,87,90)
#444246
(68,66,70)
#302D32
(48,45,50)
#1C181E
(28,24,30)
#000000
(0,0,0)

Tints of #E4EAE6

#E4EAE6
(228,234,230)
#E6EBE8
(230,235,232)
#E8ECEA
(232,236,234)
#EAEDEC
(234,237,236)
#ECEEEE
(236,238,238)
#EEEFF0
(238,239,240)
#F0F0F2
(240,240,242)
#F2F1F4
(242,241,244)
#F4F2F6
(244,242,246)
#F6F3F8
(246,243,248)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EAE6; }

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

This text font color is #E4EAE6.


Background Color

.myBgColor { background-color: #E4EAE6; }

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

This div background color is #E4EAE6.


Border color

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

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

This div border color is #E4EAE6.


Opacity

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

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

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

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

This text has shadow with #E4EAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EAE6 on black background.


Color preview on white background

This text has color #E4EAE6 on white background.



Black color preview on #E4EAE6 background

This text has black color on #E4EAE6 background.


White color preview on #E4EAE6 background

This text has white color on #E4EAE6 background.