COLOR #EDB7A6

HEX: #EDB7A6
RGB: (237,183,166)

Color info

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

RGB color model

#EDB7A6 color RGB value is (237,183,166).

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

RGB channels and saturation

R 237 of 255 = 93%
G 183 of 255 = 72%
B 166 of 255 = 65%

237
183
166

R + G + B ~ 77%. #EDB7A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 183 + 166 = 586 (100%)
R 237 of 586 ~ 40.44%
G 183 of 586 ~ 31.23%
B 166 of 586 ~ 28.33%

%40.44
%31.23
%28.33

CMYK color model

#EDB7A6 color CMYK value is (0,23,30,7).

  • cyan value is 0.00%
  • magenta value is 22.78%
  • yellow value is 29.96%
  • key color value is 7.06%
CMYK:
(0,23,30,7)
C0M23Y30K7 
(0%,23%,30%,7%)
(0.00/0.23/0.30/0.07)	

CMYK percentages

%0
%22.78
%29.96
%7.06

Codes

Color #EDB7A6 in popluar color models

EDB7A6
RGB237183166
HSL14°66.36%79.02%
HSB/HSV14°29.96%92.94%
CMYK0.00%22.78%29.96%
7.06%

Color #EDB7A6 in popluar number systems.

HEXEDB7A6
Decimal237183166
Binary111011011011011110100110
Octal355267246

Shades and tints

Shades of #EDB7A6

#EDB7A6
(237,183,166)
#D8A797
(216,167,151)
#C39788
(195,151,136)
#AE8779
(174,135,121)
#99776A
(153,119,106)
#84675B
(132,103,91)
#6F574C
(111,87,76)
#5A473D
(90,71,61)
#45372E
(69,55,46)
#30271F
(48,39,31)
#1B1710
(27,23,16)
#000000
(0,0,0)

Tints of #EDB7A6

#EDB7A6
(237,183,166)
#EEBDAE
(238,189,174)
#EFC3B6
(239,195,182)
#F0C9BE
(240,201,190)
#F1CFC6
(241,207,198)
#F2D5CE
(242,213,206)
#F3DBD6
(243,219,214)
#F4E1DE
(244,225,222)
#F5E7E6
(245,231,230)
#F6EDEE
(246,237,238)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB7A6; }

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

This text font color is #EDB7A6.


Background Color

.myBgColor { background-color: #EDB7A6; }

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

This div background color is #EDB7A6.


Border color

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

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

This div border color is #EDB7A6.


Opacity

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

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

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

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

This text has shadow with #EDB7A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB7A6 on black background.


Color preview on white background

This text has color #EDB7A6 on white background.



Black color preview on #EDB7A6 background

This text has black color on #EDB7A6 background.


White color preview on #EDB7A6 background

This text has white color on #EDB7A6 background.