COLOR #E5E4EB

HEX: #E5E4EB RGB: (229,228,235)

Color info

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

RGB color model

#E5E4EB color RGB value is (229,228,235).

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

RGB channels and saturation

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

229
228
235

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

Portions of RGB colors in percentages

R + G + B = 229 + 228 + 235 = 692 (100%)
R 229 of 692 ~ 33.09%
G 228 of 692 ~ 32.95%
B 235 of 692 ~ 33.96'%

%33.09
%32.95
%33.96

CMYK color model

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

  • cyan value is 2.55%
  • magenta value is 2.98%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (3,3,0,8)
C3M3Y0K8 (3%, 3%, 0%, 8%)
(0.03 / 0.03 / 0.00 / 0.08)

CMYK percentages

%2.55
%2.98
%0
%7.84

Codes

Color #E5E4EB in popluar color models

E5 E4 EB
RGB 229 228 235
HSL 249° 14.89% 90.78%
HSB/HSV 249° 2.98% 92.16%
CMYK 2.55% 2.98% 0.00%
7.84%

Color #E5E4EB in popluar number systems.

HEX E5 E4 EB
Decimal 229 228 235
Binary 11100101 11100100 11101011
Octal 345 344 353

Shades and tints

Shades of #E5E4EB

#E5E4EB
(229,228,235)
#D1D0D6
(209,208,214)
#BDBCC1
(189,188,193)
#A9A8AC
(169,168,172)
#959497
(149,148,151)
#818082
(129,128,130)
#6D6C6D
(109,108,109)
#595858
(89,88,88)
#454443
(69,68,67)
#31302E
(49,48,46)
#1D1C19
(29,28,25)
#000000
(0,0,0)

Tints of #E5E4EB

#E5E4EB
(229,228,235)
#E7E6EC
(231,230,236)
#E9E8ED
(233,232,237)
#EBEAEE
(235,234,238)
#EDECEF
(237,236,239)
#EFEEF0
(239,238,240)
#F1F0F1
(241,240,241)
#F3F2F2
(243,242,242)
#F5F4F3
(245,244,243)
#F7F6F4
(247,246,244)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E4EB; }

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

This text font color is #E5E4EB.

Background Color

.myBgColor { background-color: #E5E4EB; }

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

This div background color is #E5E4EB.

Border color

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

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

This div border color is #E5E4EB.

Opacity

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

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

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

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

This text has shadow with #E5E4EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5E4EB.

Preview

Color preview on black background

This text has color #E5E4EB on black background.


Color preview on white background

This text has color #E5E4EB on white background.


Black color preview on #E5E4EB background

This text has black color on #E5E4EB background.


White color preview on #E5E4EB background

This text has white color on #E5E4EB background.


Related colors

Complementary color

Complementary color for #hex is #1A1B14.


I love getcolorcode.com

Triadic colors

1 #EBE5E4 and #E4EBE5 with #E5E4EB are triadic colors.

2 #EBE4E5 and #E4E5EB with #E5E4EB are triadic colors.