COLOR #BA96AB

HEX: #BA96AB
RGB: (186,150,171)

Color info

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

RGB color model

#BA96AB color RGB value is (186,150,171).

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

RGB channels and saturation

R 186 of 255 = 73%
G 150 of 255 = 59%
B 171 of 255 = 67%

186
150
171

R + G + B ~ 66%. #BA96AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 150 + 171 = 507 (100%)
R 186 of 507 ~ 36.69%
G 150 of 507 ~ 29.59%
B 171 of 507 ~ 33.73%

%36.69
%29.59
%33.73

CMYK color model

#BA96AB color CMYK value is (0,19,8,27).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 8.06%
  • key color value is 27.06%
CMYK:
(0,19,8,27)
C0M19Y8K27 
(0%,19%,8%,27%)
(0.00/0.19/0.08/0.27)	

CMYK percentages

%0
%19.35
%8.06
%27.06

Codes

Color #BA96AB in popluar color models

BA96AB
RGB186150171
HSL325°20.69%65.88%
HSB/HSV325°19.35%72.94%
CMYK0.00%19.35%8.06%
27.06%

Color #BA96AB in popluar number systems.

HEXBA96AB
Decimal186150171
Binary101110101001011010101011
Octal272226253

Shades and tints

Shades of #BA96AB

#BA96AB
(186,150,171)
#AA899C
(170,137,156)
#9A7C8D
(154,124,141)
#8A6F7E
(138,111,126)
#7A626F
(122,98,111)
#6A5560
(106,85,96)
#5A4851
(90,72,81)
#4A3B42
(74,59,66)
#3A2E33
(58,46,51)
#2A2124
(42,33,36)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #BA96AB

#BA96AB
(186,150,171)
#C09FB2
(192,159,178)
#C6A8B9
(198,168,185)
#CCB1C0
(204,177,192)
#D2BAC7
(210,186,199)
#D8C3CE
(216,195,206)
#DECCD5
(222,204,213)
#E4D5DC
(228,213,220)
#EADEE3
(234,222,227)
#F0E7EA
(240,231,234)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA96AB; }

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

This text font color is #BA96AB.


Background Color

.myBgColor { background-color: #BA96AB; }

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

This div background color is #BA96AB.


Border color

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

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

This div border color is #BA96AB.


Opacity

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

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

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

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

This text has shadow with #BA96AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA96AB on black background.


Color preview on white background

This text has color #BA96AB on white background.



Black color preview on #BA96AB background

This text has black color on #BA96AB background.


White color preview on #BA96AB background

This text has white color on #BA96AB background.