COLOR #E7CFDC

HEX: #E7CFDC RGB: (231,207,220)

Color info

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

RGB color model

#E7CFDC color RGB value is (231,207,220).

RGB: (231,207,220) (91%, 81%, 86%)

RGB channels and saturation

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

231
207
220

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

Portions of RGB colors in percentages

R + G + B = 231 + 207 + 220 = 658 (100%)
R 231 of 658 ~ 35.11%
G 207 of 658 ~ 31.46%
B 220 of 658 ~ 33.43'%

%35.11
%31.46
%33.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.39%
  • yellow value is 4.76%
  • key color value is 9.41%

CMYK: (0,10,5,9)
C0M10Y5K9 (0%, 10%, 5%, 9%)
(0.00 / 0.10 / 0.05 / 0.09)

CMYK percentages

%0
%10.39
%4.76
%9.41

Codes

Color #E7CFDC in popluar color models

E7 CF DC
RGB 231 207 220
HSL 328° 33.33% 85.88%
HSB/HSV 328° 10.39% 90.59%
CMYK 0.00% 10.39% 4.76%
9.41%

Color #E7CFDC in popluar number systems.

HEX E7 CF DC
Decimal 231 207 220
Binary 11100111 11001111 11011100
Octal 347 317 334

Shades and tints

Shades of #E7CFDC

#E7CFDC
(231,207,220)
#D2BDC8
(210,189,200)
#BDABB4
(189,171,180)
#A899A0
(168,153,160)
#93878C
(147,135,140)
#7E7578
(126,117,120)
#696364
(105,99,100)
#545150
(84,81,80)
#3F3F3C
(63,63,60)
#2A2D28
(42,45,40)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #E7CFDC

#E7CFDC
(231,207,220)
#E9D3DF
(233,211,223)
#EBD7E2
(235,215,226)
#EDDBE5
(237,219,229)
#EFDFE8
(239,223,232)
#F1E3EB
(241,227,235)
#F3E7EE
(243,231,238)
#F5EBF1
(245,235,241)
#F7EFF4
(247,239,244)
#F9F3F7
(249,243,247)
#FBF7FA
(251,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CFDC; }

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

This text font color is #E7CFDC.

Background Color

.myBgColor { background-color: #E7CFDC; }

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

This div background color is #E7CFDC.

Border color

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

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

This div border color is #E7CFDC.

Opacity

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

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

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

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

This text has shadow with #E7CFDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CFDC.

Preview

Color preview on black background

This text has color #E7CFDC on black background.


Color preview on white background

This text has color #E7CFDC on white background.


Black color preview on #E7CFDC background

This text has black color on #E7CFDC background.


White color preview on #E7CFDC background

This text has white color on #E7CFDC background.


Related colors

Complementary color

Complementary color for #hex is #183023.


I love getcolorcode.com

Triadic colors

1 #DCE7CF and #CFDCE7 with #E7CFDC are triadic colors.

2 #DCCFE7 and #CFE7DC with #E7CFDC are triadic colors.