COLOR #BA8CB8

HEX: #BA8CB8
RGB: (186,140,184)

Color info

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

RGB color model

#BA8CB8 color RGB value is (186,140,184).

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

RGB channels and saturation

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

186
140
184

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

Portions of RGB colors in percentages

R + G + B =
186 + 140 + 184 = 510 (100%)
R 186 of 510 ~ 36.47%
G 140 of 510 ~ 27.45%
B 184 of 510 ~ 36.08%

%36.47
%27.45
%36.08

CMYK color model

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

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

CMYK percentages

%0
%24.73
%1.08
%27.06

Codes

Color #BA8CB8 in popluar color models

BA8CB8
RGB186140184
HSL303°25.00%63.92%
HSB/HSV303°24.73%72.94%
CMYK0.00%24.73%1.08%
27.06%

Color #BA8CB8 in popluar number systems.

HEXBA8CB8
Decimal186140184
Binary101110101000110010111000
Octal272214270

Shades and tints

Shades of #BA8CB8

#BA8CB8
(186,140,184)
#AA80A8
(170,128,168)
#9A7498
(154,116,152)
#8A6888
(138,104,136)
#7A5C78
(122,92,120)
#6A5068
(106,80,104)
#5A4458
(90,68,88)
#4A3848
(74,56,72)
#3A2C38
(58,44,56)
#2A2028
(42,32,40)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #BA8CB8

#BA8CB8
(186,140,184)
#C096BE
(192,150,190)
#C6A0C4
(198,160,196)
#CCAACA
(204,170,202)
#D2B4D0
(210,180,208)
#D8BED6
(216,190,214)
#DEC8DC
(222,200,220)
#E4D2E2
(228,210,226)
#EADCE8
(234,220,232)
#F0E6EE
(240,230,238)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA8CB8; }

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

This text font color is #BA8CB8.


Background Color

.myBgColor { background-color: #BA8CB8; }

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

This div background color is #BA8CB8.


Border color

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

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

This div border color is #BA8CB8.


Opacity

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

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

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

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

This text has shadow with #BA8CB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8CB8 on black background.


Color preview on white background

This text has color #BA8CB8 on white background.



Black color preview on #BA8CB8 background

This text has black color on #BA8CB8 background.


White color preview on #BA8CB8 background

This text has white color on #BA8CB8 background.