COLOR #BA82AA

HEX: #BA82AA
RGB: (186,130,170)

Color info

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

RGB color model

#BA82AA color RGB value is (186,130,170).

  • red value is 186;
  • green value is 130;
  • blue value is 170.
RGB:
(186,130,170)
(73%,51%,67%)

RGB channels and saturation

R 186 of 255 = 73%
G 130 of 255 = 51%
B 170 of 255 = 67%

186
130
170

R + G + B ~ 64%. #BA82AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 130 + 170 = 486 (100%)
R 186 of 486 ~ 38.27%
G 130 of 486 ~ 26.75%
B 170 of 486 ~ 34.98%

%38.27
%26.75
%34.98

CMYK color model

#BA82AA color CMYK value is (0,30,9,27).

  • cyan value is 0.00%
  • magenta value is 30.11%
  • yellow value is 8.60%
  • key color value is 27.06%
CMYK:
(0,30,9,27)
C0M30Y9K27 
(0%,30%,9%,27%)
(0.00/0.30/0.09/0.27)	

CMYK percentages

%0
%30.11
%8.6
%27.06

Codes

Color #BA82AA in popluar color models

BA82AA
RGB186130170
HSL317°28.87%61.96%
HSB/HSV317°30.11%72.94%
CMYK0.00%30.11%8.60%
27.06%

Color #BA82AA in popluar number systems.

HEXBA82AA
Decimal186130170
Binary101110101000001010101010
Octal272202252

Shades and tints

Shades of #BA82AA

#BA82AA
(186,130,170)
#AA779B
(170,119,155)
#9A6C8C
(154,108,140)
#8A617D
(138,97,125)
#7A566E
(122,86,110)
#6A4B5F
(106,75,95)
#5A4050
(90,64,80)
#4A3541
(74,53,65)
#3A2A32
(58,42,50)
#2A1F23
(42,31,35)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #BA82AA

#BA82AA
(186,130,170)
#C08DB1
(192,141,177)
#C698B8
(198,152,184)
#CCA3BF
(204,163,191)
#D2AEC6
(210,174,198)
#D8B9CD
(216,185,205)
#DEC4D4
(222,196,212)
#E4CFDB
(228,207,219)
#EADAE2
(234,218,226)
#F0E5E9
(240,229,233)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA82AA; }

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

This text font color is #BA82AA.


Background Color

.myBgColor { background-color: #BA82AA; }

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

This div background color is #BA82AA.


Border color

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

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

This div border color is #BA82AA.


Opacity

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

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

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

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

This text has shadow with #BA82AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA82AA on black background.


Color preview on white background

This text has color #BA82AA on white background.



Black color preview on #BA82AA background

This text has black color on #BA82AA background.


White color preview on #BA82AA background

This text has white color on #BA82AA background.