COLOR #BAA5AD

HEX: #BAA5AD RGB: (186,165,173)

Color info

#BAA5AD contains red, green and blue colors in about the same proportion. Web safe color of #BAA5AD is #CC9999 (or #C99).

RGB color model

#BAA5AD color RGB value is (186,165,173).

RGB: (186,165,173) (73%, 65%, 68%)

RGB channels and saturation

R 186 of 255 = 73%
G 165 of 255 = 65%
B 173 of 255 = 68%

186
165
173

R + G + B ~ 69%. #BAA5AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 165 + 173 = 524 (100%)
R 186 of 524 ~ 35.5%
G 165 of 524 ~ 31.49%
B 173 of 524 ~ 33.02'%

%35.5
%31.49
%33.02

CMYK color model

#BAA5AD color CMYK value is (0,11,7,27).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 6.99%
  • key color value is 27.06%

CMYK: (0,11,7,27)
C0M11Y7K27 (0%, 11%, 7%, 27%)
(0.00 / 0.11 / 0.07 / 0.27)

CMYK percentages

%0
%11.29
%6.99
%27.06

Codes

Color #BAA5AD in popluar color models

BA A5 AD
RGB 186 165 173
HSL 337° 13.21% 68.82%
HSB/HSV 337° 11.29% 72.94%
CMYK 0.00% 11.29% 6.99%
27.06%

Color #BAA5AD in popluar number systems.

HEX BA A5 AD
Decimal 186 165 173
Binary 10111010 10100101 10101101
Octal 272 245 255

Shades and tints

Shades of #BAA5AD

#BAA5AD
(186,165,173)
#AA969E
(170,150,158)
#9A878F
(154,135,143)
#8A7880
(138,120,128)
#7A6971
(122,105,113)
#6A5A62
(106,90,98)
#5A4B53
(90,75,83)
#4A3C44
(74,60,68)
#3A2D35
(58,45,53)
#2A1E26
(42,30,38)
#1A0F17
(26,15,23)
#000000
(0,0,0)

Tints of #BAA5AD

#BAA5AD
(186,165,173)
#C0ADB4
(192,173,180)
#C6B5BB
(198,181,187)
#CCBDC2
(204,189,194)
#D2C5C9
(210,197,201)
#D8CDD0
(216,205,208)
#DED5D7
(222,213,215)
#E4DDDE
(228,221,222)
#EAE5E5
(234,229,229)
#F0EDEC
(240,237,236)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA5AD; }

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

This text font color is #BAA5AD.

Background Color

.myBgColor { background-color: #BAA5AD; }

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

This div background color is #BAA5AD.

Border color

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

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

This div border color is #BAA5AD.

Opacity

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

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

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

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

This text has shadow with #BAA5AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA5AD.

Preview

Color preview on black background

This text has color #BAA5AD on black background.


Color preview on white background

This text has color #BAA5AD on white background.


Black color preview on #BAA5AD background

This text has black color on #BAA5AD background.


White color preview on #BAA5AD background

This text has white color on #BAA5AD background.


Related colors

Complementary color

Complementary color for #hex is #455A52.


I love getcolorcode.com

Triadic colors

1 #ADBAA5 and #A5ADBA with #BAA5AD are triadic colors.

2 #ADA5BA and #A5BAAD with #BAA5AD are triadic colors.