COLOR #BA9FAD

HEX: #BA9FAD RGB: (186,159,173)

Color info

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

RGB color model

#BA9FAD color RGB value is (186,159,173).

RGB: (186,159,173) (73%, 62%, 68%)

RGB channels and saturation

R 186 of 255 = 73%
G 159 of 255 = 62%
B 173 of 255 = 68%

186
159
173

R + G + B ~ 68%. #BA9FAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 159 + 173 = 518 (100%)
R 186 of 518 ~ 35.91%
G 159 of 518 ~ 30.69%
B 173 of 518 ~ 33.4'%

%35.91
%30.69
%33.4

CMYK color model

#BA9FAD color CMYK value is (0,15,7,27).

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

CMYK: (0,15,7,27)
C0M15Y7K27 (0%, 15%, 7%, 27%)
(0.00 / 0.15 / 0.07 / 0.27)

CMYK percentages

%0
%14.52
%6.99
%27.06

Codes

Color #BA9FAD in popluar color models

BA 9F AD
RGB 186 159 173
HSL 329° 16.36% 67.65%
HSB/HSV 329° 14.52% 72.94%
CMYK 0.00% 14.52% 6.99%
27.06%

Color #BA9FAD in popluar number systems.

HEX BA 9F AD
Decimal 186 159 173
Binary 10111010 10011111 10101101
Octal 272 237 255

Shades and tints

Shades of #BA9FAD

#BA9FAD
(186,159,173)
#AA919E
(170,145,158)
#9A838F
(154,131,143)
#8A7580
(138,117,128)
#7A6771
(122,103,113)
#6A5962
(106,89,98)
#5A4B53
(90,75,83)
#4A3D44
(74,61,68)
#3A2F35
(58,47,53)
#2A2126
(42,33,38)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #BA9FAD

#BA9FAD
(186,159,173)
#C0A7B4
(192,167,180)
#C6AFBB
(198,175,187)
#CCB7C2
(204,183,194)
#D2BFC9
(210,191,201)
#D8C7D0
(216,199,208)
#DECFD7
(222,207,215)
#E4D7DE
(228,215,222)
#EADFE5
(234,223,229)
#F0E7EC
(240,231,236)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9FAD; }

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

This text font color is #BA9FAD.

Background Color

.myBgColor { background-color: #BA9FAD; }

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

This div background color is #BA9FAD.

Border color

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

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

This div border color is #BA9FAD.

Opacity

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

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

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

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

This text has shadow with #BA9FAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA9FAD.

Preview

Color preview on black background

This text has color #BA9FAD on black background.


Color preview on white background

This text has color #BA9FAD on white background.


Black color preview on #BA9FAD background

This text has black color on #BA9FAD background.


White color preview on #BA9FAD background

This text has white color on #BA9FAD background.


Related colors

Complementary color

Complementary color for #hex is #456052.


I love getcolorcode.com

Triadic colors

1 #ADBA9F and #9FADBA with #BA9FAD are triadic colors.

2 #AD9FBA and #9FBAAD with #BA9FAD are triadic colors.