COLOR #BA7A9E

HEX: #BA7A9E
RGB: (186,122,158)

Color info

#BA7A9E contains mainly red and blue colors. Web safe color of #BA7A9E is #CC6699 (or #C69).

RGB color model

#BA7A9E color RGB value is (186,122,158).

  • red value is 186;
  • green value is 122;
  • blue value is 158.
RGB:
(186,122,158)
(73%,48%,62%)

RGB channels and saturation

R 186 of 255 = 73%
G 122 of 255 = 48%
B 158 of 255 = 62%

186
122
158

R + G + B ~ 61%. #BA7A9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 122 + 158 = 466 (100%)
R 186 of 466 ~ 39.91%
G 122 of 466 ~ 26.18%
B 158 of 466 ~ 33.91%

%39.91
%26.18
%33.91

CMYK color model

#BA7A9E color CMYK value is (0,34,15,27).

  • cyan value is 0.00%
  • magenta value is 34.41%
  • yellow value is 15.05%
  • key color value is 27.06%
CMYK:
(0,34,15,27)
C0M34Y15K27 
(0%,34%,15%,27%)
(0.00/0.34/0.15/0.27)	

CMYK percentages

%0
%34.41
%15.05
%27.06

Codes

Color #BA7A9E in popluar color models

BA7A9E
RGB186122158
HSL326°31.68%60.39%
HSB/HSV326°34.41%72.94%
CMYK0.00%34.41%15.05%
27.06%

Color #BA7A9E in popluar number systems.

HEXBA7A9E
Decimal186122158
Binary10111010111101010011110
Octal272172236

Shades and tints

Shades of #BA7A9E

#BA7A9E
(186,122,158)
#AA6F90
(170,111,144)
#9A6482
(154,100,130)
#8A5974
(138,89,116)
#7A4E66
(122,78,102)
#6A4358
(106,67,88)
#5A384A
(90,56,74)
#4A2D3C
(74,45,60)
#3A222E
(58,34,46)
#2A1720
(42,23,32)
#1A0C12
(26,12,18)
#000000
(0,0,0)

Tints of #BA7A9E

#BA7A9E
(186,122,158)
#C086A6
(192,134,166)
#C692AE
(198,146,174)
#CC9EB6
(204,158,182)
#D2AABE
(210,170,190)
#D8B6C6
(216,182,198)
#DEC2CE
(222,194,206)
#E4CED6
(228,206,214)
#EADADE
(234,218,222)
#F0E6E6
(240,230,230)
#F6F2EE
(246,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA7A9E color. Also use rgb(186,122,158) instead hex code.

Text Font Color

.myTextColor { color: #BA7A9E; }

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

This text font color is #BA7A9E.


Background Color

.myBgColor { background-color: #BA7A9E; }

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

This div background color is #BA7A9E.


Border color

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

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

This div border color is #BA7A9E.


Opacity

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

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

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

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

This text has shadow with #BA7A9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7A9E on black background.


Color preview on white background

This text has color #BA7A9E on white background.



Black color preview on #BA7A9E background

This text has black color on #BA7A9E background.


White color preview on #BA7A9E background

This text has white color on #BA7A9E background.