COLOR #E5DFBA

HEX: #E5DFBA
RGB: (229,223,186)

Color info

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

RGB color model

#E5DFBA color RGB value is (229,223,186).

  • red value is 229;
  • green value is 223;
  • blue value is 186.
RGB:
(229,223,186)
(90%,87%,73%)

RGB channels and saturation

R 229 of 255 = 90%
G 223 of 255 = 87%
B 186 of 255 = 73%

229
223
186

R + G + B ~ 83%. #E5DFBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 223 + 186 = 638 (100%)
R 229 of 638 ~ 35.89%
G 223 of 638 ~ 34.95%
B 186 of 638 ~ 29.15%

%35.89
%34.95
%29.15

CMYK color model

#E5DFBA color CMYK value is (0,3,19,10).

  • cyan value is 0.00%
  • magenta value is 2.62%
  • yellow value is 18.78%
  • key color value is 10.20%
CMYK:
(0,3,19,10)
C0M3Y19K10 
(0%,3%,19%,10%)
(0.00/0.03/0.19/0.10)	

CMYK percentages

%0
%2.62
%18.78
%10.2

Codes

Color #E5DFBA in popluar color models

E5DFBA
RGB229223186
HSL52°45.26%81.37%
HSB/HSV52°18.78%89.80%
CMYK0.00%2.62%18.78%
10.20%

Color #E5DFBA in popluar number systems.

HEXE5DFBA
Decimal229223186
Binary111001011101111110111010
Octal345337272

Shades and tints

Shades of #E5DFBA

#E5DFBA
(229,223,186)
#D1CBAA
(209,203,170)
#BDB79A
(189,183,154)
#A9A38A
(169,163,138)
#958F7A
(149,143,122)
#817B6A
(129,123,106)
#6D675A
(109,103,90)
#59534A
(89,83,74)
#453F3A
(69,63,58)
#312B2A
(49,43,42)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #E5DFBA

#E5DFBA
(229,223,186)
#E7E1C0
(231,225,192)
#E9E3C6
(233,227,198)
#EBE5CC
(235,229,204)
#EDE7D2
(237,231,210)
#EFE9D8
(239,233,216)
#F1EBDE
(241,235,222)
#F3EDE4
(243,237,228)
#F5EFEA
(245,239,234)
#F7F1F0
(247,241,240)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DFBA; }

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

This text font color is #E5DFBA.


Background Color

.myBgColor { background-color: #E5DFBA; }

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

This div background color is #E5DFBA.


Border color

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

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

This div border color is #E5DFBA.


Opacity

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

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

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

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

This text has shadow with #E5DFBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DFBA on black background.


Color preview on white background

This text has color #E5DFBA on white background.



Black color preview on #E5DFBA background

This text has black color on #E5DFBA background.


White color preview on #E5DFBA background

This text has white color on #E5DFBA background.