COLOR #BA8BB3

HEX: #BA8BB3
RGB: (186,139,179)

Color info

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

RGB color model

#BA8BB3 color RGB value is (186,139,179).

  • red value is 186;
  • green value is 139;
  • blue value is 179.
RGB:
(186,139,179)
(73%,55%,70%)

RGB channels and saturation

R 186 of 255 = 73%
G 139 of 255 = 55%
B 179 of 255 = 70%

186
139
179

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

Portions of RGB colors in percentages

R + G + B =
186 + 139 + 179 = 504 (100%)
R 186 of 504 ~ 36.9%
G 139 of 504 ~ 27.58%
B 179 of 504 ~ 35.52%

%36.9
%27.58
%35.52

CMYK color model

#BA8BB3 color CMYK value is (0,25,4,27).

  • cyan value is 0.00%
  • magenta value is 25.27%
  • yellow value is 3.76%
  • key color value is 27.06%
CMYK:
(0,25,4,27)
C0M25Y4K27 
(0%,25%,4%,27%)
(0.00/0.25/0.04/0.27)	

CMYK percentages

%0
%25.27
%3.76
%27.06

Codes

Color #BA8BB3 in popluar color models

BA8BB3
RGB186139179
HSL309°25.41%63.73%
HSB/HSV309°25.27%72.94%
CMYK0.00%25.27%3.76%
27.06%

Color #BA8BB3 in popluar number systems.

HEXBA8BB3
Decimal186139179
Binary101110101000101110110011
Octal272213263

Shades and tints

Shades of #BA8BB3

#BA8BB3
(186,139,179)
#AA7FA3
(170,127,163)
#9A7393
(154,115,147)
#8A6783
(138,103,131)
#7A5B73
(122,91,115)
#6A4F63
(106,79,99)
#5A4353
(90,67,83)
#4A3743
(74,55,67)
#3A2B33
(58,43,51)
#2A1F23
(42,31,35)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #BA8BB3

#BA8BB3
(186,139,179)
#C095B9
(192,149,185)
#C69FBF
(198,159,191)
#CCA9C5
(204,169,197)
#D2B3CB
(210,179,203)
#D8BDD1
(216,189,209)
#DEC7D7
(222,199,215)
#E4D1DD
(228,209,221)
#EADBE3
(234,219,227)
#F0E5E9
(240,229,233)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA8BB3 color. Also use rgb(186,139,179) instead hex code.

Text Font Color

.myTextColor { color: #BA8BB3; }

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

This text font color is #BA8BB3.


Background Color

.myBgColor { background-color: #BA8BB3; }

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

This div background color is #BA8BB3.


Border color

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

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

This div border color is #BA8BB3.


Opacity

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

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

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

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

This text has shadow with #BA8BB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8BB3 on black background.


Color preview on white background

This text has color #BA8BB3 on white background.



Black color preview on #BA8BB3 background

This text has black color on #BA8BB3 background.


White color preview on #BA8BB3 background

This text has white color on #BA8BB3 background.