COLOR #E5CBAE

HEX: #E5CBAE
RGB: (229,203,174)

Color info

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

RGB color model

#E5CBAE color RGB value is (229,203,174).

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

RGB channels and saturation

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

229
203
174

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

Portions of RGB colors in percentages

R + G + B =
229 + 203 + 174 = 606 (100%)
R 229 of 606 ~ 37.79%
G 203 of 606 ~ 33.5%
B 174 of 606 ~ 28.71%

%37.79
%33.5
%28.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.35%
  • yellow value is 24.02%
  • 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.02
%10.2

Codes

Color #E5CBAE in popluar color models

E5CBAE
RGB229203174
HSL32°51.40%79.02%
HSB/HSV32°24.02%89.80%
CMYK0.00%11.35%24.02%
10.20%

Color #E5CBAE in popluar number systems.

HEXE5CBAE
Decimal229203174
Binary111001011100101110101110
Octal345313256

Shades and tints

Shades of #E5CBAE

#E5CBAE
(229,203,174)
#D1B99F
(209,185,159)
#BDA790
(189,167,144)
#A99581
(169,149,129)
#958372
(149,131,114)
#817163
(129,113,99)
#6D5F54
(109,95,84)
#594D45
(89,77,69)
#453B36
(69,59,54)
#312927
(49,41,39)
#1D1718
(29,23,24)
#000000
(0,0,0)

Tints of #E5CBAE

#E5CBAE
(229,203,174)
#E7CFB5
(231,207,181)
#E9D3BC
(233,211,188)
#EBD7C3
(235,215,195)
#EDDBCA
(237,219,202)
#EFDFD1
(239,223,209)
#F1E3D8
(241,227,216)
#F3E7DF
(243,231,223)
#F5EBE6
(245,235,230)
#F7EFED
(247,239,237)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CBAE; }

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

This text font color is #E5CBAE.


Background Color

.myBgColor { background-color: #E5CBAE; }

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

This div background color is #E5CBAE.


Border color

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

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

This div border color is #E5CBAE.


Opacity

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

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

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

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

This text has shadow with #E5CBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CBAE on black background.


Color preview on white background

This text has color #E5CBAE on white background.



Black color preview on #E5CBAE background

This text has black color on #E5CBAE background.


White color preview on #E5CBAE background

This text has white color on #E5CBAE background.