COLOR #E5CBAD

HEX: #E5CBAD
RGB: (229,203,173)

Color info

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

RGB color model

#E5CBAD color RGB value is (229,203,173).

  • red value is 229;
  • green value is 203;
  • blue value is 173.
RGB:
(229,203,173)
(90%,80%,68%)

RGB channels and saturation

R 229 of 255 = 90%
G 203 of 255 = 80%
B 173 of 255 = 68%

229
203
173

R + G + B ~ 79%. #E5CBAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 203 + 173 = 605 (100%)
R 229 of 605 ~ 37.85%
G 203 of 605 ~ 33.55%
B 173 of 605 ~ 28.6%

%37.85
%33.55
%28.6

CMYK color model

#E5CBAD color CMYK value is (0,11,24,10).

  • cyan value is 0.00%
  • magenta value is 11.35%
  • yellow value is 24.45%
  • key color value is 10.20%
CMYK:
(0,11,24,10)
C0M11Y24K10 
(0%,11%,24%,10%)
(0.00/0.11/0.24/0.10)	

CMYK percentages

%0
%11.35
%24.45
%10.2

Codes

Color #E5CBAD in popluar color models

E5CBAD
RGB229203173
HSL32°51.85%78.82%
HSB/HSV32°24.45%89.80%
CMYK0.00%11.35%24.45%
10.20%

Color #E5CBAD in popluar number systems.

HEXE5CBAD
Decimal229203173
Binary111001011100101110101101
Octal345313255

Shades and tints

Shades of #E5CBAD

#E5CBAD
(229,203,173)
#D1B99E
(209,185,158)
#BDA78F
(189,167,143)
#A99580
(169,149,128)
#958371
(149,131,113)
#817162
(129,113,98)
#6D5F53
(109,95,83)
#594D44
(89,77,68)
#453B35
(69,59,53)
#312926
(49,41,38)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #E5CBAD

#E5CBAD
(229,203,173)
#E7CFB4
(231,207,180)
#E9D3BB
(233,211,187)
#EBD7C2
(235,215,194)
#EDDBC9
(237,219,201)
#EFDFD0
(239,223,208)
#F1E3D7
(241,227,215)
#F3E7DE
(243,231,222)
#F5EBE5
(245,235,229)
#F7EFEC
(247,239,236)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CBAD; }

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

This text font color is #E5CBAD.


Background Color

.myBgColor { background-color: #E5CBAD; }

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

This div background color is #E5CBAD.


Border color

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

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

This div border color is #E5CBAD.


Opacity

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

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

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

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

This text has shadow with #E5CBAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CBAD on black background.


Color preview on white background

This text has color #E5CBAD on white background.



Black color preview on #E5CBAD background

This text has black color on #E5CBAD background.


White color preview on #E5CBAD background

This text has white color on #E5CBAD background.