COLOR #E5EAEB

HEX: #E5EAEB RGB: (229,234,235)

Color info

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

RGB color model

#E5EAEB color RGB value is (229,234,235).

RGB: (229,234,235) (90%, 92%, 92%)

RGB channels and saturation

R 229 of 255 = 90%
G 234 of 255 = 92%
B 235 of 255 = 92%

229
234
235

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

Portions of RGB colors in percentages

R + G + B = 229 + 234 + 235 = 698 (100%)
R 229 of 698 ~ 32.81%
G 234 of 698 ~ 33.52%
B 235 of 698 ~ 33.67'%

%32.81
%33.52
%33.67

CMYK color model

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

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

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

CMYK percentages

%2.55
%0.43
%0
%7.84

Codes

Color #E5EAEB in popluar color models

E5 EA EB
RGB 229 234 235
HSL 190° 13.04% 90.98%
HSB/HSV 190° 2.55% 92.16%
CMYK 2.55% 0.43% 0.00%
7.84%

Color #E5EAEB in popluar number systems.

HEX E5 EA EB
Decimal 229 234 235
Binary 11100101 11101010 11101011
Octal 345 352 353

Shades and tints

Shades of #E5EAEB

#E5EAEB
(229,234,235)
#D1D5D6
(209,213,214)
#BDC0C1
(189,192,193)
#A9ABAC
(169,171,172)
#959697
(149,150,151)
#818182
(129,129,130)
#6D6C6D
(109,108,109)
#595758
(89,87,88)
#454243
(69,66,67)
#312D2E
(49,45,46)
#1D1819
(29,24,25)
#000000
(0,0,0)

Tints of #E5EAEB

#E5EAEB
(229,234,235)
#E7EBEC
(231,235,236)
#E9ECED
(233,236,237)
#EBEDEE
(235,237,238)
#EDEEEF
(237,238,239)
#EFEFF0
(239,239,240)
#F1F0F1
(241,240,241)
#F3F1F2
(243,241,242)
#F5F2F3
(245,242,243)
#F7F3F4
(247,243,244)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EAEB; }

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

This text font color is #E5EAEB.

Background Color

.myBgColor { background-color: #E5EAEB; }

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

This div background color is #E5EAEB.

Border color

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

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

This div border color is #E5EAEB.

Opacity

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

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

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

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

This text has shadow with #E5EAEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5EAEB.

Preview

Color preview on black background

This text has color #E5EAEB on black background.


Color preview on white background

This text has color #E5EAEB on white background.


Black color preview on #E5EAEB background

This text has black color on #E5EAEB background.


White color preview on #E5EAEB background

This text has white color on #E5EAEB background.


Related colors

Complementary color

Complementary color for #hex is #1A1514.


I love getcolorcode.com

Triadic colors

1 #EBE5EA and #EAEBE5 with #E5EAEB are triadic colors.

2 #EBEAE5 and #EAE5EB with #E5EAEB are triadic colors.