COLOR #E5CCAE

HEX: #E5CCAE
RGB: (229,204,174)

Color info

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

RGB color model

#E5CCAE color RGB value is (229,204,174).

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

RGB channels and saturation

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

229
204
174

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

Portions of RGB colors in percentages

R + G + B =
229 + 204 + 174 = 607 (100%)
R 229 of 607 ~ 37.73%
G 204 of 607 ~ 33.61%
B 174 of 607 ~ 28.67%

%37.73
%33.61
%28.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.92%
  • 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
%10.92
%24.02
%10.2

Codes

Color #E5CCAE in popluar color models

E5CCAE
RGB229204174
HSL33°51.40%79.02%
HSB/HSV33°24.02%89.80%
CMYK0.00%10.92%24.02%
10.20%

Color #E5CCAE in popluar number systems.

HEXE5CCAE
Decimal229204174
Binary111001011100110010101110
Octal345314256

Shades and tints

Shades of #E5CCAE

#E5CCAE
(229,204,174)
#D1BA9F
(209,186,159)
#BDA890
(189,168,144)
#A99681
(169,150,129)
#958472
(149,132,114)
#817263
(129,114,99)
#6D6054
(109,96,84)
#594E45
(89,78,69)
#453C36
(69,60,54)
#312A27
(49,42,39)
#1D1818
(29,24,24)
#000000
(0,0,0)

Tints of #E5CCAE

#E5CCAE
(229,204,174)
#E7D0B5
(231,208,181)
#E9D4BC
(233,212,188)
#EBD8C3
(235,216,195)
#EDDCCA
(237,220,202)
#EFE0D1
(239,224,209)
#F1E4D8
(241,228,216)
#F3E8DF
(243,232,223)
#F5ECE6
(245,236,230)
#F7F0ED
(247,240,237)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CCAE; }

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

This text font color is #E5CCAE.


Background Color

.myBgColor { background-color: #E5CCAE; }

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

This div background color is #E5CCAE.


Border color

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

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

This div border color is #E5CCAE.


Opacity

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

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

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

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

This text has shadow with #E5CCAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CCAE on black background.


Color preview on white background

This text has color #E5CCAE on white background.



Black color preview on #E5CCAE background

This text has black color on #E5CCAE background.


White color preview on #E5CCAE background

This text has white color on #E5CCAE background.