COLOR #EDC0B3

HEX: #EDC0B3
RGB: (237,192,179)

Color info

#EDC0B3 contains red, green and blue colors in about the same proportion. Web safe color of #EDC0B3 is #FFCC99 (or #FC9).

RGB color model

#EDC0B3 color RGB value is (237,192,179).

  • red value is 237;
  • green value is 192;
  • blue value is 179.
RGB:
(237,192,179)
(93%,75%,70%)

RGB channels and saturation

R 237 of 255 = 93%
G 192 of 255 = 75%
B 179 of 255 = 70%

237
192
179

R + G + B ~ 79%. #EDC0B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 192 + 179 = 608 (100%)
R 237 of 608 ~ 38.98%
G 192 of 608 ~ 31.58%
B 179 of 608 ~ 29.44%

%38.98
%31.58
%29.44

CMYK color model

#EDC0B3 color CMYK value is (0,19,24,7).

  • cyan value is 0.00%
  • magenta value is 18.99%
  • yellow value is 24.47%
  • key color value is 7.06%
CMYK:
(0,19,24,7)
C0M19Y24K7 
(0%,19%,24%,7%)
(0.00/0.19/0.24/0.07)	

CMYK percentages

%0
%18.99
%24.47
%7.06

Codes

Color #EDC0B3 in popluar color models

EDC0B3
RGB237192179
HSL13°61.70%81.57%
HSB/HSV13°24.47%92.94%
CMYK0.00%18.99%24.47%
7.06%

Color #EDC0B3 in popluar number systems.

HEXEDC0B3
Decimal237192179
Binary111011011100000010110011
Octal355300263

Shades and tints

Shades of #EDC0B3

#EDC0B3
(237,192,179)
#D8AFA3
(216,175,163)
#C39E93
(195,158,147)
#AE8D83
(174,141,131)
#997C73
(153,124,115)
#846B63
(132,107,99)
#6F5A53
(111,90,83)
#5A4943
(90,73,67)
#453833
(69,56,51)
#302723
(48,39,35)
#1B1613
(27,22,19)
#000000
(0,0,0)

Tints of #EDC0B3

#EDC0B3
(237,192,179)
#EEC5B9
(238,197,185)
#EFCABF
(239,202,191)
#F0CFC5
(240,207,197)
#F1D4CB
(241,212,203)
#F2D9D1
(242,217,209)
#F3DED7
(243,222,215)
#F4E3DD
(244,227,221)
#F5E8E3
(245,232,227)
#F6EDE9
(246,237,233)
#F7F2EF
(247,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC0B3 color. Also use rgb(237,192,179) instead hex code.

Text Font Color

.myTextColor { color: #EDC0B3; }

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

This text font color is #EDC0B3.


Background Color

.myBgColor { background-color: #EDC0B3; }

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

This div background color is #EDC0B3.


Border color

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

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

This div border color is #EDC0B3.


Opacity

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

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

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

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

This text has shadow with #EDC0B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC0B3 on black background.


Color preview on white background

This text has color #EDC0B3 on white background.



Black color preview on #EDC0B3 background

This text has black color on #EDC0B3 background.


White color preview on #EDC0B3 background

This text has white color on #EDC0B3 background.