COLOR #E4EAE0

HEX: #E4EAE0 RGB: (228,234,224)

Color info

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

RGB color model

#E4EAE0 color RGB value is (228,234,224).

RGB: (228,234,224) (89%, 92%, 88%)

RGB channels and saturation

R 228 of 255 = 89%
G 234 of 255 = 92%
B 224 of 255 = 88%

228
234
224

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

Portions of RGB colors in percentages

R + G + B = 228 + 234 + 224 = 686 (100%)
R 228 of 686 ~ 33.24%
G 234 of 686 ~ 34.11%
B 224 of 686 ~ 32.65'%

%33.24
%34.11
%32.65

CMYK color model

#E4EAE0 color CMYK value is (3,0,4,8).

  • cyan value is 2.56%
  • magenta value is 0.00%
  • yellow value is 4.27%
  • key color value is 8.24%

CMYK: (3,0,4,8)
C3M0Y4K8 (3%, 0%, 4%, 8%)
(0.03 / 0.00 / 0.04 / 0.08)

CMYK percentages

%2.56
%0
%4.27
%8.24

Codes

Color #E4EAE0 in popluar color models

E4 EA E0
RGB 228 234 224
HSL 96° 19.23% 89.80%
HSB/HSV 96° 4.27% 91.76%
CMYK 2.56% 0.00% 4.27%
8.24%

Color #E4EAE0 in popluar number systems.

HEX E4 EA E0
Decimal 228 234 224
Binary 11100100 11101010 11100000
Octal 344 352 340

Shades and tints

Shades of #E4EAE0

#E4EAE0
(228,234,224)
#D0D5CC
(208,213,204)
#BCC0B8
(188,192,184)
#A8ABA4
(168,171,164)
#949690
(148,150,144)
#80817C
(128,129,124)
#6C6C68
(108,108,104)
#585754
(88,87,84)
#444240
(68,66,64)
#302D2C
(48,45,44)
#1C1818
(28,24,24)
#000000
(0,0,0)

Tints of #E4EAE0

#E4EAE0
(228,234,224)
#E6EBE2
(230,235,226)
#E8ECE4
(232,236,228)
#EAEDE6
(234,237,230)
#ECEEE8
(236,238,232)
#EEEFEA
(238,239,234)
#F0F0EC
(240,240,236)
#F2F1EE
(242,241,238)
#F4F2F0
(244,242,240)
#F6F3F2
(246,243,242)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EAE0; }

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

This text font color is #E4EAE0.

Background Color

.myBgColor { background-color: #E4EAE0; }

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

This div background color is #E4EAE0.

Border color

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

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

This div border color is #E4EAE0.

Opacity

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

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

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

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

This text has shadow with #E4EAE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4EAE0.

Preview

Color preview on black background

This text has color #E4EAE0 on black background.


Color preview on white background

This text has color #E4EAE0 on white background.


Black color preview on #E4EAE0 background

This text has black color on #E4EAE0 background.


White color preview on #E4EAE0 background

This text has white color on #E4EAE0 background.


Related colors

Complementary color

Complementary color for #hex is #1B151F.


I love getcolorcode.com

Triadic colors

1 #E0E4EA and #EAE0E4 with #E4EAE0 are triadic colors.

2 #E0EAE4 and #EAE4E0 with #E4EAE0 are triadic colors.