COLOR #BA82AD

HEX: #BA82AD
RGB: (186,130,173)

Color info

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

RGB color model

#BA82AD color RGB value is (186,130,173).

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

RGB channels and saturation

R 186 of 255 = 73%
G 130 of 255 = 51%
B 173 of 255 = 68%

186
130
173

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

Portions of RGB colors in percentages

R + G + B =
186 + 130 + 173 = 489 (100%)
R 186 of 489 ~ 38.04%
G 130 of 489 ~ 26.58%
B 173 of 489 ~ 35.38%

%38.04
%26.58
%35.38

CMYK color model

#BA82AD color CMYK value is (0,30,7,27).

  • cyan value is 0.00%
  • magenta value is 30.11%
  • yellow value is 6.99%
  • key color value is 27.06%
CMYK:
(0,30,7,27)
C0M30Y7K27 
(0%,30%,7%,27%)
(0.00/0.30/0.07/0.27)	

CMYK percentages

%0
%30.11
%6.99
%27.06

Codes

Color #BA82AD in popluar color models

BA82AD
RGB186130173
HSL314°28.87%61.96%
HSB/HSV314°30.11%72.94%
CMYK0.00%30.11%6.99%
27.06%

Color #BA82AD in popluar number systems.

HEXBA82AD
Decimal186130173
Binary101110101000001010101101
Octal272202255

Shades and tints

Shades of #BA82AD

#BA82AD
(186,130,173)
#AA779E
(170,119,158)
#9A6C8F
(154,108,143)
#8A6180
(138,97,128)
#7A5671
(122,86,113)
#6A4B62
(106,75,98)
#5A4053
(90,64,83)
#4A3544
(74,53,68)
#3A2A35
(58,42,53)
#2A1F26
(42,31,38)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #BA82AD

#BA82AD
(186,130,173)
#C08DB4
(192,141,180)
#C698BB
(198,152,187)
#CCA3C2
(204,163,194)
#D2AEC9
(210,174,201)
#D8B9D0
(216,185,208)
#DEC4D7
(222,196,215)
#E4CFDE
(228,207,222)
#EADAE5
(234,218,229)
#F0E5EC
(240,229,236)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA82AD; }

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

This text font color is #BA82AD.


Background Color

.myBgColor { background-color: #BA82AD; }

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

This div background color is #BA82AD.


Border color

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

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

This div border color is #BA82AD.


Opacity

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

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

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

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

This text has shadow with #BA82AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA82AD on black background.


Color preview on white background

This text has color #BA82AD on white background.



Black color preview on #BA82AD background

This text has black color on #BA82AD background.


White color preview on #BA82AD background

This text has white color on #BA82AD background.