COLOR #E7CAC2

HEX: #E7CAC2
RGB: (231,202,194)

Color info

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

RGB color model

#E7CAC2 color RGB value is (231,202,194).

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

RGB channels and saturation

R 231 of 255 = 91%
G 202 of 255 = 79%
B 194 of 255 = 76%

231
202
194

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

Portions of RGB colors in percentages

R + G + B =
231 + 202 + 194 = 627 (100%)
R 231 of 627 ~ 36.84%
G 202 of 627 ~ 32.22%
B 194 of 627 ~ 30.94%

%36.84
%32.22
%30.94

CMYK color model

#E7CAC2 color CMYK value is (0,13,16,9).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 16.02%
  • key color value is 9.41%
CMYK:
(0,13,16,9)
C0M13Y16K9 
(0%,13%,16%,9%)
(0.00/0.13/0.16/0.09)	

CMYK percentages

%0
%12.55
%16.02
%9.41

Codes

Color #E7CAC2 in popluar color models

E7CAC2
RGB231202194
HSL13°43.53%83.33%
HSB/HSV13°16.02%90.59%
CMYK0.00%12.55%16.02%
9.41%

Color #E7CAC2 in popluar number systems.

HEXE7CAC2
Decimal231202194
Binary111001111100101011000010
Octal347312302

Shades and tints

Shades of #E7CAC2

#E7CAC2
(231,202,194)
#D2B8B1
(210,184,177)
#BDA6A0
(189,166,160)
#A8948F
(168,148,143)
#93827E
(147,130,126)
#7E706D
(126,112,109)
#695E5C
(105,94,92)
#544C4B
(84,76,75)
#3F3A3A
(63,58,58)
#2A2829
(42,40,41)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #E7CAC2

#E7CAC2
(231,202,194)
#E9CEC7
(233,206,199)
#EBD2CC
(235,210,204)
#EDD6D1
(237,214,209)
#EFDAD6
(239,218,214)
#F1DEDB
(241,222,219)
#F3E2E0
(243,226,224)
#F5E6E5
(245,230,229)
#F7EAEA
(247,234,234)
#F9EEEF
(249,238,239)
#FBF2F4
(251,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CAC2; }

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

This text font color is #E7CAC2.


Background Color

.myBgColor { background-color: #E7CAC2; }

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

This div background color is #E7CAC2.


Border color

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

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

This div border color is #E7CAC2.


Opacity

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

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

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

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

This text has shadow with #E7CAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CAC2 on black background.


Color preview on white background

This text has color #E7CAC2 on white background.



Black color preview on #E7CAC2 background

This text has black color on #E7CAC2 background.


White color preview on #E7CAC2 background

This text has white color on #E7CAC2 background.