COLOR #BA80A4

HEX: #BA80A4
RGB: (186,128,164)

Color info

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

RGB color model

#BA80A4 color RGB value is (186,128,164).

  • red value is 186;
  • green value is 128;
  • blue value is 164.
RGB:
(186,128,164)
(73%,50%,64%)

RGB channels and saturation

R 186 of 255 = 73%
G 128 of 255 = 50%
B 164 of 255 = 64%

186
128
164

R + G + B ~ 62%. #BA80A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 128 + 164 = 478 (100%)
R 186 of 478 ~ 38.91%
G 128 of 478 ~ 26.78%
B 164 of 478 ~ 34.31%

%38.91
%26.78
%34.31

CMYK color model

#BA80A4 color CMYK value is (0,31,12,27).

  • cyan value is 0.00%
  • magenta value is 31.18%
  • yellow value is 11.83%
  • key color value is 27.06%
CMYK:
(0,31,12,27)
C0M31Y12K27 
(0%,31%,12%,27%)
(0.00/0.31/0.12/0.27)	

CMYK percentages

%0
%31.18
%11.83
%27.06

Codes

Color #BA80A4 in popluar color models

BA80A4
RGB186128164
HSL323°29.59%61.57%
HSB/HSV323°31.18%72.94%
CMYK0.00%31.18%11.83%
27.06%

Color #BA80A4 in popluar number systems.

HEXBA80A4
Decimal186128164
Binary101110101000000010100100
Octal272200244

Shades and tints

Shades of #BA80A4

#BA80A4
(186,128,164)
#AA7596
(170,117,150)
#9A6A88
(154,106,136)
#8A5F7A
(138,95,122)
#7A546C
(122,84,108)
#6A495E
(106,73,94)
#5A3E50
(90,62,80)
#4A3342
(74,51,66)
#3A2834
(58,40,52)
#2A1D26
(42,29,38)
#1A1218
(26,18,24)
#000000
(0,0,0)

Tints of #BA80A4

#BA80A4
(186,128,164)
#C08BAC
(192,139,172)
#C696B4
(198,150,180)
#CCA1BC
(204,161,188)
#D2ACC4
(210,172,196)
#D8B7CC
(216,183,204)
#DEC2D4
(222,194,212)
#E4CDDC
(228,205,220)
#EAD8E4
(234,216,228)
#F0E3EC
(240,227,236)
#F6EEF4
(246,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA80A4; }

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

This text font color is #BA80A4.


Background Color

.myBgColor { background-color: #BA80A4; }

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

This div background color is #BA80A4.


Border color

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

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

This div border color is #BA80A4.


Opacity

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

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

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

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

This text has shadow with #BA80A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA80A4 on black background.


Color preview on white background

This text has color #BA80A4 on white background.



Black color preview on #BA80A4 background

This text has black color on #BA80A4 background.


White color preview on #BA80A4 background

This text has white color on #BA80A4 background.