COLOR #BA80AF

HEX: #BA80AF
RGB: (186,128,175)

Color info

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

RGB color model

#BA80AF color RGB value is (186,128,175).

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

RGB channels and saturation

R 186 of 255 = 73%
G 128 of 255 = 50%
B 175 of 255 = 69%

186
128
175

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

Portions of RGB colors in percentages

R + G + B =
186 + 128 + 175 = 489 (100%)
R 186 of 489 ~ 38.04%
G 128 of 489 ~ 26.18%
B 175 of 489 ~ 35.79%

%38.04
%26.18
%35.79

CMYK color model

#BA80AF color CMYK value is (0,31,6,27).

  • cyan value is 0.00%
  • magenta value is 31.18%
  • yellow value is 5.91%
  • key color value is 27.06%
CMYK:
(0,31,6,27)
C0M31Y6K27 
(0%,31%,6%,27%)
(0.00/0.31/0.06/0.27)	

CMYK percentages

%0
%31.18
%5.91
%27.06

Codes

Color #BA80AF in popluar color models

BA80AF
RGB186128175
HSL311°29.59%61.57%
HSB/HSV311°31.18%72.94%
CMYK0.00%31.18%5.91%
27.06%

Color #BA80AF in popluar number systems.

HEXBA80AF
Decimal186128175
Binary101110101000000010101111
Octal272200257

Shades and tints

Shades of #BA80AF

#BA80AF
(186,128,175)
#AA75A0
(170,117,160)
#9A6A91
(154,106,145)
#8A5F82
(138,95,130)
#7A5473
(122,84,115)
#6A4964
(106,73,100)
#5A3E55
(90,62,85)
#4A3346
(74,51,70)
#3A2837
(58,40,55)
#2A1D28
(42,29,40)
#1A1219
(26,18,25)
#000000
(0,0,0)

Tints of #BA80AF

#BA80AF
(186,128,175)
#C08BB6
(192,139,182)
#C696BD
(198,150,189)
#CCA1C4
(204,161,196)
#D2ACCB
(210,172,203)
#D8B7D2
(216,183,210)
#DEC2D9
(222,194,217)
#E4CDE0
(228,205,224)
#EAD8E7
(234,216,231)
#F0E3EE
(240,227,238)
#F6EEF5
(246,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA80AF; }

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

This text font color is #BA80AF.


Background Color

.myBgColor { background-color: #BA80AF; }

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

This div background color is #BA80AF.


Border color

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

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

This div border color is #BA80AF.


Opacity

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

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

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

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

This text has shadow with #BA80AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA80AF on black background.


Color preview on white background

This text has color #BA80AF on white background.



Black color preview on #BA80AF background

This text has black color on #BA80AF background.


White color preview on #BA80AF background

This text has white color on #BA80AF background.