COLOR #E5CCA3

HEX: #E5CCA3
RGB: (229,204,163)

Color info

#E5CCA3 contains mainly red and green colors. Web safe color of #E5CCA3 is #CCCC99 (or #CC9).

RGB color model

#E5CCA3 color RGB value is (229,204,163).

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

RGB channels and saturation

R 229 of 255 = 90%
G 204 of 255 = 80%
B 163 of 255 = 64%

229
204
163

R + G + B ~ 78%. #E5CCA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 204 + 163 = 596 (100%)
R 229 of 596 ~ 38.42%
G 204 of 596 ~ 34.23%
B 163 of 596 ~ 27.35%

%38.42
%34.23
%27.35

CMYK color model

#E5CCA3 color CMYK value is (0,11,29,10).

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 28.82%
  • key color value is 10.20%
CMYK:
(0,11,29,10)
C0M11Y29K10 
(0%,11%,29%,10%)
(0.00/0.11/0.29/0.10)	

CMYK percentages

%0
%10.92
%28.82
%10.2

Codes

Color #E5CCA3 in popluar color models

E5CCA3
RGB229204163
HSL37°55.93%76.86%
HSB/HSV37°28.82%89.80%
CMYK0.00%10.92%28.82%
10.20%

Color #E5CCA3 in popluar number systems.

HEXE5CCA3
Decimal229204163
Binary111001011100110010100011
Octal345314243

Shades and tints

Shades of #E5CCA3

#E5CCA3
(229,204,163)
#D1BA95
(209,186,149)
#BDA887
(189,168,135)
#A99679
(169,150,121)
#95846B
(149,132,107)
#81725D
(129,114,93)
#6D604F
(109,96,79)
#594E41
(89,78,65)
#453C33
(69,60,51)
#312A25
(49,42,37)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #E5CCA3

#E5CCA3
(229,204,163)
#E7D0AB
(231,208,171)
#E9D4B3
(233,212,179)
#EBD8BB
(235,216,187)
#EDDCC3
(237,220,195)
#EFE0CB
(239,224,203)
#F1E4D3
(241,228,211)
#F3E8DB
(243,232,219)
#F5ECE3
(245,236,227)
#F7F0EB
(247,240,235)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CCA3; }

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

This text font color is #E5CCA3.


Background Color

.myBgColor { background-color: #E5CCA3; }

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

This div background color is #E5CCA3.


Border color

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

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

This div border color is #E5CCA3.


Opacity

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

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

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

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

This text has shadow with #E5CCA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CCA3 on black background.


Color preview on white background

This text has color #E5CCA3 on white background.



Black color preview on #E5CCA3 background

This text has black color on #E5CCA3 background.


White color preview on #E5CCA3 background

This text has white color on #E5CCA3 background.