COLOR #BA82B0

HEX: #BA82B0
RGB: (186,130,176)

Color info

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

RGB color model

#BA82B0 color RGB value is (186,130,176).

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

RGB channels and saturation

R 186 of 255 = 73%
G 130 of 255 = 51%
B 176 of 255 = 69%

186
130
176

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

Portions of RGB colors in percentages

R + G + B =
186 + 130 + 176 = 492 (100%)
R 186 of 492 ~ 37.8%
G 130 of 492 ~ 26.42%
B 176 of 492 ~ 35.77%

%37.8
%26.42
%35.77

CMYK color model

#BA82B0 color CMYK value is (0,30,5,27).

  • cyan value is 0.00%
  • magenta value is 30.11%
  • yellow value is 5.38%
  • key color value is 27.06%
CMYK:
(0,30,5,27)
C0M30Y5K27 
(0%,30%,5%,27%)
(0.00/0.30/0.05/0.27)	

CMYK percentages

%0
%30.11
%5.38
%27.06

Codes

Color #BA82B0 in popluar color models

BA82B0
RGB186130176
HSL311°28.87%61.96%
HSB/HSV311°30.11%72.94%
CMYK0.00%30.11%5.38%
27.06%

Color #BA82B0 in popluar number systems.

HEXBA82B0
Decimal186130176
Binary101110101000001010110000
Octal272202260

Shades and tints

Shades of #BA82B0

#BA82B0
(186,130,176)
#AA77A0
(170,119,160)
#9A6C90
(154,108,144)
#8A6180
(138,97,128)
#7A5670
(122,86,112)
#6A4B60
(106,75,96)
#5A4050
(90,64,80)
#4A3540
(74,53,64)
#3A2A30
(58,42,48)
#2A1F20
(42,31,32)
#1A1410
(26,20,16)
#000000
(0,0,0)

Tints of #BA82B0

#BA82B0
(186,130,176)
#C08DB7
(192,141,183)
#C698BE
(198,152,190)
#CCA3C5
(204,163,197)
#D2AECC
(210,174,204)
#D8B9D3
(216,185,211)
#DEC4DA
(222,196,218)
#E4CFE1
(228,207,225)
#EADAE8
(234,218,232)
#F0E5EF
(240,229,239)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA82B0; }

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

This text font color is #BA82B0.


Background Color

.myBgColor { background-color: #BA82B0; }

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

This div background color is #BA82B0.


Border color

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

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

This div border color is #BA82B0.


Opacity

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

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

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

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

This text has shadow with #BA82B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA82B0 on black background.


Color preview on white background

This text has color #BA82B0 on white background.



Black color preview on #BA82B0 background

This text has black color on #BA82B0 background.


White color preview on #BA82B0 background

This text has white color on #BA82B0 background.