COLOR #E7CAC7

HEX: #E7CAC7
RGB: (231,202,199)

Color info

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

RGB color model

#E7CAC7 color RGB value is (231,202,199).

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

RGB channels and saturation

R 231 of 255 = 91%
G 202 of 255 = 79%
B 199 of 255 = 78%

231
202
199

R + G + B ~ 83%. #E7CAC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 202 + 199 = 632 (100%)
R 231 of 632 ~ 36.55%
G 202 of 632 ~ 31.96%
B 199 of 632 ~ 31.49%

%36.55
%31.96
%31.49

CMYK color model

#E7CAC7 color CMYK value is (0,13,14,9).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 13.85%
  • key color value is 9.41%
CMYK:
(0,13,14,9)
C0M13Y14K9 
(0%,13%,14%,9%)
(0.00/0.13/0.14/0.09)	

CMYK percentages

%0
%12.55
%13.85
%9.41

Codes

Color #E7CAC7 in popluar color models

E7CAC7
RGB231202199
HSL40.00%84.31%
HSB/HSV13.85%90.59%
CMYK0.00%12.55%13.85%
9.41%

Color #E7CAC7 in popluar number systems.

HEXE7CAC7
Decimal231202199
Binary111001111100101011000111
Octal347312307

Shades and tints

Shades of #E7CAC7

#E7CAC7
(231,202,199)
#D2B8B5
(210,184,181)
#BDA6A3
(189,166,163)
#A89491
(168,148,145)
#93827F
(147,130,127)
#7E706D
(126,112,109)
#695E5B
(105,94,91)
#544C49
(84,76,73)
#3F3A37
(63,58,55)
#2A2825
(42,40,37)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #E7CAC7

#E7CAC7
(231,202,199)
#E9CECC
(233,206,204)
#EBD2D1
(235,210,209)
#EDD6D6
(237,214,214)
#EFDADB
(239,218,219)
#F1DEE0
(241,222,224)
#F3E2E5
(243,226,229)
#F5E6EA
(245,230,234)
#F7EAEF
(247,234,239)
#F9EEF4
(249,238,244)
#FBF2F9
(251,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CAC7; }

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

This text font color is #E7CAC7.


Background Color

.myBgColor { background-color: #E7CAC7; }

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

This div background color is #E7CAC7.


Border color

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

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

This div border color is #E7CAC7.


Opacity

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

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

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

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

This text has shadow with #E7CAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CAC7 on black background.


Color preview on white background

This text has color #E7CAC7 on white background.



Black color preview on #E7CAC7 background

This text has black color on #E7CAC7 background.


White color preview on #E7CAC7 background

This text has white color on #E7CAC7 background.