COLOR #EDCFD3

HEX: #EDCFD3
RGB: (237,207,211)

Color info

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

RGB color model

#EDCFD3 color RGB value is (237,207,211).

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

RGB channels and saturation

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

237
207
211

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

Portions of RGB colors in percentages

R + G + B =
237 + 207 + 211 = 655 (100%)
R 237 of 655 ~ 36.18%
G 207 of 655 ~ 31.6%
B 211 of 655 ~ 32.21%

%36.18
%31.6
%32.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.66%
  • yellow value is 10.97%
  • 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.97
%7.06

Codes

Color #EDCFD3 in popluar color models

EDCFD3
RGB237207211
HSL352°45.45%87.06%
HSB/HSV352°12.66%92.94%
CMYK0.00%12.66%10.97%
7.06%

Color #EDCFD3 in popluar number systems.

HEXEDCFD3
Decimal237207211
Binary111011011100111111010011
Octal355317323

Shades and tints

Shades of #EDCFD3

#EDCFD3
(237,207,211)
#D8BDC0
(216,189,192)
#C3ABAD
(195,171,173)
#AE999A
(174,153,154)
#998787
(153,135,135)
#847574
(132,117,116)
#6F6361
(111,99,97)
#5A514E
(90,81,78)
#453F3B
(69,63,59)
#302D28
(48,45,40)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #EDCFD3

#EDCFD3
(237,207,211)
#EED3D7
(238,211,215)
#EFD7DB
(239,215,219)
#F0DBDF
(240,219,223)
#F1DFE3
(241,223,227)
#F2E3E7
(242,227,231)
#F3E7EB
(243,231,235)
#F4EBEF
(244,235,239)
#F5EFF3
(245,239,243)
#F6F3F7
(246,243,247)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCFD3; }

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

This text font color is #EDCFD3.


Background Color

.myBgColor { background-color: #EDCFD3; }

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

This div background color is #EDCFD3.


Border color

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

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

This div border color is #EDCFD3.


Opacity

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

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

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

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

This text has shadow with #EDCFD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCFD3 on black background.


Color preview on white background

This text has color #EDCFD3 on white background.



Black color preview on #EDCFD3 background

This text has black color on #EDCFD3 background.


White color preview on #EDCFD3 background

This text has white color on #EDCFD3 background.