COLOR #E7CFCF

HEX: #E7CFCF
RGB: (231,207,207)

Color info

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

RGB color model

#E7CFCF color RGB value is (231,207,207).

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

RGB channels and saturation

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

231
207
207

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

Portions of RGB colors in percentages

R + G + B =
231 + 207 + 207 = 645 (100%)
R 231 of 645 ~ 35.81%
G 207 of 645 ~ 32.09%
B 207 of 645 ~ 32.09%

%35.81
%32.09
%32.09

CMYK color model

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

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

CMYK percentages

%0
%10.39
%10.39
%9.41

Codes

Color #E7CFCF in popluar color models

E7CFCF
RGB231207207
HSL33.33%85.88%
HSB/HSV10.39%90.59%
CMYK0.00%10.39%10.39%
9.41%

Color #E7CFCF in popluar number systems.

HEXE7CFCF
Decimal231207207
Binary111001111100111111001111
Octal347317317

Shades and tints

Shades of #E7CFCF

#E7CFCF
(231,207,207)
#D2BDBD
(210,189,189)
#BDABAB
(189,171,171)
#A89999
(168,153,153)
#938787
(147,135,135)
#7E7575
(126,117,117)
#696363
(105,99,99)
#545151
(84,81,81)
#3F3F3F
(63,63,63)
#2A2D2D
(42,45,45)
#151B1B
(21,27,27)
#000000
(0,0,0)

Tints of #E7CFCF

#E7CFCF
(231,207,207)
#E9D3D3
(233,211,211)
#EBD7D7
(235,215,215)
#EDDBDB
(237,219,219)
#EFDFDF
(239,223,223)
#F1E3E3
(241,227,227)
#F3E7E7
(243,231,231)
#F5EBEB
(245,235,235)
#F7EFEF
(247,239,239)
#F9F3F3
(249,243,243)
#FBF7F7
(251,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CFCF; }

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

This text font color is #E7CFCF.


Background Color

.myBgColor { background-color: #E7CFCF; }

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

This div background color is #E7CFCF.


Border color

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

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

This div border color is #E7CFCF.


Opacity

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

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

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

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

This text has shadow with #E7CFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CFCF on black background.


Color preview on white background

This text has color #E7CFCF on white background.



Black color preview on #E7CFCF background

This text has black color on #E7CFCF background.


White color preview on #E7CFCF background

This text has white color on #E7CFCF background.