COLOR #E4E5EA

HEX: #E4E5EA RGB: (228,229,234)

Color info

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

RGB color model

#E4E5EA color RGB value is (228,229,234).

RGB: (228,229,234) (89%, 90%, 92%)

RGB channels and saturation

R 228 of 255 = 89%
G 229 of 255 = 90%
B 234 of 255 = 92%

228
229
234

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

Portions of RGB colors in percentages

R + G + B = 228 + 229 + 234 = 691 (100%)
R 228 of 691 ~ 33%
G 229 of 691 ~ 33.14%
B 234 of 691 ~ 33.86'%

%33
%33.14
%33.86

CMYK color model

#E4E5EA color CMYK value is (3,2,0,8).

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

CMYK: (3,2,0,8)
C3M2Y0K8 (3%, 2%, 0%, 8%)
(0.03 / 0.02 / 0.00 / 0.08)

CMYK percentages

%2.56
%2.14
%0
%8.24

Codes

Color #E4E5EA in popluar color models

E4 E5 EA
RGB 228 229 234
HSL 230° 12.50% 90.59%
HSB/HSV 230° 2.56% 91.76%
CMYK 2.56% 2.14% 0.00%
8.24%

Color #E4E5EA in popluar number systems.

HEX E4 E5 EA
Decimal 228 229 234
Binary 11100100 11100101 11101010
Octal 344 345 352

Shades and tints

Shades of #E4E5EA

#E4E5EA
(228,229,234)
#D0D1D5
(208,209,213)
#BCBDC0
(188,189,192)
#A8A9AB
(168,169,171)
#949596
(148,149,150)
#808181
(128,129,129)
#6C6D6C
(108,109,108)
#585957
(88,89,87)
#444542
(68,69,66)
#30312D
(48,49,45)
#1C1D18
(28,29,24)
#000000
(0,0,0)

Tints of #E4E5EA

#E4E5EA
(228,229,234)
#E6E7EB
(230,231,235)
#E8E9EC
(232,233,236)
#EAEBED
(234,235,237)
#ECEDEE
(236,237,238)
#EEEFEF
(238,239,239)
#F0F1F0
(240,241,240)
#F2F3F1
(242,243,241)
#F4F5F2
(244,245,242)
#F6F7F3
(246,247,243)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E5EA; }

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

This text font color is #E4E5EA.

Background Color

.myBgColor { background-color: #E4E5EA; }

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

This div background color is #E4E5EA.

Border color

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

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

This div border color is #E4E5EA.

Opacity

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

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

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

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

This text has shadow with #E4E5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4E5EA.

Preview

Color preview on black background

This text has color #E4E5EA on black background.


Color preview on white background

This text has color #E4E5EA on white background.


Black color preview on #E4E5EA background

This text has black color on #E4E5EA background.


White color preview on #E4E5EA background

This text has white color on #E4E5EA background.


Related colors

Complementary color

Complementary color for #hex is #1B1A15.


I love getcolorcode.com

Triadic colors

1 #EAE4E5 and #E5EAE4 with #E4E5EA are triadic colors.

2 #EAE5E4 and #E5E4EA with #E4E5EA are triadic colors.