COLOR #BA80AD

HEX: #BA80AD RGB: (186,128,173)

Color info

#BA80AD contains red, green and blue colors in about the same proportion. Web safe color of #BA80AD is #CC6699 (or #C69).

RGB color model

#BA80AD color RGB value is (186,128,173).

RGB: (186,128,173) (73%, 50%, 68%)

RGB channels and saturation

R 186 of 255 = 73%
G 128 of 255 = 50%
B 173 of 255 = 68%

186
128
173

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

Portions of RGB colors in percentages

R + G + B = 186 + 128 + 173 = 487 (100%)
R 186 of 487 ~ 38.19%
G 128 of 487 ~ 26.28%
B 173 of 487 ~ 35.52'%

%38.19
%26.28
%35.52

CMYK color model

#BA80AD color CMYK value is (0,31,7,27).

  • cyan value is 0.00%
  • magenta value is 31.18%
  • yellow value is 6.99%
  • key color value is 27.06%

CMYK: (0,31,7,27)
C0M31Y7K27 (0%, 31%, 7%, 27%)
(0.00 / 0.31 / 0.07 / 0.27)

CMYK percentages

%0
%31.18
%6.99
%27.06

Codes

Color #BA80AD in popluar color models

BA 80 AD
RGB 186 128 173
HSL 313° 29.59% 61.57%
HSB/HSV 313° 31.18% 72.94%
CMYK 0.00% 31.18% 6.99%
27.06%

Color #BA80AD in popluar number systems.

HEX BA 80 AD
Decimal 186 128 173
Binary 10111010 10000000 10101101
Octal 272 200 255

Shades and tints

Shades of #BA80AD

#BA80AD
(186,128,173)
#AA759E
(170,117,158)
#9A6A8F
(154,106,143)
#8A5F80
(138,95,128)
#7A5471
(122,84,113)
#6A4962
(106,73,98)
#5A3E53
(90,62,83)
#4A3344
(74,51,68)
#3A2835
(58,40,53)
#2A1D26
(42,29,38)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #BA80AD

#BA80AD
(186,128,173)
#C08BB4
(192,139,180)
#C696BB
(198,150,187)
#CCA1C2
(204,161,194)
#D2ACC9
(210,172,201)
#D8B7D0
(216,183,208)
#DEC2D7
(222,194,215)
#E4CDDE
(228,205,222)
#EAD8E5
(234,216,229)
#F0E3EC
(240,227,236)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA80AD; }

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

This text font color is #BA80AD.

Background Color

.myBgColor { background-color: #BA80AD; }

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

This div background color is #BA80AD.

Border color

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

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

This div border color is #BA80AD.

Opacity

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

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

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

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

This text has shadow with #BA80AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA80AD.

Preview

Color preview on black background

This text has color #BA80AD on black background.


Color preview on white background

This text has color #BA80AD on white background.


Black color preview on #BA80AD background

This text has black color on #BA80AD background.


White color preview on #BA80AD background

This text has white color on #BA80AD background.


Related colors

Complementary color

Complementary color for #hex is #457F52.


I love getcolorcode.com

Triadic colors

1 #ADBA80 and #80ADBA with #BA80AD are triadic colors.

2 #AD80BA and #80BAAD with #BA80AD are triadic colors.