COLOR #EDCFC2

HEX: #EDCFC2
RGB: (237,207,194)

Color info

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

RGB color model

#EDCFC2 color RGB value is (237,207,194).

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

RGB channels and saturation

R 237 of 255 = 93%
G 207 of 255 = 81%
B 194 of 255 = 76%

237
207
194

R + G + B ~ 83%. #EDCFC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 207 + 194 = 638 (100%)
R 237 of 638 ~ 37.15%
G 207 of 638 ~ 32.45%
B 194 of 638 ~ 30.41%

%37.15
%32.45
%30.41

CMYK color model

#EDCFC2 color CMYK value is (0,13,18,7).

  • cyan value is 0.00%
  • magenta value is 12.66%
  • yellow value is 18.14%
  • key color value is 7.06%
CMYK:
(0,13,18,7)
C0M13Y18K7 
(0%,13%,18%,7%)
(0.00/0.13/0.18/0.07)	

CMYK percentages

%0
%12.66
%18.14
%7.06

Codes

Color #EDCFC2 in popluar color models

EDCFC2
RGB237207194
HSL18°54.43%84.51%
HSB/HSV18°18.14%92.94%
CMYK0.00%12.66%18.14%
7.06%

Color #EDCFC2 in popluar number systems.

HEXEDCFC2
Decimal237207194
Binary111011011100111111000010
Octal355317302

Shades and tints

Shades of #EDCFC2

#EDCFC2
(237,207,194)
#D8BDB1
(216,189,177)
#C3ABA0
(195,171,160)
#AE998F
(174,153,143)
#99877E
(153,135,126)
#84756D
(132,117,109)
#6F635C
(111,99,92)
#5A514B
(90,81,75)
#453F3A
(69,63,58)
#302D29
(48,45,41)
#1B1B18
(27,27,24)
#000000
(0,0,0)

Tints of #EDCFC2

#EDCFC2
(237,207,194)
#EED3C7
(238,211,199)
#EFD7CC
(239,215,204)
#F0DBD1
(240,219,209)
#F1DFD6
(241,223,214)
#F2E3DB
(242,227,219)
#F3E7E0
(243,231,224)
#F4EBE5
(244,235,229)
#F5EFEA
(245,239,234)
#F6F3EF
(246,243,239)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCFC2; }

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

This text font color is #EDCFC2.


Background Color

.myBgColor { background-color: #EDCFC2; }

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

This div background color is #EDCFC2.


Border color

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

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

This div border color is #EDCFC2.


Opacity

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

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

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

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

This text has shadow with #EDCFC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCFC2 on black background.


Color preview on white background

This text has color #EDCFC2 on white background.



Black color preview on #EDCFC2 background

This text has black color on #EDCFC2 background.


White color preview on #EDCFC2 background

This text has white color on #EDCFC2 background.