COLOR #EDB7AB

HEX: #EDB7AB RGB: (237,183,171)

Color info

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

RGB color model

#EDB7AB color RGB value is (237,183,171).

RGB: (237,183,171) (93%, 72%, 67%)

RGB channels and saturation

R 237 of 255 = 93%
G 183 of 255 = 72%
B 171 of 255 = 67%

237
183
171

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

Portions of RGB colors in percentages

R + G + B = 237 + 183 + 171 = 591 (100%)
R 237 of 591 ~ 40.1%
G 183 of 591 ~ 30.96%
B 171 of 591 ~ 28.93'%

%40.1
%30.96
%28.93

CMYK color model

#EDB7AB color CMYK value is (0,23,28,7).

  • cyan value is 0.00%
  • magenta value is 22.78%
  • yellow value is 27.85%
  • key color value is 7.06%

CMYK: (0,23,28,7)
C0M23Y28K7 (0%, 23%, 28%, 7%)
(0.00 / 0.23 / 0.28 / 0.07)

CMYK percentages

%0
%22.78
%27.85
%7.06

Codes

Color #EDB7AB in popluar color models

ED B7 AB
RGB 237 183 171
HSL 11° 64.71% 80.00%
HSB/HSV 11° 27.85% 92.94%
CMYK 0.00% 22.78% 27.85%
7.06%

Color #EDB7AB in popluar number systems.

HEX ED B7 AB
Decimal 237 183 171
Binary 11101101 10110111 10101011
Octal 355 267 253

Shades and tints

Shades of #EDB7AB

#EDB7AB
(237,183,171)
#D8A79C
(216,167,156)
#C3978D
(195,151,141)
#AE877E
(174,135,126)
#99776F
(153,119,111)
#846760
(132,103,96)
#6F5751
(111,87,81)
#5A4742
(90,71,66)
#453733
(69,55,51)
#302724
(48,39,36)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #EDB7AB

#EDB7AB
(237,183,171)
#EEBDB2
(238,189,178)
#EFC3B9
(239,195,185)
#F0C9C0
(240,201,192)
#F1CFC7
(241,207,199)
#F2D5CE
(242,213,206)
#F3DBD5
(243,219,213)
#F4E1DC
(244,225,220)
#F5E7E3
(245,231,227)
#F6EDEA
(246,237,234)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB7AB; }

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

This text font color is #EDB7AB.

Background Color

.myBgColor { background-color: #EDB7AB; }

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

This div background color is #EDB7AB.

Border color

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

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

This div border color is #EDB7AB.

Opacity

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

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

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

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

This text has shadow with #EDB7AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDB7AB.

Preview

Color preview on black background

This text has color #EDB7AB on black background.


Color preview on white background

This text has color #EDB7AB on white background.


Black color preview on #EDB7AB background

This text has black color on #EDB7AB background.


White color preview on #EDB7AB background

This text has white color on #EDB7AB background.


Related colors

Complementary color

Complementary color for #hex is #124854.


I love getcolorcode.com

Triadic colors

1 #ABEDB7 and #B7ABED with #EDB7AB are triadic colors.

2 #ABB7ED and #B7EDAB with #EDB7AB are triadic colors.