COLOR #BA99AB

HEX: #BA99AB
RGB: (186,153,171)

Color info

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

RGB color model

#BA99AB color RGB value is (186,153,171).

  • red value is 186;
  • green value is 153;
  • blue value is 171.
RGB:
(186,153,171)
(73%,60%,67%)

RGB channels and saturation

R 186 of 255 = 73%
G 153 of 255 = 60%
B 171 of 255 = 67%

186
153
171

R + G + B ~ 67%. #BA99AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 153 + 171 = 510 (100%)
R 186 of 510 ~ 36.47%
G 153 of 510 ~ 30%
B 171 of 510 ~ 33.53%

%36.47
%30
%33.53

CMYK color model

#BA99AB color CMYK value is (0,18,8,27).

  • cyan value is 0.00%
  • magenta value is 17.74%
  • yellow value is 8.06%
  • key color value is 27.06%
CMYK:
(0,18,8,27)
C0M18Y8K27 
(0%,18%,8%,27%)
(0.00/0.18/0.08/0.27)	

CMYK percentages

%0
%17.74
%8.06
%27.06

Codes

Color #BA99AB in popluar color models

BA99AB
RGB186153171
HSL327°19.30%66.47%
HSB/HSV327°17.74%72.94%
CMYK0.00%17.74%8.06%
27.06%

Color #BA99AB in popluar number systems.

HEXBA99AB
Decimal186153171
Binary101110101001100110101011
Octal272231253

Shades and tints

Shades of #BA99AB

#BA99AB
(186,153,171)
#AA8C9C
(170,140,156)
#9A7F8D
(154,127,141)
#8A727E
(138,114,126)
#7A656F
(122,101,111)
#6A5860
(106,88,96)
#5A4B51
(90,75,81)
#4A3E42
(74,62,66)
#3A3133
(58,49,51)
#2A2424
(42,36,36)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #BA99AB

#BA99AB
(186,153,171)
#C0A2B2
(192,162,178)
#C6ABB9
(198,171,185)
#CCB4C0
(204,180,192)
#D2BDC7
(210,189,199)
#D8C6CE
(216,198,206)
#DECFD5
(222,207,213)
#E4D8DC
(228,216,220)
#EAE1E3
(234,225,227)
#F0EAEA
(240,234,234)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA99AB color. Also use rgb(186,153,171) instead hex code.

Text Font Color

.myTextColor { color: #BA99AB; }

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

This text font color is #BA99AB.


Background Color

.myBgColor { background-color: #BA99AB; }

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

This div background color is #BA99AB.


Border color

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

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

This div border color is #BA99AB.


Opacity

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

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

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

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

This text has shadow with #BA99AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA99AB on black background.


Color preview on white background

This text has color #BA99AB on white background.



Black color preview on #BA99AB background

This text has black color on #BA99AB background.


White color preview on #BA99AB background

This text has white color on #BA99AB background.