COLOR #EDB3AD

HEX: #EDB3AD RGB: (237,179,173)

Color info

#EDB3AD contains mainly red and green colors. Web safe color of #EDB3AD is #FF9999 (or #F99).

RGB color model

#EDB3AD color RGB value is (237,179,173).

RGB: (237,179,173) (93%, 70%, 68%)

RGB channels and saturation

R 237 of 255 = 93%
G 179 of 255 = 70%
B 173 of 255 = 68%

237
179
173

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

Portions of RGB colors in percentages

R + G + B = 237 + 179 + 173 = 589 (100%)
R 237 of 589 ~ 40.24%
G 179 of 589 ~ 30.39%
B 173 of 589 ~ 29.37'%

%40.24
%30.39
%29.37

CMYK color model

#EDB3AD color CMYK value is (0,24,27,7).

  • cyan value is 0.00%
  • magenta value is 24.47%
  • yellow value is 27.00%
  • key color value is 7.06%
CMYK: (0,24,27,7) C0M24Y27K7 (0%,24%,27%,7%) (0.00/0.24/0.27/0.07) 

CMYK percentages

%0
%24.47
%27
%7.06

Codes

Color #EDB3AD in popluar color models

ED B3 AD
RGB 237 179 173
HSL 64.00% 80.39%
HSB/HSV 27.00% 92.94%
CMYK 0.00% 24.47% 27.00%
7.06%

Color #EDB3AD in popluar number systems.

HEX ED B3 AD
Decimal 237 179 173
Binary 11101101 10110011 10101101
Octal 355 263 255

Shades and tints

Shades of #EDB3AD

#EDB3AD
(237,179,173)
#D8A39E
(216,163,158)
#C3938F
(195,147,143)
#AE8380
(174,131,128)
#997371
(153,115,113)
#846362
(132,99,98)
#6F5353
(111,83,83)
#5A4344
(90,67,68)
#453335
(69,51,53)
#302326
(48,35,38)
#1B1317
(27,19,23)
#000000
(0,0,0)

Tints of #EDB3AD

#EDB3AD
(237,179,173)
#EEB9B4
(238,185,180)
#EFBFBB
(239,191,187)
#F0C5C2
(240,197,194)
#F1CBC9
(241,203,201)
#F2D1D0
(242,209,208)
#F3D7D7
(243,215,215)
#F4DDDE
(244,221,222)
#F5E3E5
(245,227,229)
#F6E9EC
(246,233,236)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB3AD; }

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

This text font color is #EDB3AD.

Background Color

.myBgColor { background-color: #EDB3AD; }

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

This div background color is #EDB3AD.

Border color

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

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

This div border color is #EDB3AD.

Opacity

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

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

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

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

This text has shadow with #EDB3AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDB3AD.

Preview

Color preview on black background

This text has color #EDB3AD on black background.


Color preview on white background

This text has color #EDB3AD on white background.


Black color preview on #EDB3AD background

This text has black color on #EDB3AD background.


White color preview on #EDB3AD background

This text has white color on #EDB3AD background.


Related colors

Complementary color

Complementary color for #hex is #124C52.


I love getcolorcode.com

Triadic colors

1 #ADEDB3 and #B3ADED with #EDB3AD are triadic colors.

2 #ADB3ED and #B3EDAD with #EDB3AD are triadic colors.