COLOR #E3CCA0

HEX: #E3CCA0
RGB: (227,204,160)

Color info

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

RGB color model

#E3CCA0 color RGB value is (227,204,160).

  • red value is 227;
  • green value is 204;
  • blue value is 160.
RGB:
(227,204,160)
(89%,80%,63%)

RGB channels and saturation

R 227 of 255 = 89%
G 204 of 255 = 80%
B 160 of 255 = 63%

227
204
160

R + G + B ~ 77%. #E3CCA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 204 + 160 = 591 (100%)
R 227 of 591 ~ 38.41%
G 204 of 591 ~ 34.52%
B 160 of 591 ~ 27.07%

%38.41
%34.52
%27.07

CMYK color model

#E3CCA0 color CMYK value is (0,10,30,11).

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 29.52%
  • key color value is 10.98%
CMYK:
(0,10,30,11)
C0M10Y30K11 
(0%,10%,30%,11%)
(0.00/0.10/0.30/0.11)	

CMYK percentages

%0
%10.13
%29.52
%10.98

Codes

Color #E3CCA0 in popluar color models

E3CCA0
RGB227204160
HSL39°54.47%75.88%
HSB/HSV39°29.52%89.02%
CMYK0.00%10.13%29.52%
10.98%

Color #E3CCA0 in popluar number systems.

HEXE3CCA0
Decimal227204160
Binary111000111100110010100000
Octal343314240

Shades and tints

Shades of #E3CCA0

#E3CCA0
(227,204,160)
#CFBA92
(207,186,146)
#BBA884
(187,168,132)
#A79676
(167,150,118)
#938468
(147,132,104)
#7F725A
(127,114,90)
#6B604C
(107,96,76)
#574E3E
(87,78,62)
#433C30
(67,60,48)
#2F2A22
(47,42,34)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #E3CCA0

#E3CCA0
(227,204,160)
#E5D0A8
(229,208,168)
#E7D4B0
(231,212,176)
#E9D8B8
(233,216,184)
#EBDCC0
(235,220,192)
#EDE0C8
(237,224,200)
#EFE4D0
(239,228,208)
#F1E8D8
(241,232,216)
#F3ECE0
(243,236,224)
#F5F0E8
(245,240,232)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3CCA0 color. Also use rgb(227,204,160) instead hex code.

Text Font Color

.myTextColor { color: #E3CCA0; }

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

This text font color is #E3CCA0.


Background Color

.myBgColor { background-color: #E3CCA0; }

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

This div background color is #E3CCA0.


Border color

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

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

This div border color is #E3CCA0.


Opacity

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

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

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

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

This text has shadow with #E3CCA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CCA0 on black background.


Color preview on white background

This text has color #E3CCA0 on white background.



Black color preview on #E3CCA0 background

This text has black color on #E3CCA0 background.


White color preview on #E3CCA0 background

This text has white color on #E3CCA0 background.