COLOR #E3CCA2

HEX: #E3CCA2
RGB: (227,204,162)

Color info

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

RGB color model

#E3CCA2 color RGB value is (227,204,162).

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

RGB channels and saturation

R 227 of 255 = 89%
G 204 of 255 = 80%
B 162 of 255 = 64%

227
204
162

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

Portions of RGB colors in percentages

R + G + B =
227 + 204 + 162 = 593 (100%)
R 227 of 593 ~ 38.28%
G 204 of 593 ~ 34.4%
B 162 of 593 ~ 27.32%

%38.28
%34.4
%27.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 28.63%
  • key color value is 10.98%
CMYK:
(0,10,29,11)
C0M10Y29K11 
(0%,10%,29%,11%)
(0.00/0.10/0.29/0.11)	

CMYK percentages

%0
%10.13
%28.63
%10.98

Codes

Color #E3CCA2 in popluar color models

E3CCA2
RGB227204162
HSL39°53.72%76.27%
HSB/HSV39°28.63%89.02%
CMYK0.00%10.13%28.63%
10.98%

Color #E3CCA2 in popluar number systems.

HEXE3CCA2
Decimal227204162
Binary111000111100110010100010
Octal343314242

Shades and tints

Shades of #E3CCA2

#E3CCA2
(227,204,162)
#CFBA94
(207,186,148)
#BBA886
(187,168,134)
#A79678
(167,150,120)
#93846A
(147,132,106)
#7F725C
(127,114,92)
#6B604E
(107,96,78)
#574E40
(87,78,64)
#433C32
(67,60,50)
#2F2A24
(47,42,36)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #E3CCA2

#E3CCA2
(227,204,162)
#E5D0AA
(229,208,170)
#E7D4B2
(231,212,178)
#E9D8BA
(233,216,186)
#EBDCC2
(235,220,194)
#EDE0CA
(237,224,202)
#EFE4D2
(239,228,210)
#F1E8DA
(241,232,218)
#F3ECE2
(243,236,226)
#F5F0EA
(245,240,234)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CCA2; }

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

This text font color is #E3CCA2.


Background Color

.myBgColor { background-color: #E3CCA2; }

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

This div background color is #E3CCA2.


Border color

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

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

This div border color is #E3CCA2.


Opacity

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

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

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

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

This text has shadow with #E3CCA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CCA2 on black background.


Color preview on white background

This text has color #E3CCA2 on white background.



Black color preview on #E3CCA2 background

This text has black color on #E3CCA2 background.


White color preview on #E3CCA2 background

This text has white color on #E3CCA2 background.