COLOR #E7CFCB

HEX: #E7CFCB
RGB: (231,207,203)

Color info

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

RGB color model

#E7CFCB color RGB value is (231,207,203).

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

RGB channels and saturation

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

231
207
203

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

Portions of RGB colors in percentages

R + G + B =
231 + 207 + 203 = 641 (100%)
R 231 of 641 ~ 36.04%
G 207 of 641 ~ 32.29%
B 203 of 641 ~ 31.67%

%36.04
%32.29
%31.67

CMYK color model

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

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

CMYK percentages

%0
%10.39
%12.12
%9.41

Codes

Color #E7CFCB in popluar color models

E7CFCB
RGB231207203
HSL36.84%85.10%
HSB/HSV12.12%90.59%
CMYK0.00%10.39%12.12%
9.41%

Color #E7CFCB in popluar number systems.

HEXE7CFCB
Decimal231207203
Binary111001111100111111001011
Octal347317313

Shades and tints

Shades of #E7CFCB

#E7CFCB
(231,207,203)
#D2BDB9
(210,189,185)
#BDABA7
(189,171,167)
#A89995
(168,153,149)
#938783
(147,135,131)
#7E7571
(126,117,113)
#69635F
(105,99,95)
#54514D
(84,81,77)
#3F3F3B
(63,63,59)
#2A2D29
(42,45,41)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #E7CFCB

#E7CFCB
(231,207,203)
#E9D3CF
(233,211,207)
#EBD7D3
(235,215,211)
#EDDBD7
(237,219,215)
#EFDFDB
(239,223,219)
#F1E3DF
(241,227,223)
#F3E7E3
(243,231,227)
#F5EBE7
(245,235,231)
#F7EFEB
(247,239,235)
#F9F3EF
(249,243,239)
#FBF7F3
(251,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CFCB; }

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

This text font color is #E7CFCB.


Background Color

.myBgColor { background-color: #E7CFCB; }

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

This div background color is #E7CFCB.


Border color

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

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

This div border color is #E7CFCB.


Opacity

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

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

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

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

This text has shadow with #E7CFCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CFCB on black background.


Color preview on white background

This text has color #E7CFCB on white background.



Black color preview on #E7CFCB background

This text has black color on #E7CFCB background.


White color preview on #E7CFCB background

This text has white color on #E7CFCB background.