COLOR #E7CFDA

HEX: #E7CFDA
RGB: (231,207,218)

Color info

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

RGB color model

#E7CFDA color RGB value is (231,207,218).

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

RGB channels and saturation

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

231
207
218

R + G + B ~ 86%. #E7CFDA is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 207 + 218 = 656 (100%)
R 231 of 656 ~ 35.21%
G 207 of 656 ~ 31.55%
B 218 of 656 ~ 33.23%

%35.21
%31.55
%33.23

CMYK color model

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

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

CMYK percentages

%0
%10.39
%5.63
%9.41

Codes

Color #E7CFDA in popluar color models

E7CFDA
RGB231207218
HSL333°33.33%85.88%
HSB/HSV333°10.39%90.59%
CMYK0.00%10.39%5.63%
9.41%

Color #E7CFDA in popluar number systems.

HEXE7CFDA
Decimal231207218
Binary111001111100111111011010
Octal347317332

Shades and tints

Shades of #E7CFDA

#E7CFDA
(231,207,218)
#D2BDC7
(210,189,199)
#BDABB4
(189,171,180)
#A899A1
(168,153,161)
#93878E
(147,135,142)
#7E757B
(126,117,123)
#696368
(105,99,104)
#545155
(84,81,85)
#3F3F42
(63,63,66)
#2A2D2F
(42,45,47)
#151B1C
(21,27,28)
#000000
(0,0,0)

Tints of #E7CFDA

#E7CFDA
(231,207,218)
#E9D3DD
(233,211,221)
#EBD7E0
(235,215,224)
#EDDBE3
(237,219,227)
#EFDFE6
(239,223,230)
#F1E3E9
(241,227,233)
#F3E7EC
(243,231,236)
#F5EBEF
(245,235,239)
#F7EFF2
(247,239,242)
#F9F3F5
(249,243,245)
#FBF7F8
(251,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CFDA; }

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

This text font color is #E7CFDA.


Background Color

.myBgColor { background-color: #E7CFDA; }

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

This div background color is #E7CFDA.


Border color

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

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

This div border color is #E7CFDA.


Opacity

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

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

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

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

This text has shadow with #E7CFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CFDA on black background.


Color preview on white background

This text has color #E7CFDA on white background.



Black color preview on #E7CFDA background

This text has black color on #E7CFDA background.


White color preview on #E7CFDA background

This text has white color on #E7CFDA background.