COLOR #E2CAAF

HEX: #E2CAAF
RGB: (226,202,175)

Color info

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

RGB color model

#E2CAAF color RGB value is (226,202,175).

  • red value is 226;
  • green value is 202;
  • blue value is 175.
RGB:
(226,202,175)
(89%,79%,69%)

RGB channels and saturation

R 226 of 255 = 89%
G 202 of 255 = 79%
B 175 of 255 = 69%

226
202
175

R + G + B ~ 79%. #E2CAAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 202 + 175 = 603 (100%)
R 226 of 603 ~ 37.48%
G 202 of 603 ~ 33.5%
B 175 of 603 ~ 29.02%

%37.48
%33.5
%29.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.62%
  • yellow value is 22.57%
  • key color value is 11.37%
CMYK:
(0,11,23,11)
C0M11Y23K11 
(0%,11%,23%,11%)
(0.00/0.11/0.23/0.11)	

CMYK percentages

%0
%10.62
%22.57
%11.37

Codes

Color #E2CAAF in popluar color models

E2CAAF
RGB226202175
HSL32°46.79%78.63%
HSB/HSV32°22.57%88.63%
CMYK0.00%10.62%22.57%
11.37%

Color #E2CAAF in popluar number systems.

HEXE2CAAF
Decimal226202175
Binary111000101100101010101111
Octal342312257

Shades and tints

Shades of #E2CAAF

#E2CAAF
(226,202,175)
#CEB8A0
(206,184,160)
#BAA691
(186,166,145)
#A69482
(166,148,130)
#928273
(146,130,115)
#7E7064
(126,112,100)
#6A5E55
(106,94,85)
#564C46
(86,76,70)
#423A37
(66,58,55)
#2E2828
(46,40,40)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #E2CAAF

#E2CAAF
(226,202,175)
#E4CEB6
(228,206,182)
#E6D2BD
(230,210,189)
#E8D6C4
(232,214,196)
#EADACB
(234,218,203)
#ECDED2
(236,222,210)
#EEE2D9
(238,226,217)
#F0E6E0
(240,230,224)
#F2EAE7
(242,234,231)
#F4EEEE
(244,238,238)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2CAAF color. Also use rgb(226,202,175) instead hex code.

Text Font Color

.myTextColor { color: #E2CAAF; }

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

This text font color is #E2CAAF.


Background Color

.myBgColor { background-color: #E2CAAF; }

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

This div background color is #E2CAAF.


Border color

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

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

This div border color is #E2CAAF.


Opacity

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

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

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

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

This text has shadow with #E2CAAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2CAAF on black background.


Color preview on white background

This text has color #E2CAAF on white background.



Black color preview on #E2CAAF background

This text has black color on #E2CAAF background.


White color preview on #E2CAAF background

This text has white color on #E2CAAF background.