COLOR #E5E6DB

HEX: #E5E6DB
RGB: (229,230,219)

Color info

#E5E6DB contains red, green and blue colors in about the same proportion. Web safe color of #E5E6DB is #CCCCCC (or #CCC).

RGB color model

#E5E6DB color RGB value is (229,230,219).

  • red value is 229;
  • green value is 230;
  • blue value is 219.
RGB:
(229,230,219)
(90%,90%,86%)

RGB channels and saturation

R 229 of 255 = 90%
G 230 of 255 = 90%
B 219 of 255 = 86%

229
230
219

R + G + B ~ 89%. #E5E6DB is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 230 + 219 = 678 (100%)
R 229 of 678 ~ 33.78%
G 230 of 678 ~ 33.92%
B 219 of 678 ~ 32.3%

%33.78
%33.92
%32.3

CMYK color model

#E5E6DB color CMYK value is (0,0,5,10).

  • cyan value is 0.43%
  • magenta value is 0.00%
  • yellow value is 4.78%
  • key color value is 9.80%
CMYK:
(0,0,5,10)
C0M0Y5K10 
(0%,0%,5%,10%)
(0.00/0.00/0.05/0.10)	

CMYK percentages

%0.43
%0
%4.78
%9.8

Codes

Color #E5E6DB in popluar color models

E5E6DB
RGB229230219
HSL65°18.03%88.04%
HSB/HSV65°4.78%90.20%
CMYK0.43%0.00%4.78%
9.80%

Color #E5E6DB in popluar number systems.

HEXE5E6DB
Decimal229230219
Binary111001011110011011011011
Octal345346333

Shades and tints

Shades of #E5E6DB

#E5E6DB
(229,230,219)
#D1D2C8
(209,210,200)
#BDBEB5
(189,190,181)
#A9AAA2
(169,170,162)
#95968F
(149,150,143)
#81827C
(129,130,124)
#6D6E69
(109,110,105)
#595A56
(89,90,86)
#454643
(69,70,67)
#313230
(49,50,48)
#1D1E1D
(29,30,29)
#000000
(0,0,0)

Tints of #E5E6DB

#E5E6DB
(229,230,219)
#E7E8DE
(231,232,222)
#E9EAE1
(233,234,225)
#EBECE4
(235,236,228)
#EDEEE7
(237,238,231)
#EFF0EA
(239,240,234)
#F1F2ED
(241,242,237)
#F3F4F0
(243,244,240)
#F5F6F3
(245,246,243)
#F7F8F6
(247,248,246)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E6DB; }

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

This text font color is #E5E6DB.


Background Color

.myBgColor { background-color: #E5E6DB; }

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

This div background color is #E5E6DB.


Border color

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

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

This div border color is #E5E6DB.


Opacity

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

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

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

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

This text has shadow with #E5E6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E6DB on black background.


Color preview on white background

This text has color #E5E6DB on white background.



Black color preview on #E5E6DB background

This text has black color on #E5E6DB background.


White color preview on #E5E6DB background

This text has white color on #E5E6DB background.