COLOR #BA84AF

HEX: #BA84AF
RGB: (186,132,175)

Color info

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

RGB color model

#BA84AF color RGB value is (186,132,175).

  • red value is 186;
  • green value is 132;
  • blue value is 175.
RGB:
(186,132,175)
(73%,52%,69%)

RGB channels and saturation

R 186 of 255 = 73%
G 132 of 255 = 52%
B 175 of 255 = 69%

186
132
175

R + G + B ~ 65%. #BA84AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 132 + 175 = 493 (100%)
R 186 of 493 ~ 37.73%
G 132 of 493 ~ 26.77%
B 175 of 493 ~ 35.5%

%37.73
%26.77
%35.5

CMYK color model

#BA84AF color CMYK value is (0,29,6,27).

  • cyan value is 0.00%
  • magenta value is 29.03%
  • yellow value is 5.91%
  • key color value is 27.06%
CMYK:
(0,29,6,27)
C0M29Y6K27 
(0%,29%,6%,27%)
(0.00/0.29/0.06/0.27)	

CMYK percentages

%0
%29.03
%5.91
%27.06

Codes

Color #BA84AF in popluar color models

BA84AF
RGB186132175
HSL312°28.13%62.35%
HSB/HSV312°29.03%72.94%
CMYK0.00%29.03%5.91%
27.06%

Color #BA84AF in popluar number systems.

HEXBA84AF
Decimal186132175
Binary101110101000010010101111
Octal272204257

Shades and tints

Shades of #BA84AF

#BA84AF
(186,132,175)
#AA78A0
(170,120,160)
#9A6C91
(154,108,145)
#8A6082
(138,96,130)
#7A5473
(122,84,115)
#6A4864
(106,72,100)
#5A3C55
(90,60,85)
#4A3046
(74,48,70)
#3A2437
(58,36,55)
#2A1828
(42,24,40)
#1A0C19
(26,12,25)
#000000
(0,0,0)

Tints of #BA84AF

#BA84AF
(186,132,175)
#C08FB6
(192,143,182)
#C69ABD
(198,154,189)
#CCA5C4
(204,165,196)
#D2B0CB
(210,176,203)
#D8BBD2
(216,187,210)
#DEC6D9
(222,198,217)
#E4D1E0
(228,209,224)
#EADCE7
(234,220,231)
#F0E7EE
(240,231,238)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA84AF; }

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

This text font color is #BA84AF.


Background Color

.myBgColor { background-color: #BA84AF; }

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

This div background color is #BA84AF.


Border color

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

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

This div border color is #BA84AF.


Opacity

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

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

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

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

This text has shadow with #BA84AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA84AF on black background.


Color preview on white background

This text has color #BA84AF on white background.



Black color preview on #BA84AF background

This text has black color on #BA84AF background.


White color preview on #BA84AF background

This text has white color on #BA84AF background.