COLOR #EDB6AD

HEX: #EDB6AD RGB: (237,182,173)

Color info

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

RGB color model

#EDB6AD color RGB value is (237,182,173).

RGB: (237,182,173) (93%, 71%, 68%)

RGB channels and saturation

R 237 of 255 = 93%
G 182 of 255 = 71%
B 173 of 255 = 68%

237
182
173

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

Portions of RGB colors in percentages

R + G + B = 237 + 182 + 173 = 592 (100%)
R 237 of 592 ~ 40.03%
G 182 of 592 ~ 30.74%
B 173 of 592 ~ 29.22'%

%40.03
%30.74
%29.22

CMYK color model

#EDB6AD color CMYK value is (0,23,27,7).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 27.00%
  • key color value is 7.06%

CMYK: (0,23,27,7)
C0M23Y27K7 (0%, 23%, 27%, 7%)
(0.00 / 0.23 / 0.27 / 0.07)

CMYK percentages

%0
%23.21
%27
%7.06

Codes

Color #EDB6AD in popluar color models

ED B6 AD
RGB 237 182 173
HSL 64.00% 80.39%
HSB/HSV 27.00% 92.94%
CMYK 0.00% 23.21% 27.00%
7.06%

Color #EDB6AD in popluar number systems.

HEX ED B6 AD
Decimal 237 182 173
Binary 11101101 10110110 10101101
Octal 355 266 255

Shades and tints

Shades of #EDB6AD

#EDB6AD
(237,182,173)
#D8A69E
(216,166,158)
#C3968F
(195,150,143)
#AE8680
(174,134,128)
#997671
(153,118,113)
#846662
(132,102,98)
#6F5653
(111,86,83)
#5A4644
(90,70,68)
#453635
(69,54,53)
#302626
(48,38,38)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #EDB6AD

#EDB6AD
(237,182,173)
#EEBCB4
(238,188,180)
#EFC2BB
(239,194,187)
#F0C8C2
(240,200,194)
#F1CEC9
(241,206,201)
#F2D4D0
(242,212,208)
#F3DAD7
(243,218,215)
#F4E0DE
(244,224,222)
#F5E6E5
(245,230,229)
#F6ECEC
(246,236,236)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB6AD color. Also use rgb(237,182,173) instead hex code.

Text Font Color

.myTextColor { color: #EDB6AD; }

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

This text font color is #EDB6AD.

Background Color

.myBgColor { background-color: #EDB6AD; }

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

This div background color is #EDB6AD.

Border color

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

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

This div border color is #EDB6AD.

Opacity

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

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

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

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

This text has shadow with #EDB6AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDB6AD.

Preview

Color preview on black background

This text has color #EDB6AD on black background.


Color preview on white background

This text has color #EDB6AD on white background.


Black color preview on #EDB6AD background

This text has black color on #EDB6AD background.


White color preview on #EDB6AD background

This text has white color on #EDB6AD background.


Related colors

Complementary color

Complementary color for #hex is #124952.


I love getcolorcode.com

Triadic colors

1 #ADEDB6 and #B6ADED with #EDB6AD are triadic colors.

2 #ADB6ED and #B6EDAD with #EDB6AD are triadic colors.