COLOR #BA8CBA

HEX: #BA8CBA
RGB: (186,140,186)

Color info

#BA8CBA contains red, green and blue colors in about the same proportion. Web safe color of #BA8CBA is #CC99CC (or #C9C).

RGB color model

#BA8CBA color RGB value is (186,140,186).

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

RGB channels and saturation

R 186 of 255 = 73%
G 140 of 255 = 55%
B 186 of 255 = 73%

186
140
186

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

Portions of RGB colors in percentages

R + G + B =
186 + 140 + 186 = 512 (100%)
R 186 of 512 ~ 36.33%
G 140 of 512 ~ 27.34%
B 186 of 512 ~ 36.33%

%36.33
%27.34
%36.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(0,25,0,27)
C0M25Y0K27 
(0%,25%,0%,27%)
(0.00/0.25/0.00/0.27)	

CMYK percentages

%0
%24.73
%0
%27.06

Codes

Color #BA8CBA in popluar color models

BA8CBA
RGB186140186
HSL300°25.00%63.92%
HSB/HSV300°24.73%72.94%
CMYK0.00%24.73%0.00%
27.06%

Color #BA8CBA in popluar number systems.

HEXBA8CBA
Decimal186140186
Binary101110101000110010111010
Octal272214272

Shades and tints

Shades of #BA8CBA

#BA8CBA
(186,140,186)
#AA80AA
(170,128,170)
#9A749A
(154,116,154)
#8A688A
(138,104,138)
#7A5C7A
(122,92,122)
#6A506A
(106,80,106)
#5A445A
(90,68,90)
#4A384A
(74,56,74)
#3A2C3A
(58,44,58)
#2A202A
(42,32,42)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #BA8CBA

#BA8CBA
(186,140,186)
#C096C0
(192,150,192)
#C6A0C6
(198,160,198)
#CCAACC
(204,170,204)
#D2B4D2
(210,180,210)
#D8BED8
(216,190,216)
#DEC8DE
(222,200,222)
#E4D2E4
(228,210,228)
#EADCEA
(234,220,234)
#F0E6F0
(240,230,240)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA8CBA; }

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

This text font color is #BA8CBA.


Background Color

.myBgColor { background-color: #BA8CBA; }

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

This div background color is #BA8CBA.


Border color

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

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

This div border color is #BA8CBA.


Opacity

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

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

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

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

This text has shadow with #BA8CBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8CBA on black background.


Color preview on white background

This text has color #BA8CBA on white background.



Black color preview on #BA8CBA background

This text has black color on #BA8CBA background.


White color preview on #BA8CBA background

This text has white color on #BA8CBA background.