COLOR #BA9FB0

HEX: #BA9FB0
RGB: (186,159,176)

Color info

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

RGB color model

#BA9FB0 color RGB value is (186,159,176).

  • red value is 186;
  • green value is 159;
  • blue value is 176.
RGB:
(186,159,176)
(73%,62%,69%)

RGB channels and saturation

R 186 of 255 = 73%
G 159 of 255 = 62%
B 176 of 255 = 69%

186
159
176

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

Portions of RGB colors in percentages

R + G + B =
186 + 159 + 176 = 521 (100%)
R 186 of 521 ~ 35.7%
G 159 of 521 ~ 30.52%
B 176 of 521 ~ 33.78%

%35.7
%30.52
%33.78

CMYK color model

#BA9FB0 color CMYK value is (0,15,5,27).

  • cyan value is 0.00%
  • magenta value is 14.52%
  • yellow value is 5.38%
  • key color value is 27.06%
CMYK:
(0,15,5,27)
C0M15Y5K27 
(0%,15%,5%,27%)
(0.00/0.15/0.05/0.27)	

CMYK percentages

%0
%14.52
%5.38
%27.06

Codes

Color #BA9FB0 in popluar color models

BA9FB0
RGB186159176
HSL322°16.36%67.65%
HSB/HSV322°14.52%72.94%
CMYK0.00%14.52%5.38%
27.06%

Color #BA9FB0 in popluar number systems.

HEXBA9FB0
Decimal186159176
Binary101110101001111110110000
Octal272237260

Shades and tints

Shades of #BA9FB0

#BA9FB0
(186,159,176)
#AA91A0
(170,145,160)
#9A8390
(154,131,144)
#8A7580
(138,117,128)
#7A6770
(122,103,112)
#6A5960
(106,89,96)
#5A4B50
(90,75,80)
#4A3D40
(74,61,64)
#3A2F30
(58,47,48)
#2A2120
(42,33,32)
#1A1310
(26,19,16)
#000000
(0,0,0)

Tints of #BA9FB0

#BA9FB0
(186,159,176)
#C0A7B7
(192,167,183)
#C6AFBE
(198,175,190)
#CCB7C5
(204,183,197)
#D2BFCC
(210,191,204)
#D8C7D3
(216,199,211)
#DECFDA
(222,207,218)
#E4D7E1
(228,215,225)
#EADFE8
(234,223,232)
#F0E7EF
(240,231,239)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9FB0; }

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

This text font color is #BA9FB0.


Background Color

.myBgColor { background-color: #BA9FB0; }

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

This div background color is #BA9FB0.


Border color

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

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

This div border color is #BA9FB0.


Opacity

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

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

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

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

This text has shadow with #BA9FB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9FB0 on black background.


Color preview on white background

This text has color #BA9FB0 on white background.



Black color preview on #BA9FB0 background

This text has black color on #BA9FB0 background.


White color preview on #BA9FB0 background

This text has white color on #BA9FB0 background.