COLOR #E2C2AC

HEX: #E2C2AC
RGB: (226,194,172)

Color info

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

RGB color model

#E2C2AC color RGB value is (226,194,172).

  • red value is 226;
  • green value is 194;
  • blue value is 172.
RGB:
(226,194,172)
(89%,76%,67%)

RGB channels and saturation

R 226 of 255 = 89%
G 194 of 255 = 76%
B 172 of 255 = 67%

226
194
172

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

Portions of RGB colors in percentages

R + G + B =
226 + 194 + 172 = 592 (100%)
R 226 of 592 ~ 38.18%
G 194 of 592 ~ 32.77%
B 172 of 592 ~ 29.05%

%38.18
%32.77
%29.05

CMYK color model

#E2C2AC color CMYK value is (0,14,24,11).

  • cyan value is 0.00%
  • magenta value is 14.16%
  • yellow value is 23.89%
  • key color value is 11.37%
CMYK:
(0,14,24,11)
C0M14Y24K11 
(0%,14%,24%,11%)
(0.00/0.14/0.24/0.11)	

CMYK percentages

%0
%14.16
%23.89
%11.37

Codes

Color #E2C2AC in popluar color models

E2C2AC
RGB226194172
HSL24°48.21%78.04%
HSB/HSV24°23.89%88.63%
CMYK0.00%14.16%23.89%
11.37%

Color #E2C2AC in popluar number systems.

HEXE2C2AC
Decimal226194172
Binary111000101100001010101100
Octal342302254

Shades and tints

Shades of #E2C2AC

#E2C2AC
(226,194,172)
#CEB19D
(206,177,157)
#BAA08E
(186,160,142)
#A68F7F
(166,143,127)
#927E70
(146,126,112)
#7E6D61
(126,109,97)
#6A5C52
(106,92,82)
#564B43
(86,75,67)
#423A34
(66,58,52)
#2E2925
(46,41,37)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #E2C2AC

#E2C2AC
(226,194,172)
#E4C7B3
(228,199,179)
#E6CCBA
(230,204,186)
#E8D1C1
(232,209,193)
#EAD6C8
(234,214,200)
#ECDBCF
(236,219,207)
#EEE0D6
(238,224,214)
#F0E5DD
(240,229,221)
#F2EAE4
(242,234,228)
#F4EFEB
(244,239,235)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C2AC color. Also use rgb(226,194,172) instead hex code.

Text Font Color

.myTextColor { color: #E2C2AC; }

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

This text font color is #E2C2AC.


Background Color

.myBgColor { background-color: #E2C2AC; }

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

This div background color is #E2C2AC.


Border color

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

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

This div border color is #E2C2AC.


Opacity

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

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

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

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

This text has shadow with #E2C2AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C2AC on black background.


Color preview on white background

This text has color #E2C2AC on white background.



Black color preview on #E2C2AC background

This text has black color on #E2C2AC background.


White color preview on #E2C2AC background

This text has white color on #E2C2AC background.