COLOR #EDCFD7

HEX: #EDCFD7
RGB: (237,207,215)

Color info

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

RGB color model

#EDCFD7 color RGB value is (237,207,215).

  • red value is 237;
  • green value is 207;
  • blue value is 215.
RGB:
(237,207,215)
(93%,81%,84%)

RGB channels and saturation

R 237 of 255 = 93%
G 207 of 255 = 81%
B 215 of 255 = 84%

237
207
215

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

Portions of RGB colors in percentages

R + G + B =
237 + 207 + 215 = 659 (100%)
R 237 of 659 ~ 35.96%
G 207 of 659 ~ 31.41%
B 215 of 659 ~ 32.63%

%35.96
%31.41
%32.63

CMYK color model

#EDCFD7 color CMYK value is (0,13,9,7).

  • cyan value is 0.00%
  • magenta value is 12.66%
  • yellow value is 9.28%
  • key color value is 7.06%
CMYK:
(0,13,9,7)
C0M13Y9K7 
(0%,13%,9%,7%)
(0.00/0.13/0.09/0.07)	

CMYK percentages

%0
%12.66
%9.28
%7.06

Codes

Color #EDCFD7 in popluar color models

EDCFD7
RGB237207215
HSL344°45.45%87.06%
HSB/HSV344°12.66%92.94%
CMYK0.00%12.66%9.28%
7.06%

Color #EDCFD7 in popluar number systems.

HEXEDCFD7
Decimal237207215
Binary111011011100111111010111
Octal355317327

Shades and tints

Shades of #EDCFD7

#EDCFD7
(237,207,215)
#D8BDC4
(216,189,196)
#C3ABB1
(195,171,177)
#AE999E
(174,153,158)
#99878B
(153,135,139)
#847578
(132,117,120)
#6F6365
(111,99,101)
#5A5152
(90,81,82)
#453F3F
(69,63,63)
#302D2C
(48,45,44)
#1B1B19
(27,27,25)
#000000
(0,0,0)

Tints of #EDCFD7

#EDCFD7
(237,207,215)
#EED3DA
(238,211,218)
#EFD7DD
(239,215,221)
#F0DBE0
(240,219,224)
#F1DFE3
(241,223,227)
#F2E3E6
(242,227,230)
#F3E7E9
(243,231,233)
#F4EBEC
(244,235,236)
#F5EFEF
(245,239,239)
#F6F3F2
(246,243,242)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCFD7; }

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

This text font color is #EDCFD7.


Background Color

.myBgColor { background-color: #EDCFD7; }

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

This div background color is #EDCFD7.


Border color

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

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

This div border color is #EDCFD7.


Opacity

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

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

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

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

This text has shadow with #EDCFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCFD7 on black background.


Color preview on white background

This text has color #EDCFD7 on white background.



Black color preview on #EDCFD7 background

This text has black color on #EDCFD7 background.


White color preview on #EDCFD7 background

This text has white color on #EDCFD7 background.