COLOR #BA8AB5

HEX: #BA8AB5
RGB: (186,138,181)

Color info

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

RGB color model

#BA8AB5 color RGB value is (186,138,181).

  • red value is 186;
  • green value is 138;
  • blue value is 181.
RGB:
(186,138,181)
(73%,54%,71%)

RGB channels and saturation

R 186 of 255 = 73%
G 138 of 255 = 54%
B 181 of 255 = 71%

186
138
181

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

Portions of RGB colors in percentages

R + G + B =
186 + 138 + 181 = 505 (100%)
R 186 of 505 ~ 36.83%
G 138 of 505 ~ 27.33%
B 181 of 505 ~ 35.84%

%36.83
%27.33
%35.84

CMYK color model

#BA8AB5 color CMYK value is (0,26,3,27).

  • cyan value is 0.00%
  • magenta value is 25.81%
  • yellow value is 2.69%
  • key color value is 27.06%
CMYK:
(0,26,3,27)
C0M26Y3K27 
(0%,26%,3%,27%)
(0.00/0.26/0.03/0.27)	

CMYK percentages

%0
%25.81
%2.69
%27.06

Codes

Color #BA8AB5 in popluar color models

BA8AB5
RGB186138181
HSL306°25.81%63.53%
HSB/HSV306°25.81%72.94%
CMYK0.00%25.81%2.69%
27.06%

Color #BA8AB5 in popluar number systems.

HEXBA8AB5
Decimal186138181
Binary101110101000101010110101
Octal272212265

Shades and tints

Shades of #BA8AB5

#BA8AB5
(186,138,181)
#AA7EA5
(170,126,165)
#9A7295
(154,114,149)
#8A6685
(138,102,133)
#7A5A75
(122,90,117)
#6A4E65
(106,78,101)
#5A4255
(90,66,85)
#4A3645
(74,54,69)
#3A2A35
(58,42,53)
#2A1E25
(42,30,37)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #BA8AB5

#BA8AB5
(186,138,181)
#C094BB
(192,148,187)
#C69EC1
(198,158,193)
#CCA8C7
(204,168,199)
#D2B2CD
(210,178,205)
#D8BCD3
(216,188,211)
#DEC6D9
(222,198,217)
#E4D0DF
(228,208,223)
#EADAE5
(234,218,229)
#F0E4EB
(240,228,235)
#F6EEF1
(246,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA8AB5; }

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

This text font color is #BA8AB5.


Background Color

.myBgColor { background-color: #BA8AB5; }

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

This div background color is #BA8AB5.


Border color

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

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

This div border color is #BA8AB5.


Opacity

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

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

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

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

This text has shadow with #BA8AB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8AB5 on black background.


Color preview on white background

This text has color #BA8AB5 on white background.



Black color preview on #BA8AB5 background

This text has black color on #BA8AB5 background.


White color preview on #BA8AB5 background

This text has white color on #BA8AB5 background.