COLOR #E2C9C0

HEX: #E2C9C0
RGB: (226,201,192)

Color info

#E2C9C0 contains red, green and blue colors in about the same proportion. Web safe color of #E2C9C0 is #CCCCCC (or #CCC).

RGB color model

#E2C9C0 color RGB value is (226,201,192).

  • red value is 226;
  • green value is 201;
  • blue value is 192.
RGB:
(226,201,192)
(89%,79%,75%)

RGB channels and saturation

R 226 of 255 = 89%
G 201 of 255 = 79%
B 192 of 255 = 75%

226
201
192

R + G + B ~ 81%. #E2C9C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 201 + 192 = 619 (100%)
R 226 of 619 ~ 36.51%
G 201 of 619 ~ 32.47%
B 192 of 619 ~ 31.02%

%36.51
%32.47
%31.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.06%
  • yellow value is 15.04%
  • key color value is 11.37%
CMYK:
(0,11,15,11)
C0M11Y15K11 
(0%,11%,15%,11%)
(0.00/0.11/0.15/0.11)	

CMYK percentages

%0
%11.06
%15.04
%11.37

Codes

Color #E2C9C0 in popluar color models

E2C9C0
RGB226201192
HSL16°36.96%81.96%
HSB/HSV16°15.04%88.63%
CMYK0.00%11.06%15.04%
11.37%

Color #E2C9C0 in popluar number systems.

HEXE2C9C0
Decimal226201192
Binary111000101100100111000000
Octal342311300

Shades and tints

Shades of #E2C9C0

#E2C9C0
(226,201,192)
#CEB7AF
(206,183,175)
#BAA59E
(186,165,158)
#A6938D
(166,147,141)
#92817C
(146,129,124)
#7E6F6B
(126,111,107)
#6A5D5A
(106,93,90)
#564B49
(86,75,73)
#423938
(66,57,56)
#2E2727
(46,39,39)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #E2C9C0

#E2C9C0
(226,201,192)
#E4CDC5
(228,205,197)
#E6D1CA
(230,209,202)
#E8D5CF
(232,213,207)
#EAD9D4
(234,217,212)
#ECDDD9
(236,221,217)
#EEE1DE
(238,225,222)
#F0E5E3
(240,229,227)
#F2E9E8
(242,233,232)
#F4EDED
(244,237,237)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C9C0 color. Also use rgb(226,201,192) instead hex code.

Text Font Color

.myTextColor { color: #E2C9C0; }

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

This text font color is #E2C9C0.


Background Color

.myBgColor { background-color: #E2C9C0; }

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

This div background color is #E2C9C0.


Border color

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

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

This div border color is #E2C9C0.


Opacity

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

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

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

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

This text has shadow with #E2C9C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C9C0 on black background.


Color preview on white background

This text has color #E2C9C0 on white background.



Black color preview on #E2C9C0 background

This text has black color on #E2C9C0 background.


White color preview on #E2C9C0 background

This text has white color on #E2C9C0 background.