COLOR #E5EBEB

HEX: #E5EBEB RGB: (229,235,235)

Color info

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

RGB color model

#E5EBEB color RGB value is (229,235,235).

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

RGB channels and saturation

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

229
235
235

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

Portions of RGB colors in percentages

R + G + B = 229 + 235 + 235 = 699 (100%)
R 229 of 699 ~ 32.76%
G 235 of 699 ~ 33.62%
B 235 of 699 ~ 33.62'%

%32.76
%33.62
%33.62

CMYK color model

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

  • cyan value is 2.55%
  • magenta value is 0.00%
  • 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
%0
%7.84

Codes

Color #E5EBEB in popluar color models

E5 EB EB
RGB 229 235 235
HSL 180° 13.04% 90.98%
HSB/HSV 180° 2.55% 92.16%
CMYK 2.55% 0.00% 0.00%
7.84%

Color #E5EBEB in popluar number systems.

HEX E5 EB EB
Decimal 229 235 235
Binary 11100101 11101011 11101011
Octal 345 353 353

Shades and tints

Shades of #E5EBEB

#E5EBEB
(229,235,235)
#D1D6D6
(209,214,214)
#BDC1C1
(189,193,193)
#A9ACAC
(169,172,172)
#959797
(149,151,151)
#818282
(129,130,130)
#6D6D6D
(109,109,109)
#595858
(89,88,88)
#454343
(69,67,67)
#312E2E
(49,46,46)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #E5EBEB

#E5EBEB
(229,235,235)
#E7ECEC
(231,236,236)
#E9EDED
(233,237,237)
#EBEEEE
(235,238,238)
#EDEFEF
(237,239,239)
#EFF0F0
(239,240,240)
#F1F1F1
(241,241,241)
#F3F2F2
(243,242,242)
#F5F3F3
(245,243,243)
#F7F4F4
(247,244,244)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EBEB; }

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

This text font color is #E5EBEB.

Background Color

.myBgColor { background-color: #E5EBEB; }

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

This div background color is #E5EBEB.

Border color

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

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

This div border color is #E5EBEB.

Opacity

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

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

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

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

This text has shadow with #E5EBEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5EBEB.

Preview

Color preview on black background

This text has color #E5EBEB on black background.


Color preview on white background

This text has color #E5EBEB on white background.


Black color preview on #E5EBEB background

This text has black color on #E5EBEB background.


White color preview on #E5EBEB background

This text has white color on #E5EBEB background.


Related colors

Complementary color

Complementary color for #hex is #1A1414.


I love getcolorcode.com