COLOR #E4EDEA

HEX: #E4EDEA
RGB: (228,237,234)

Color info

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

RGB color model

#E4EDEA color RGB value is (228,237,234).

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

RGB channels and saturation

R 228 of 255 = 89%
G 237 of 255 = 93%
B 234 of 255 = 92%

228
237
234

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

Portions of RGB colors in percentages

R + G + B =
228 + 237 + 234 = 699 (100%)
R 228 of 699 ~ 32.62%
G 237 of 699 ~ 33.91%
B 234 of 699 ~ 33.48%

%32.62
%33.91
%33.48

CMYK color model

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

  • cyan value is 3.80%
  • magenta value is 0.00%
  • yellow value is 1.27%
  • key color value is 7.06%
CMYK:
(4,0,1,7)
C4M0Y1K7 
(4%,0%,1%,7%)
(0.04/0.00/0.01/0.07)	

CMYK percentages

%3.8
%0
%1.27
%7.06

Codes

Color #E4EDEA in popluar color models

E4EDEA
RGB228237234
HSL160°20.00%91.18%
HSB/HSV160°3.80%92.94%
CMYK3.80%0.00%1.27%
7.06%

Color #E4EDEA in popluar number systems.

HEXE4EDEA
Decimal228237234
Binary111001001110110111101010
Octal344355352

Shades and tints

Shades of #E4EDEA

#E4EDEA
(228,237,234)
#D0D8D5
(208,216,213)
#BCC3C0
(188,195,192)
#A8AEAB
(168,174,171)
#949996
(148,153,150)
#808481
(128,132,129)
#6C6F6C
(108,111,108)
#585A57
(88,90,87)
#444542
(68,69,66)
#30302D
(48,48,45)
#1C1B18
(28,27,24)
#000000
(0,0,0)

Tints of #E4EDEA

#E4EDEA
(228,237,234)
#E6EEEB
(230,238,235)
#E8EFEC
(232,239,236)
#EAF0ED
(234,240,237)
#ECF1EE
(236,241,238)
#EEF2EF
(238,242,239)
#F0F3F0
(240,243,240)
#F2F4F1
(242,244,241)
#F4F5F2
(244,245,242)
#F6F6F3
(246,246,243)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EDEA; }

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

This text font color is #E4EDEA.


Background Color

.myBgColor { background-color: #E4EDEA; }

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

This div background color is #E4EDEA.


Border color

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

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

This div border color is #E4EDEA.


Opacity

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

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

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

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

This text has shadow with #E4EDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EDEA on black background.


Color preview on white background

This text has color #E4EDEA on white background.



Black color preview on #E4EDEA background

This text has black color on #E4EDEA background.


White color preview on #E4EDEA background

This text has white color on #E4EDEA background.