COLOR #EDC0BF

HEX: #EDC0BF
RGB: (237,192,191)

Color info

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

RGB color model

#EDC0BF color RGB value is (237,192,191).

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

RGB channels and saturation

R 237 of 255 = 93%
G 192 of 255 = 75%
B 191 of 255 = 75%

237
192
191

R + G + B ~ 81%. #EDC0BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 192 + 191 = 620 (100%)
R 237 of 620 ~ 38.23%
G 192 of 620 ~ 30.97%
B 191 of 620 ~ 30.81%

%38.23
%30.97
%30.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.99%
  • yellow value is 19.41%
  • key color value is 7.06%
CMYK:
(0,19,19,7)
C0M19Y19K7 
(0%,19%,19%,7%)
(0.00/0.19/0.19/0.07)	

CMYK percentages

%0
%18.99
%19.41
%7.06

Codes

Color #EDC0BF in popluar color models

EDC0BF
RGB237192191
HSL56.10%83.92%
HSB/HSV19.41%92.94%
CMYK0.00%18.99%19.41%
7.06%

Color #EDC0BF in popluar number systems.

HEXEDC0BF
Decimal237192191
Binary111011011100000010111111
Octal355300277

Shades and tints

Shades of #EDC0BF

#EDC0BF
(237,192,191)
#D8AFAE
(216,175,174)
#C39E9D
(195,158,157)
#AE8D8C
(174,141,140)
#997C7B
(153,124,123)
#846B6A
(132,107,106)
#6F5A59
(111,90,89)
#5A4948
(90,73,72)
#453837
(69,56,55)
#302726
(48,39,38)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #EDC0BF

#EDC0BF
(237,192,191)
#EEC5C4
(238,197,196)
#EFCAC9
(239,202,201)
#F0CFCE
(240,207,206)
#F1D4D3
(241,212,211)
#F2D9D8
(242,217,216)
#F3DEDD
(243,222,221)
#F4E3E2
(244,227,226)
#F5E8E7
(245,232,231)
#F6EDEC
(246,237,236)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC0BF; }

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

This text font color is #EDC0BF.


Background Color

.myBgColor { background-color: #EDC0BF; }

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

This div background color is #EDC0BF.


Border color

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

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

This div border color is #EDC0BF.


Opacity

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

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

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

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

This text has shadow with #EDC0BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC0BF on black background.


Color preview on white background

This text has color #EDC0BF on white background.



Black color preview on #EDC0BF background

This text has black color on #EDC0BF background.


White color preview on #EDC0BF background

This text has white color on #EDC0BF background.