COLOR #E4EDEE

HEX: #E4EDEE
RGB: (228,237,238)

Color info

#E4EDEE contains red, green and blue colors in about the same proportion. Web safe color of #E4EDEE is #CCFFFF (or #CFF).

RGB color model

#E4EDEE color RGB value is (228,237,238).

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

RGB channels and saturation

R 228 of 255 = 89%
G 237 of 255 = 93%
B 238 of 255 = 93%

228
237
238

R + G + B ~ 92%. #E4EDEE is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 237 + 238 = 703 (100%)
R 228 of 703 ~ 32.43%
G 237 of 703 ~ 33.71%
B 238 of 703 ~ 33.85%

%32.43
%33.71
%33.85

CMYK color model

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

  • cyan value is 4.20%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(4,0,0,7)
C4M0Y0K7 
(4%,0%,0%,7%)
(0.04/0.00/0.00/0.07)	

CMYK percentages

%4.2
%0.42
%0
%6.67

Codes

Color #E4EDEE in popluar color models

E4EDEE
RGB228237238
HSL186°22.73%91.37%
HSB/HSV186°4.20%93.33%
CMYK4.20%0.42%0.00%
6.67%

Color #E4EDEE in popluar number systems.

HEXE4EDEE
Decimal228237238
Binary111001001110110111101110
Octal344355356

Shades and tints

Shades of #E4EDEE

#E4EDEE
(228,237,238)
#D0D8D9
(208,216,217)
#BCC3C4
(188,195,196)
#A8AEAF
(168,174,175)
#94999A
(148,153,154)
#808485
(128,132,133)
#6C6F70
(108,111,112)
#585A5B
(88,90,91)
#444546
(68,69,70)
#303031
(48,48,49)
#1C1B1C
(28,27,28)
#000000
(0,0,0)

Tints of #E4EDEE

#E4EDEE
(228,237,238)
#E6EEEF
(230,238,239)
#E8EFF0
(232,239,240)
#EAF0F1
(234,240,241)
#ECF1F2
(236,241,242)
#EEF2F3
(238,242,243)
#F0F3F4
(240,243,244)
#F2F4F5
(242,244,245)
#F4F5F6
(244,245,246)
#F6F6F7
(246,246,247)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EDEE; }

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

This text font color is #E4EDEE.


Background Color

.myBgColor { background-color: #E4EDEE; }

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

This div background color is #E4EDEE.


Border color

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

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

This div border color is #E4EDEE.


Opacity

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

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

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

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

This text has shadow with #E4EDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EDEE on black background.


Color preview on white background

This text has color #E4EDEE on white background.



Black color preview on #E4EDEE background

This text has black color on #E4EDEE background.


White color preview on #E4EDEE background

This text has white color on #E4EDEE background.