COLOR #BA7FAF

HEX: #BA7FAF
RGB: (186,127,175)

Color info

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

RGB color model

#BA7FAF color RGB value is (186,127,175).

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

RGB channels and saturation

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

186
127
175

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

Portions of RGB colors in percentages

R + G + B =
186 + 127 + 175 = 488 (100%)
R 186 of 488 ~ 38.11%
G 127 of 488 ~ 26.02%
B 175 of 488 ~ 35.86%

%38.11
%26.02
%35.86

CMYK color model

#BA7FAF color CMYK value is (0,32,6,27).

  • cyan value is 0.00%
  • magenta value is 31.72%
  • yellow value is 5.91%
  • key color value is 27.06%
CMYK:
(0,32,6,27)
C0M32Y6K27 
(0%,32%,6%,27%)
(0.00/0.32/0.06/0.27)	

CMYK percentages

%0
%31.72
%5.91
%27.06

Codes

Color #BA7FAF in popluar color models

BA7FAF
RGB186127175
HSL311°29.95%61.37%
HSB/HSV311°31.72%72.94%
CMYK0.00%31.72%5.91%
27.06%

Color #BA7FAF in popluar number systems.

HEXBA7FAF
Decimal186127175
Binary10111010111111110101111
Octal272177257

Shades and tints

Shades of #BA7FAF

#BA7FAF
(186,127,175)
#AA74A0
(170,116,160)
#9A6991
(154,105,145)
#8A5E82
(138,94,130)
#7A5373
(122,83,115)
#6A4864
(106,72,100)
#5A3D55
(90,61,85)
#4A3246
(74,50,70)
#3A2737
(58,39,55)
#2A1C28
(42,28,40)
#1A1119
(26,17,25)
#000000
(0,0,0)

Tints of #BA7FAF

#BA7FAF
(186,127,175)
#C08AB6
(192,138,182)
#C695BD
(198,149,189)
#CCA0C4
(204,160,196)
#D2ABCB
(210,171,203)
#D8B6D2
(216,182,210)
#DEC1D9
(222,193,217)
#E4CCE0
(228,204,224)
#EAD7E7
(234,215,231)
#F0E2EE
(240,226,238)
#F6EDF5
(246,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7FAF; }

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

This text font color is #BA7FAF.


Background Color

.myBgColor { background-color: #BA7FAF; }

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

This div background color is #BA7FAF.


Border color

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

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

This div border color is #BA7FAF.


Opacity

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

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

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

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

This text has shadow with #BA7FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7FAF on black background.


Color preview on white background

This text has color #BA7FAF on white background.



Black color preview on #BA7FAF background

This text has black color on #BA7FAF background.


White color preview on #BA7FAF background

This text has white color on #BA7FAF background.