COLOR #E7CFCA

HEX: #E7CFCA
RGB: (231,207,202)

Color info

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

RGB color model

#E7CFCA color RGB value is (231,207,202).

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

RGB channels and saturation

R 231 of 255 = 91%
G 207 of 255 = 81%
B 202 of 255 = 79%

231
207
202

R + G + B ~ 84%. #E7CFCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 207 + 202 = 640 (100%)
R 231 of 640 ~ 36.09%
G 207 of 640 ~ 32.34%
B 202 of 640 ~ 31.56%

%36.09
%32.34
%31.56

CMYK color model

#E7CFCA color CMYK value is (0,10,13,9).

  • cyan value is 0.00%
  • magenta value is 10.39%
  • yellow value is 12.55%
  • key color value is 9.41%
CMYK:
(0,10,13,9)
C0M10Y13K9 
(0%,10%,13%,9%)
(0.00/0.10/0.13/0.09)	

CMYK percentages

%0
%10.39
%12.55
%9.41

Codes

Color #E7CFCA in popluar color models

E7CFCA
RGB231207202
HSL10°37.66%84.90%
HSB/HSV10°12.55%90.59%
CMYK0.00%10.39%12.55%
9.41%

Color #E7CFCA in popluar number systems.

HEXE7CFCA
Decimal231207202
Binary111001111100111111001010
Octal347317312

Shades and tints

Shades of #E7CFCA

#E7CFCA
(231,207,202)
#D2BDB8
(210,189,184)
#BDABA6
(189,171,166)
#A89994
(168,153,148)
#938782
(147,135,130)
#7E7570
(126,117,112)
#69635E
(105,99,94)
#54514C
(84,81,76)
#3F3F3A
(63,63,58)
#2A2D28
(42,45,40)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #E7CFCA

#E7CFCA
(231,207,202)
#E9D3CE
(233,211,206)
#EBD7D2
(235,215,210)
#EDDBD6
(237,219,214)
#EFDFDA
(239,223,218)
#F1E3DE
(241,227,222)
#F3E7E2
(243,231,226)
#F5EBE6
(245,235,230)
#F7EFEA
(247,239,234)
#F9F3EE
(249,243,238)
#FBF7F2
(251,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CFCA; }

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

This text font color is #E7CFCA.


Background Color

.myBgColor { background-color: #E7CFCA; }

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

This div background color is #E7CFCA.


Border color

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

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

This div border color is #E7CFCA.


Opacity

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

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

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

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

This text has shadow with #E7CFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CFCA on black background.


Color preview on white background

This text has color #E7CFCA on white background.



Black color preview on #E7CFCA background

This text has black color on #E7CFCA background.


White color preview on #E7CFCA background

This text has white color on #E7CFCA background.