COLOR #E2C1AE

HEX: #E2C1AE
RGB: (226,193,174)

Color info

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

RGB color model

#E2C1AE color RGB value is (226,193,174).

  • red value is 226;
  • green value is 193;
  • blue value is 174.
RGB:
(226,193,174)
(89%,76%,68%)

RGB channels and saturation

R 226 of 255 = 89%
G 193 of 255 = 76%
B 174 of 255 = 68%

226
193
174

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

Portions of RGB colors in percentages

R + G + B =
226 + 193 + 174 = 593 (100%)
R 226 of 593 ~ 38.11%
G 193 of 593 ~ 32.55%
B 174 of 593 ~ 29.34%

%38.11
%32.55
%29.34

CMYK color model

#E2C1AE color CMYK value is (0,15,23,11).

  • cyan value is 0.00%
  • magenta value is 14.60%
  • yellow value is 23.01%
  • key color value is 11.37%
CMYK:
(0,15,23,11)
C0M15Y23K11 
(0%,15%,23%,11%)
(0.00/0.15/0.23/0.11)	

CMYK percentages

%0
%14.6
%23.01
%11.37

Codes

Color #E2C1AE in popluar color models

E2C1AE
RGB226193174
HSL22°47.27%78.43%
HSB/HSV22°23.01%88.63%
CMYK0.00%14.60%23.01%
11.37%

Color #E2C1AE in popluar number systems.

HEXE2C1AE
Decimal226193174
Binary111000101100000110101110
Octal342301256

Shades and tints

Shades of #E2C1AE

#E2C1AE
(226,193,174)
#CEB09F
(206,176,159)
#BA9F90
(186,159,144)
#A68E81
(166,142,129)
#927D72
(146,125,114)
#7E6C63
(126,108,99)
#6A5B54
(106,91,84)
#564A45
(86,74,69)
#423936
(66,57,54)
#2E2827
(46,40,39)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #E2C1AE

#E2C1AE
(226,193,174)
#E4C6B5
(228,198,181)
#E6CBBC
(230,203,188)
#E8D0C3
(232,208,195)
#EAD5CA
(234,213,202)
#ECDAD1
(236,218,209)
#EEDFD8
(238,223,216)
#F0E4DF
(240,228,223)
#F2E9E6
(242,233,230)
#F4EEED
(244,238,237)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C1AE color. Also use rgb(226,193,174) instead hex code.

Text Font Color

.myTextColor { color: #E2C1AE; }

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

This text font color is #E2C1AE.


Background Color

.myBgColor { background-color: #E2C1AE; }

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

This div background color is #E2C1AE.


Border color

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

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

This div border color is #E2C1AE.


Opacity

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

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

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

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

This text has shadow with #E2C1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C1AE on black background.


Color preview on white background

This text has color #E2C1AE on white background.



Black color preview on #E2C1AE background

This text has black color on #E2C1AE background.


White color preview on #E2C1AE background

This text has white color on #E2C1AE background.