COLOR #E5DBB2

HEX: #E5DBB2
RGB: (229,219,178)

Color info

#E5DBB2 contains red, green and blue colors in about the same proportion. Web safe color of #E5DBB2 is #CCCC99 (or #CC9).

RGB color model

#E5DBB2 color RGB value is (229,219,178).

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

RGB channels and saturation

R 229 of 255 = 90%
G 219 of 255 = 86%
B 178 of 255 = 70%

229
219
178

R + G + B ~ 82%. #E5DBB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 219 + 178 = 626 (100%)
R 229 of 626 ~ 36.58%
G 219 of 626 ~ 34.98%
B 178 of 626 ~ 28.43%

%36.58
%34.98
%28.43

CMYK color model

#E5DBB2 color CMYK value is (0,4,22,10).

  • cyan value is 0.00%
  • magenta value is 4.37%
  • yellow value is 22.27%
  • key color value is 10.20%
CMYK:
(0,4,22,10)
C0M4Y22K10 
(0%,4%,22%,10%)
(0.00/0.04/0.22/0.10)	

CMYK percentages

%0
%4.37
%22.27
%10.2

Codes

Color #E5DBB2 in popluar color models

E5DBB2
RGB229219178
HSL48°49.51%79.80%
HSB/HSV48°22.27%89.80%
CMYK0.00%4.37%22.27%
10.20%

Color #E5DBB2 in popluar number systems.

HEXE5DBB2
Decimal229219178
Binary111001011101101110110010
Octal345333262

Shades and tints

Shades of #E5DBB2

#E5DBB2
(229,219,178)
#D1C8A2
(209,200,162)
#BDB592
(189,181,146)
#A9A282
(169,162,130)
#958F72
(149,143,114)
#817C62
(129,124,98)
#6D6952
(109,105,82)
#595642
(89,86,66)
#454332
(69,67,50)
#313022
(49,48,34)
#1D1D12
(29,29,18)
#000000
(0,0,0)

Tints of #E5DBB2

#E5DBB2
(229,219,178)
#E7DEB9
(231,222,185)
#E9E1C0
(233,225,192)
#EBE4C7
(235,228,199)
#EDE7CE
(237,231,206)
#EFEAD5
(239,234,213)
#F1EDDC
(241,237,220)
#F3F0E3
(243,240,227)
#F5F3EA
(245,243,234)
#F7F6F1
(247,246,241)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DBB2; }

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

This text font color is #E5DBB2.


Background Color

.myBgColor { background-color: #E5DBB2; }

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

This div background color is #E5DBB2.


Border color

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

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

This div border color is #E5DBB2.


Opacity

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

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

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

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

This text has shadow with #E5DBB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DBB2 on black background.


Color preview on white background

This text has color #E5DBB2 on white background.



Black color preview on #E5DBB2 background

This text has black color on #E5DBB2 background.


White color preview on #E5DBB2 background

This text has white color on #E5DBB2 background.