COLOR #E4E6ED

HEX: #E4E6ED
RGB: (228,230,237)

Color info

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

RGB color model

#E4E6ED color RGB value is (228,230,237).

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

RGB channels and saturation

R 228 of 255 = 89%
G 230 of 255 = 90%
B 237 of 255 = 93%

228
230
237

R + G + B ~ 91%. #E4E6ED is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 230 + 237 = 695 (100%)
R 228 of 695 ~ 32.81%
G 230 of 695 ~ 33.09%
B 237 of 695 ~ 34.1%

%32.81
%33.09
%34.1

CMYK color model

#E4E6ED color CMYK value is (4,3,0,7).

  • cyan value is 3.80%
  • magenta value is 2.95%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(4,3,0,7)
C4M3Y0K7 
(4%,3%,0%,7%)
(0.04/0.03/0.00/0.07)	

CMYK percentages

%3.8
%2.95
%0
%7.06

Codes

Color #E4E6ED in popluar color models

E4E6ED
RGB228230237
HSL227°20.00%91.18%
HSB/HSV227°3.80%92.94%
CMYK3.80%2.95%0.00%
7.06%

Color #E4E6ED in popluar number systems.

HEXE4E6ED
Decimal228230237
Binary111001001110011011101101
Octal344346355

Shades and tints

Shades of #E4E6ED

#E4E6ED
(228,230,237)
#D0D2D8
(208,210,216)
#BCBEC3
(188,190,195)
#A8AAAE
(168,170,174)
#949699
(148,150,153)
#808284
(128,130,132)
#6C6E6F
(108,110,111)
#585A5A
(88,90,90)
#444645
(68,70,69)
#303230
(48,50,48)
#1C1E1B
(28,30,27)
#000000
(0,0,0)

Tints of #E4E6ED

#E4E6ED
(228,230,237)
#E6E8EE
(230,232,238)
#E8EAEF
(232,234,239)
#EAECF0
(234,236,240)
#ECEEF1
(236,238,241)
#EEF0F2
(238,240,242)
#F0F2F3
(240,242,243)
#F2F4F4
(242,244,244)
#F4F6F5
(244,246,245)
#F6F8F6
(246,248,246)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E6ED; }

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

This text font color is #E4E6ED.


Background Color

.myBgColor { background-color: #E4E6ED; }

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

This div background color is #E4E6ED.


Border color

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

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

This div border color is #E4E6ED.


Opacity

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

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

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

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

This text has shadow with #E4E6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E6ED on black background.


Color preview on white background

This text has color #E4E6ED on white background.



Black color preview on #E4E6ED background

This text has black color on #E4E6ED background.


White color preview on #E4E6ED background

This text has white color on #E4E6ED background.