COLOR #E7E2CA

HEX: #E7E2CA
RGB: (231,226,202)

Color info

#E7E2CA contains red, green and blue colors in about the same proportion. Web safe color of #E7E2CA is #FFCCCC (or #FCC).

RGB color model

#E7E2CA color RGB value is (231,226,202).

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

RGB channels and saturation

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

231
226
202

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

Portions of RGB colors in percentages

R + G + B =
231 + 226 + 202 = 659 (100%)
R 231 of 659 ~ 35.05%
G 226 of 659 ~ 34.29%
B 202 of 659 ~ 30.65%

%35.05
%34.29
%30.65

CMYK color model

#E7E2CA color CMYK value is (0,2,13,9).

  • cyan value is 0.00%
  • magenta value is 2.16%
  • yellow value is 12.55%
  • key color value is 9.41%
CMYK:
(0,2,13,9)
C0M2Y13K9 
(0%,2%,13%,9%)
(0.00/0.02/0.13/0.09)	

CMYK percentages

%0
%2.16
%12.55
%9.41

Codes

Color #E7E2CA in popluar color models

E7E2CA
RGB231226202
HSL50°37.66%84.90%
HSB/HSV50°12.55%90.59%
CMYK0.00%2.16%12.55%
9.41%

Color #E7E2CA in popluar number systems.

HEXE7E2CA
Decimal231226202
Binary111001111110001011001010
Octal347342312

Shades and tints

Shades of #E7E2CA

#E7E2CA
(231,226,202)
#D2CEB8
(210,206,184)
#BDBAA6
(189,186,166)
#A8A694
(168,166,148)
#939282
(147,146,130)
#7E7E70
(126,126,112)
#696A5E
(105,106,94)
#54564C
(84,86,76)
#3F423A
(63,66,58)
#2A2E28
(42,46,40)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #E7E2CA

#E7E2CA
(231,226,202)
#E9E4CE
(233,228,206)
#EBE6D2
(235,230,210)
#EDE8D6
(237,232,214)
#EFEADA
(239,234,218)
#F1ECDE
(241,236,222)
#F3EEE2
(243,238,226)
#F5F0E6
(245,240,230)
#F7F2EA
(247,242,234)
#F9F4EE
(249,244,238)
#FBF6F2
(251,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E2CA; }

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

This text font color is #E7E2CA.


Background Color

.myBgColor { background-color: #E7E2CA; }

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

This div background color is #E7E2CA.


Border color

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

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

This div border color is #E7E2CA.


Opacity

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

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

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

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

This text has shadow with #E7E2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E2CA on black background.


Color preview on white background

This text has color #E7E2CA on white background.



Black color preview on #E7E2CA background

This text has black color on #E7E2CA background.


White color preview on #E7E2CA background

This text has white color on #E7E2CA background.