COLOR #EDBAAD

HEX: #EDBAAD RGB: (237,186,173)

Color info

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

RGB color model

#EDBAAD color RGB value is (237,186,173).

RGB: (237,186,173) (93%, 73%, 68%)

RGB channels and saturation

R 237 of 255 = 93%
G 186 of 255 = 73%
B 173 of 255 = 68%

237
186
173

R + G + B ~ 78%. #EDBAAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 186 + 173 = 596 (100%)
R 237 of 596 ~ 39.77%
G 186 of 596 ~ 31.21%
B 173 of 596 ~ 29.03'%

%39.77
%31.21
%29.03

CMYK color model

#EDBAAD color CMYK value is (0,22,27,7).

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

CMYK: (0,22,27,7)
C0M22Y27K7 (0%, 22%, 27%, 7%)
(0.00 / 0.22 / 0.27 / 0.07)

CMYK percentages

%0
%21.52
%27
%7.06

Codes

Color #EDBAAD in popluar color models

ED BA AD
RGB 237 186 173
HSL 12° 64.00% 80.39%
HSB/HSV 12° 27.00% 92.94%
CMYK 0.00% 21.52% 27.00%
7.06%

Color #EDBAAD in popluar number systems.

HEX ED BA AD
Decimal 237 186 173
Binary 11101101 10111010 10101101
Octal 355 272 255

Shades and tints

Shades of #EDBAAD

#EDBAAD
(237,186,173)
#D8AA9E
(216,170,158)
#C39A8F
(195,154,143)
#AE8A80
(174,138,128)
#997A71
(153,122,113)
#846A62
(132,106,98)
#6F5A53
(111,90,83)
#5A4A44
(90,74,68)
#453A35
(69,58,53)
#302A26
(48,42,38)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #EDBAAD

#EDBAAD
(237,186,173)
#EEC0B4
(238,192,180)
#EFC6BB
(239,198,187)
#F0CCC2
(240,204,194)
#F1D2C9
(241,210,201)
#F2D8D0
(242,216,208)
#F3DED7
(243,222,215)
#F4E4DE
(244,228,222)
#F5EAE5
(245,234,229)
#F6F0EC
(246,240,236)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBAAD; }

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

This text font color is #EDBAAD.

Background Color

.myBgColor { background-color: #EDBAAD; }

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

This div background color is #EDBAAD.

Border color

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

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

This div border color is #EDBAAD.

Opacity

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

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

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

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

This text has shadow with #EDBAAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDBAAD.

Preview

Color preview on black background

This text has color #EDBAAD on black background.


Color preview on white background

This text has color #EDBAAD on white background.


Black color preview on #EDBAAD background

This text has black color on #EDBAAD background.


White color preview on #EDBAAD background

This text has white color on #EDBAAD background.


Related colors

Complementary color

Complementary color for #hex is #124552.


I love getcolorcode.com

Triadic colors

1 #ADEDBA and #BAADED with #EDBAAD are triadic colors.

2 #ADBAED and #BAEDAD with #EDBAAD are triadic colors.