COLOR #E7CECF

HEX: #E7CECF
RGB: (231,206,207)

Color info

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

RGB color model

#E7CECF color RGB value is (231,206,207).

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

RGB channels and saturation

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

231
206
207

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

Portions of RGB colors in percentages

R + G + B =
231 + 206 + 207 = 644 (100%)
R 231 of 644 ~ 35.87%
G 206 of 644 ~ 31.99%
B 207 of 644 ~ 32.14%

%35.87
%31.99
%32.14

CMYK color model

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

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

CMYK percentages

%0
%10.82
%10.39
%9.41

Codes

Color #E7CECF in popluar color models

E7CECF
RGB231206207
HSL358°34.25%85.69%
HSB/HSV358°10.82%90.59%
CMYK0.00%10.82%10.39%
9.41%

Color #E7CECF in popluar number systems.

HEXE7CECF
Decimal231206207
Binary111001111100111011001111
Octal347316317

Shades and tints

Shades of #E7CECF

#E7CECF
(231,206,207)
#D2BCBD
(210,188,189)
#BDAAAB
(189,170,171)
#A89899
(168,152,153)
#938687
(147,134,135)
#7E7475
(126,116,117)
#696263
(105,98,99)
#545051
(84,80,81)
#3F3E3F
(63,62,63)
#2A2C2D
(42,44,45)
#151A1B
(21,26,27)
#000000
(0,0,0)

Tints of #E7CECF

#E7CECF
(231,206,207)
#E9D2D3
(233,210,211)
#EBD6D7
(235,214,215)
#EDDADB
(237,218,219)
#EFDEDF
(239,222,223)
#F1E2E3
(241,226,227)
#F3E6E7
(243,230,231)
#F5EAEB
(245,234,235)
#F7EEEF
(247,238,239)
#F9F2F3
(249,242,243)
#FBF6F7
(251,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CECF; }

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

This text font color is #E7CECF.


Background Color

.myBgColor { background-color: #E7CECF; }

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

This div background color is #E7CECF.


Border color

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

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

This div border color is #E7CECF.


Opacity

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

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

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

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

This text has shadow with #E7CECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CECF on black background.


Color preview on white background

This text has color #E7CECF on white background.



Black color preview on #E7CECF background

This text has black color on #E7CECF background.


White color preview on #E7CECF background

This text has white color on #E7CECF background.