COLOR #EDC7C3

HEX: #EDC7C3
RGB: (237,199,195)

Color info

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

RGB color model

#EDC7C3 color RGB value is (237,199,195).

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

RGB channels and saturation

R 237 of 255 = 93%
G 199 of 255 = 78%
B 195 of 255 = 76%

237
199
195

R + G + B ~ 82%. #EDC7C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 199 + 195 = 631 (100%)
R 237 of 631 ~ 37.56%
G 199 of 631 ~ 31.54%
B 195 of 631 ~ 30.9%

%37.56
%31.54
%30.9

CMYK color model

#EDC7C3 color CMYK value is (0,16,18,7).

  • cyan value is 0.00%
  • magenta value is 16.03%
  • yellow value is 17.72%
  • key color value is 7.06%
CMYK:
(0,16,18,7)
C0M16Y18K7 
(0%,16%,18%,7%)
(0.00/0.16/0.18/0.07)	

CMYK percentages

%0
%16.03
%17.72
%7.06

Codes

Color #EDC7C3 in popluar color models

EDC7C3
RGB237199195
HSL53.85%84.71%
HSB/HSV17.72%92.94%
CMYK0.00%16.03%17.72%
7.06%

Color #EDC7C3 in popluar number systems.

HEXEDC7C3
Decimal237199195
Binary111011011100011111000011
Octal355307303

Shades and tints

Shades of #EDC7C3

#EDC7C3
(237,199,195)
#D8B5B2
(216,181,178)
#C3A3A1
(195,163,161)
#AE9190
(174,145,144)
#997F7F
(153,127,127)
#846D6E
(132,109,110)
#6F5B5D
(111,91,93)
#5A494C
(90,73,76)
#45373B
(69,55,59)
#30252A
(48,37,42)
#1B1319
(27,19,25)
#000000
(0,0,0)

Tints of #EDC7C3

#EDC7C3
(237,199,195)
#EECCC8
(238,204,200)
#EFD1CD
(239,209,205)
#F0D6D2
(240,214,210)
#F1DBD7
(241,219,215)
#F2E0DC
(242,224,220)
#F3E5E1
(243,229,225)
#F4EAE6
(244,234,230)
#F5EFEB
(245,239,235)
#F6F4F0
(246,244,240)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC7C3; }

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

This text font color is #EDC7C3.


Background Color

.myBgColor { background-color: #EDC7C3; }

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

This div background color is #EDC7C3.


Border color

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

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

This div border color is #EDC7C3.


Opacity

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

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

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

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

This text has shadow with #EDC7C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC7C3 on black background.


Color preview on white background

This text has color #EDC7C3 on white background.



Black color preview on #EDC7C3 background

This text has black color on #EDC7C3 background.


White color preview on #EDC7C3 background

This text has white color on #EDC7C3 background.