COLOR #E2CAA8

HEX: #E2CAA8
RGB: (226,202,168)

Color info

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

RGB color model

#E2CAA8 color RGB value is (226,202,168).

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

RGB channels and saturation

R 226 of 255 = 89%
G 202 of 255 = 79%
B 168 of 255 = 66%

226
202
168

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

Portions of RGB colors in percentages

R + G + B =
226 + 202 + 168 = 596 (100%)
R 226 of 596 ~ 37.92%
G 202 of 596 ~ 33.89%
B 168 of 596 ~ 28.19%

%37.92
%33.89
%28.19

CMYK color model

#E2CAA8 color CMYK value is (0,11,26,11).

  • cyan value is 0.00%
  • magenta value is 10.62%
  • yellow value is 25.66%
  • key color value is 11.37%
CMYK:
(0,11,26,11)
C0M11Y26K11 
(0%,11%,26%,11%)
(0.00/0.11/0.26/0.11)	

CMYK percentages

%0
%10.62
%25.66
%11.37

Codes

Color #E2CAA8 in popluar color models

E2CAA8
RGB226202168
HSL35°50.00%77.25%
HSB/HSV35°25.66%88.63%
CMYK0.00%10.62%25.66%
11.37%

Color #E2CAA8 in popluar number systems.

HEXE2CAA8
Decimal226202168
Binary111000101100101010101000
Octal342312250

Shades and tints

Shades of #E2CAA8

#E2CAA8
(226,202,168)
#CEB899
(206,184,153)
#BAA68A
(186,166,138)
#A6947B
(166,148,123)
#92826C
(146,130,108)
#7E705D
(126,112,93)
#6A5E4E
(106,94,78)
#564C3F
(86,76,63)
#423A30
(66,58,48)
#2E2821
(46,40,33)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #E2CAA8

#E2CAA8
(226,202,168)
#E4CEAF
(228,206,175)
#E6D2B6
(230,210,182)
#E8D6BD
(232,214,189)
#EADAC4
(234,218,196)
#ECDECB
(236,222,203)
#EEE2D2
(238,226,210)
#F0E6D9
(240,230,217)
#F2EAE0
(242,234,224)
#F4EEE7
(244,238,231)
#F6F2EE
(246,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2CAA8; }

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

This text font color is #E2CAA8.


Background Color

.myBgColor { background-color: #E2CAA8; }

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

This div background color is #E2CAA8.


Border color

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

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

This div border color is #E2CAA8.


Opacity

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

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

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

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

This text has shadow with #E2CAA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2CAA8 on black background.


Color preview on white background

This text has color #E2CAA8 on white background.



Black color preview on #E2CAA8 background

This text has black color on #E2CAA8 background.


White color preview on #E2CAA8 background

This text has white color on #E2CAA8 background.