COLOR #E5CDAB

HEX: #E5CDAB
RGB: (229,205,171)

Color info

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

RGB color model

#E5CDAB color RGB value is (229,205,171).

  • red value is 229;
  • green value is 205;
  • blue value is 171.
RGB:
(229,205,171)
(90%,80%,67%)

RGB channels and saturation

R 229 of 255 = 90%
G 205 of 255 = 80%
B 171 of 255 = 67%

229
205
171

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

Portions of RGB colors in percentages

R + G + B =
229 + 205 + 171 = 605 (100%)
R 229 of 605 ~ 37.85%
G 205 of 605 ~ 33.88%
B 171 of 605 ~ 28.26%

%37.85
%33.88
%28.26

CMYK color model

#E5CDAB color CMYK value is (0,10,25,10).

  • cyan value is 0.00%
  • magenta value is 10.48%
  • yellow value is 25.33%
  • key color value is 10.20%
CMYK:
(0,10,25,10)
C0M10Y25K10 
(0%,10%,25%,10%)
(0.00/0.10/0.25/0.10)	

CMYK percentages

%0
%10.48
%25.33
%10.2

Codes

Color #E5CDAB in popluar color models

E5CDAB
RGB229205171
HSL35°52.73%78.43%
HSB/HSV35°25.33%89.80%
CMYK0.00%10.48%25.33%
10.20%

Color #E5CDAB in popluar number systems.

HEXE5CDAB
Decimal229205171
Binary111001011100110110101011
Octal345315253

Shades and tints

Shades of #E5CDAB

#E5CDAB
(229,205,171)
#D1BB9C
(209,187,156)
#BDA98D
(189,169,141)
#A9977E
(169,151,126)
#95856F
(149,133,111)
#817360
(129,115,96)
#6D6151
(109,97,81)
#594F42
(89,79,66)
#453D33
(69,61,51)
#312B24
(49,43,36)
#1D1915
(29,25,21)
#000000
(0,0,0)

Tints of #E5CDAB

#E5CDAB
(229,205,171)
#E7D1B2
(231,209,178)
#E9D5B9
(233,213,185)
#EBD9C0
(235,217,192)
#EDDDC7
(237,221,199)
#EFE1CE
(239,225,206)
#F1E5D5
(241,229,213)
#F3E9DC
(243,233,220)
#F5EDE3
(245,237,227)
#F7F1EA
(247,241,234)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CDAB color. Also use rgb(229,205,171) instead hex code.

Text Font Color

.myTextColor { color: #E5CDAB; }

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

This text font color is #E5CDAB.


Background Color

.myBgColor { background-color: #E5CDAB; }

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

This div background color is #E5CDAB.


Border color

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

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

This div border color is #E5CDAB.


Opacity

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

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

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

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

This text has shadow with #E5CDAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CDAB on black background.


Color preview on white background

This text has color #E5CDAB on white background.



Black color preview on #E5CDAB background

This text has black color on #E5CDAB background.


White color preview on #E5CDAB background

This text has white color on #E5CDAB background.