COLOR #E2CAC5

HEX: #E2CAC5
RGB: (226,202,197)

Color info

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

RGB color model

#E2CAC5 color RGB value is (226,202,197).

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

RGB channels and saturation

R 226 of 255 = 89%
G 202 of 255 = 79%
B 197 of 255 = 77%

226
202
197

R + G + B ~ 82%. #E2CAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 202 + 197 = 625 (100%)
R 226 of 625 ~ 36.16%
G 202 of 625 ~ 32.32%
B 197 of 625 ~ 31.52%

%36.16
%32.32
%31.52

CMYK color model

#E2CAC5 color CMYK value is (0,11,13,11).

  • cyan value is 0.00%
  • magenta value is 10.62%
  • yellow value is 12.83%
  • key color value is 11.37%
CMYK:
(0,11,13,11)
C0M11Y13K11 
(0%,11%,13%,11%)
(0.00/0.11/0.13/0.11)	

CMYK percentages

%0
%10.62
%12.83
%11.37

Codes

Color #E2CAC5 in popluar color models

E2CAC5
RGB226202197
HSL10°33.33%82.94%
HSB/HSV10°12.83%88.63%
CMYK0.00%10.62%12.83%
11.37%

Color #E2CAC5 in popluar number systems.

HEXE2CAC5
Decimal226202197
Binary111000101100101011000101
Octal342312305

Shades and tints

Shades of #E2CAC5

#E2CAC5
(226,202,197)
#CEB8B4
(206,184,180)
#BAA6A3
(186,166,163)
#A69492
(166,148,146)
#928281
(146,130,129)
#7E7070
(126,112,112)
#6A5E5F
(106,94,95)
#564C4E
(86,76,78)
#423A3D
(66,58,61)
#2E282C
(46,40,44)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #E2CAC5

#E2CAC5
(226,202,197)
#E4CECA
(228,206,202)
#E6D2CF
(230,210,207)
#E8D6D4
(232,214,212)
#EADAD9
(234,218,217)
#ECDEDE
(236,222,222)
#EEE2E3
(238,226,227)
#F0E6E8
(240,230,232)
#F2EAED
(242,234,237)
#F4EEF2
(244,238,242)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2CAC5; }

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

This text font color is #E2CAC5.


Background Color

.myBgColor { background-color: #E2CAC5; }

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

This div background color is #E2CAC5.


Border color

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

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

This div border color is #E2CAC5.


Opacity

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

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

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

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

This text has shadow with #E2CAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2CAC5 on black background.


Color preview on white background

This text has color #E2CAC5 on white background.



Black color preview on #E2CAC5 background

This text has black color on #E2CAC5 background.


White color preview on #E2CAC5 background

This text has white color on #E2CAC5 background.