COLOR #E5EBE8

HEX: #E5EBE8 RGB: (229,235,232)

Color info

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

RGB color model

#E5EBE8 color RGB value is (229,235,232).

RGB: (229,235,232) (90%, 92%, 91%)

RGB channels and saturation

R 229 of 255 = 90%
G 235 of 255 = 92%
B 232 of 255 = 91%

229
235
232

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

Portions of RGB colors in percentages

R + G + B = 229 + 235 + 232 = 696 (100%)
R 229 of 696 ~ 32.9%
G 235 of 696 ~ 33.76%
B 232 of 696 ~ 33.33'%

%32.9
%33.76
%33.33

CMYK color model

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

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

CMYK: (3,0,1,8)
C3M0Y1K8 (3%, 0%, 1%, 8%)
(0.03 / 0.00 / 0.01 / 0.08)

CMYK percentages

%2.55
%0
%1.28
%7.84

Codes

Color #E5EBE8 in popluar color models

E5 EB E8
RGB 229 235 232
HSL 150° 13.04% 90.98%
HSB/HSV 150° 2.55% 92.16%
CMYK 2.55% 0.00% 1.28%
7.84%

Color #E5EBE8 in popluar number systems.

HEX E5 EB E8
Decimal 229 235 232
Binary 11100101 11101011 11101000
Octal 345 353 350

Shades and tints

Shades of #E5EBE8

#E5EBE8
(229,235,232)
#D1D6D3
(209,214,211)
#BDC1BE
(189,193,190)
#A9ACA9
(169,172,169)
#959794
(149,151,148)
#81827F
(129,130,127)
#6D6D6A
(109,109,106)
#595855
(89,88,85)
#454340
(69,67,64)
#312E2B
(49,46,43)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #E5EBE8

#E5EBE8
(229,235,232)
#E7ECEA
(231,236,234)
#E9EDEC
(233,237,236)
#EBEEEE
(235,238,238)
#EDEFF0
(237,239,240)
#EFF0F2
(239,240,242)
#F1F1F4
(241,241,244)
#F3F2F6
(243,242,246)
#F5F3F8
(245,243,248)
#F7F4FA
(247,244,250)
#F9F5FC
(249,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EBE8; }

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

This text font color is #E5EBE8.

Background Color

.myBgColor { background-color: #E5EBE8; }

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

This div background color is #E5EBE8.

Border color

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

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

This div border color is #E5EBE8.

Opacity

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

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

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

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

This text has shadow with #E5EBE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5EBE8.

Preview

Color preview on black background

This text has color #E5EBE8 on black background.


Color preview on white background

This text has color #E5EBE8 on white background.


Black color preview on #E5EBE8 background

This text has black color on #E5EBE8 background.


White color preview on #E5EBE8 background

This text has white color on #E5EBE8 background.


Related colors

Complementary color

Complementary color for #hex is #1A1417.


I love getcolorcode.com

Triadic colors

1 #E8E5EB and #EBE8E5 with #E5EBE8 are triadic colors.

2 #E8EBE5 and #EBE5E8 with #E5EBE8 are triadic colors.