COLOR #E5DDBE

HEX: #E5DDBE
RGB: (229,221,190)

Color info

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

RGB color model

#E5DDBE color RGB value is (229,221,190).

  • red value is 229;
  • green value is 221;
  • blue value is 190.
RGB:
(229,221,190)
(90%,87%,75%)

RGB channels and saturation

R 229 of 255 = 90%
G 221 of 255 = 87%
B 190 of 255 = 75%

229
221
190

R + G + B ~ 84%. #E5DDBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 221 + 190 = 640 (100%)
R 229 of 640 ~ 35.78%
G 221 of 640 ~ 34.53%
B 190 of 640 ~ 29.69%

%35.78
%34.53
%29.69

CMYK color model

#E5DDBE color CMYK value is (0,3,17,10).

  • cyan value is 0.00%
  • magenta value is 3.49%
  • yellow value is 17.03%
  • key color value is 10.20%
CMYK:
(0,3,17,10)
C0M3Y17K10 
(0%,3%,17%,10%)
(0.00/0.03/0.17/0.10)	

CMYK percentages

%0
%3.49
%17.03
%10.2

Codes

Color #E5DDBE in popluar color models

E5DDBE
RGB229221190
HSL48°42.86%82.16%
HSB/HSV48°17.03%89.80%
CMYK0.00%3.49%17.03%
10.20%

Color #E5DDBE in popluar number systems.

HEXE5DDBE
Decimal229221190
Binary111001011101110110111110
Octal345335276

Shades and tints

Shades of #E5DDBE

#E5DDBE
(229,221,190)
#D1C9AD
(209,201,173)
#BDB59C
(189,181,156)
#A9A18B
(169,161,139)
#958D7A
(149,141,122)
#817969
(129,121,105)
#6D6558
(109,101,88)
#595147
(89,81,71)
#453D36
(69,61,54)
#312925
(49,41,37)
#1D1514
(29,21,20)
#000000
(0,0,0)

Tints of #E5DDBE

#E5DDBE
(229,221,190)
#E7E0C3
(231,224,195)
#E9E3C8
(233,227,200)
#EBE6CD
(235,230,205)
#EDE9D2
(237,233,210)
#EFECD7
(239,236,215)
#F1EFDC
(241,239,220)
#F3F2E1
(243,242,225)
#F5F5E6
(245,245,230)
#F7F8EB
(247,248,235)
#F9FBF0
(249,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DDBE; }

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

This text font color is #E5DDBE.


Background Color

.myBgColor { background-color: #E5DDBE; }

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

This div background color is #E5DDBE.


Border color

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

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

This div border color is #E5DDBE.


Opacity

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

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

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

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

This text has shadow with #E5DDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DDBE on black background.


Color preview on white background

This text has color #E5DDBE on white background.



Black color preview on #E5DDBE background

This text has black color on #E5DDBE background.


White color preview on #E5DDBE background

This text has white color on #E5DDBE background.