COLOR #EDB7A0

HEX: #EDB7A0
RGB: (237,183,160)

Color info

#EDB7A0 contains mainly red and green colors. Web safe color of #EDB7A0 is #FFCC99 (or #FC9).

RGB color model

#EDB7A0 color RGB value is (237,183,160).

  • red value is 237;
  • green value is 183;
  • blue value is 160.
RGB:
(237,183,160)
(93%,72%,63%)

RGB channels and saturation

R 237 of 255 = 93%
G 183 of 255 = 72%
B 160 of 255 = 63%

237
183
160

R + G + B ~ 76%. #EDB7A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 183 + 160 = 580 (100%)
R 237 of 580 ~ 40.86%
G 183 of 580 ~ 31.55%
B 160 of 580 ~ 27.59%

%40.86
%31.55
%27.59

CMYK color model

#EDB7A0 color CMYK value is (0,23,32,7).

  • cyan value is 0.00%
  • magenta value is 22.78%
  • yellow value is 32.49%
  • key color value is 7.06%
CMYK:
(0,23,32,7)
C0M23Y32K7 
(0%,23%,32%,7%)
(0.00/0.23/0.32/0.07)	

CMYK percentages

%0
%22.78
%32.49
%7.06

Codes

Color #EDB7A0 in popluar color models

EDB7A0
RGB237183160
HSL18°68.14%77.84%
HSB/HSV18°32.49%92.94%
CMYK0.00%22.78%32.49%
7.06%

Color #EDB7A0 in popluar number systems.

HEXEDB7A0
Decimal237183160
Binary111011011011011110100000
Octal355267240

Shades and tints

Shades of #EDB7A0

#EDB7A0
(237,183,160)
#D8A792
(216,167,146)
#C39784
(195,151,132)
#AE8776
(174,135,118)
#997768
(153,119,104)
#84675A
(132,103,90)
#6F574C
(111,87,76)
#5A473E
(90,71,62)
#453730
(69,55,48)
#302722
(48,39,34)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #EDB7A0

#EDB7A0
(237,183,160)
#EEBDA8
(238,189,168)
#EFC3B0
(239,195,176)
#F0C9B8
(240,201,184)
#F1CFC0
(241,207,192)
#F2D5C8
(242,213,200)
#F3DBD0
(243,219,208)
#F4E1D8
(244,225,216)
#F5E7E0
(245,231,224)
#F6EDE8
(246,237,232)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB7A0 color. Also use rgb(237,183,160) instead hex code.

Text Font Color

.myTextColor { color: #EDB7A0; }

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

This text font color is #EDB7A0.


Background Color

.myBgColor { background-color: #EDB7A0; }

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

This div background color is #EDB7A0.


Border color

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

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

This div border color is #EDB7A0.


Opacity

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

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

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

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

This text has shadow with #EDB7A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB7A0 on black background.


Color preview on white background

This text has color #EDB7A0 on white background.



Black color preview on #EDB7A0 background

This text has black color on #EDB7A0 background.


White color preview on #EDB7A0 background

This text has white color on #EDB7A0 background.