COLOR #E4EDEC

HEX: #E4EDEC RGB: (228,237,236)

Color info

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

RGB color model

#E4EDEC color RGB value is (228,237,236).

RGB: (228,237,236) (89%, 93%, 93%)

RGB channels and saturation

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

228
237
236

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

Portions of RGB colors in percentages

R + G + B = 228 + 237 + 236 = 701 (100%)
R 228 of 701 ~ 32.52%
G 237 of 701 ~ 33.81%
B 236 of 701 ~ 33.67'%

%32.52
%33.81
%33.67

CMYK color model

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

  • cyan value is 3.80%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 7.06%

CMYK: (4,0,0,7)
C4M0Y0K7 (4%, 0%, 0%, 7%)
(0.04 / 0.00 / 0.00 / 0.07)

CMYK percentages

%3.8
%0
%0.42
%7.06

Codes

Color #E4EDEC in popluar color models

E4 ED EC
RGB 228 237 236
HSL 173° 20.00% 91.18%
HSB/HSV 173° 3.80% 92.94%
CMYK 3.80% 0.00% 0.42%
7.06%

Color #E4EDEC in popluar number systems.

HEX E4 ED EC
Decimal 228 237 236
Binary 11100100 11101101 11101100
Octal 344 355 354

Shades and tints

Shades of #E4EDEC

#E4EDEC
(228,237,236)
#D0D8D7
(208,216,215)
#BCC3C2
(188,195,194)
#A8AEAD
(168,174,173)
#949998
(148,153,152)
#808483
(128,132,131)
#6C6F6E
(108,111,110)
#585A59
(88,90,89)
#444544
(68,69,68)
#30302F
(48,48,47)
#1C1B1A
(28,27,26)
#000000
(0,0,0)

Tints of #E4EDEC

#E4EDEC
(228,237,236)
#E6EEED
(230,238,237)
#E8EFEE
(232,239,238)
#EAF0EF
(234,240,239)
#ECF1F0
(236,241,240)
#EEF2F1
(238,242,241)
#F0F3F2
(240,243,242)
#F2F4F3
(242,244,243)
#F4F5F4
(244,245,244)
#F6F6F5
(246,246,245)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EDEC; }

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

This text font color is #E4EDEC.

Background Color

.myBgColor { background-color: #E4EDEC; }

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

This div background color is #E4EDEC.

Border color

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

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

This div border color is #E4EDEC.

Opacity

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

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

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

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

This text has shadow with #E4EDEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4EDEC.

Preview

Color preview on black background

This text has color #E4EDEC on black background.


Color preview on white background

This text has color #E4EDEC on white background.


Black color preview on #E4EDEC background

This text has black color on #E4EDEC background.


White color preview on #E4EDEC background

This text has white color on #E4EDEC background.


Related colors

Complementary color

Complementary color for #hex is #1B1213.


I love getcolorcode.com

Triadic colors

1 #ECE4ED and #EDECE4 with #E4EDEC are triadic colors.

2 #ECEDE4 and #EDE4EC with #E4EDEC are triadic colors.