COLOR #EDCFD4

HEX: #EDCFD4
RGB: (237,207,212)

Color info

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

RGB color model

#EDCFD4 color RGB value is (237,207,212).

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

RGB channels and saturation

R 237 of 255 = 93%
G 207 of 255 = 81%
B 212 of 255 = 83%

237
207
212

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

Portions of RGB colors in percentages

R + G + B =
237 + 207 + 212 = 656 (100%)
R 237 of 656 ~ 36.13%
G 207 of 656 ~ 31.55%
B 212 of 656 ~ 32.32%

%36.13
%31.55
%32.32

CMYK color model

#EDCFD4 color CMYK value is (0,13,11,7).

  • cyan value is 0.00%
  • magenta value is 12.66%
  • yellow value is 10.55%
  • key color value is 7.06%
CMYK:
(0,13,11,7)
C0M13Y11K7 
(0%,13%,11%,7%)
(0.00/0.13/0.11/0.07)	

CMYK percentages

%0
%12.66
%10.55
%7.06

Codes

Color #EDCFD4 in popluar color models

EDCFD4
RGB237207212
HSL350°45.45%87.06%
HSB/HSV350°12.66%92.94%
CMYK0.00%12.66%10.55%
7.06%

Color #EDCFD4 in popluar number systems.

HEXEDCFD4
Decimal237207212
Binary111011011100111111010100
Octal355317324

Shades and tints

Shades of #EDCFD4

#EDCFD4
(237,207,212)
#D8BDC1
(216,189,193)
#C3ABAE
(195,171,174)
#AE999B
(174,153,155)
#998788
(153,135,136)
#847575
(132,117,117)
#6F6362
(111,99,98)
#5A514F
(90,81,79)
#453F3C
(69,63,60)
#302D29
(48,45,41)
#1B1B16
(27,27,22)
#000000
(0,0,0)

Tints of #EDCFD4

#EDCFD4
(237,207,212)
#EED3D7
(238,211,215)
#EFD7DA
(239,215,218)
#F0DBDD
(240,219,221)
#F1DFE0
(241,223,224)
#F2E3E3
(242,227,227)
#F3E7E6
(243,231,230)
#F4EBE9
(244,235,233)
#F5EFEC
(245,239,236)
#F6F3EF
(246,243,239)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCFD4; }

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

This text font color is #EDCFD4.


Background Color

.myBgColor { background-color: #EDCFD4; }

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

This div background color is #EDCFD4.


Border color

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

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

This div border color is #EDCFD4.


Opacity

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

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

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

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

This text has shadow with #EDCFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCFD4 on black background.


Color preview on white background

This text has color #EDCFD4 on white background.



Black color preview on #EDCFD4 background

This text has black color on #EDCFD4 background.


White color preview on #EDCFD4 background

This text has white color on #EDCFD4 background.