COLOR #EDCFC7

HEX: #EDCFC7
RGB: (237,207,199)

Color info

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

RGB color model

#EDCFC7 color RGB value is (237,207,199).

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

RGB channels and saturation

R 237 of 255 = 93%
G 207 of 255 = 81%
B 199 of 255 = 78%

237
207
199

R + G + B ~ 84%. #EDCFC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 207 + 199 = 643 (100%)
R 237 of 643 ~ 36.86%
G 207 of 643 ~ 32.19%
B 199 of 643 ~ 30.95%

%36.86
%32.19
%30.95

CMYK color model

#EDCFC7 color CMYK value is (0,13,16,7).

  • cyan value is 0.00%
  • magenta value is 12.66%
  • yellow value is 16.03%
  • key color value is 7.06%
CMYK:
(0,13,16,7)
C0M13Y16K7 
(0%,13%,16%,7%)
(0.00/0.13/0.16/0.07)	

CMYK percentages

%0
%12.66
%16.03
%7.06

Codes

Color #EDCFC7 in popluar color models

EDCFC7
RGB237207199
HSL13°51.35%85.49%
HSB/HSV13°16.03%92.94%
CMYK0.00%12.66%16.03%
7.06%

Color #EDCFC7 in popluar number systems.

HEXEDCFC7
Decimal237207199
Binary111011011100111111000111
Octal355317307

Shades and tints

Shades of #EDCFC7

#EDCFC7
(237,207,199)
#D8BDB5
(216,189,181)
#C3ABA3
(195,171,163)
#AE9991
(174,153,145)
#99877F
(153,135,127)
#84756D
(132,117,109)
#6F635B
(111,99,91)
#5A5149
(90,81,73)
#453F37
(69,63,55)
#302D25
(48,45,37)
#1B1B13
(27,27,19)
#000000
(0,0,0)

Tints of #EDCFC7

#EDCFC7
(237,207,199)
#EED3CC
(238,211,204)
#EFD7D1
(239,215,209)
#F0DBD6
(240,219,214)
#F1DFDB
(241,223,219)
#F2E3E0
(242,227,224)
#F3E7E5
(243,231,229)
#F4EBEA
(244,235,234)
#F5EFEF
(245,239,239)
#F6F3F4
(246,243,244)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCFC7; }

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

This text font color is #EDCFC7.


Background Color

.myBgColor { background-color: #EDCFC7; }

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

This div background color is #EDCFC7.


Border color

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

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

This div border color is #EDCFC7.


Opacity

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

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

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

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

This text has shadow with #EDCFC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCFC7 on black background.


Color preview on white background

This text has color #EDCFC7 on white background.



Black color preview on #EDCFC7 background

This text has black color on #EDCFC7 background.


White color preview on #EDCFC7 background

This text has white color on #EDCFC7 background.