COLOR #E2E2CA

HEX: #E2E2CA
RGB: (226,226,202)

Color info

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

RGB color model

#E2E2CA color RGB value is (226,226,202).

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

RGB channels and saturation

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

226
226
202

R + G + B ~ 86%. #E2E2CA is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 226 + 202 = 654 (100%)
R 226 of 654 ~ 34.56%
G 226 of 654 ~ 34.56%
B 202 of 654 ~ 30.89%

%34.56
%34.56
%30.89

CMYK color model

#E2E2CA color CMYK value is (0,0,11,11).

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

CMYK percentages

%0
%0
%10.62
%11.37

Codes

Color #E2E2CA in popluar color models

E2E2CA
RGB226226202
HSL60°29.27%83.92%
HSB/HSV60°10.62%88.63%
CMYK0.00%0.00%10.62%
11.37%

Color #E2E2CA in popluar number systems.

HEXE2E2CA
Decimal226226202
Binary111000101110001011001010
Octal342342312

Shades and tints

Shades of #E2E2CA

#E2E2CA
(226,226,202)
#CECEB8
(206,206,184)
#BABAA6
(186,186,166)
#A6A694
(166,166,148)
#929282
(146,146,130)
#7E7E70
(126,126,112)
#6A6A5E
(106,106,94)
#56564C
(86,86,76)
#42423A
(66,66,58)
#2E2E28
(46,46,40)
#1A1A16
(26,26,22)
#000000
(0,0,0)

Tints of #E2E2CA

#E2E2CA
(226,226,202)
#E4E4CE
(228,228,206)
#E6E6D2
(230,230,210)
#E8E8D6
(232,232,214)
#EAEADA
(234,234,218)
#ECECDE
(236,236,222)
#EEEEE2
(238,238,226)
#F0F0E6
(240,240,230)
#F2F2EA
(242,242,234)
#F4F4EE
(244,244,238)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E2CA; }

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

This text font color is #E2E2CA.


Background Color

.myBgColor { background-color: #E2E2CA; }

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

This div background color is #E2E2CA.


Border color

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

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

This div border color is #E2E2CA.


Opacity

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

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

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

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

This text has shadow with #E2E2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E2CA on black background.


Color preview on white background

This text has color #E2E2CA on white background.



Black color preview on #E2E2CA background

This text has black color on #E2E2CA background.


White color preview on #E2E2CA background

This text has white color on #E2E2CA background.