COLOR #BA7F9C

HEX: #BA7F9C RGB: (186,127,156)

Color info

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

RGB color model

#BA7F9C color RGB value is (186,127,156).

RGB: (186,127,156) (73%, 50%, 61%)

RGB channels and saturation

R 186 of 255 = 73%
G 127 of 255 = 50%
B 156 of 255 = 61%

186
127
156

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

Portions of RGB colors in percentages

R + G + B = 186 + 127 + 156 = 469 (100%)
R 186 of 469 ~ 39.66%
G 127 of 469 ~ 27.08%
B 156 of 469 ~ 33.26'%

%39.66
%27.08
%33.26

CMYK color model

#BA7F9C color CMYK value is (0,32,16,27).

  • cyan value is 0.00%
  • magenta value is 31.72%
  • yellow value is 16.13%
  • key color value is 27.06%

CMYK: (0,32,16,27)
C0M32Y16K27 (0%, 32%, 16%, 27%)
(0.00 / 0.32 / 0.16 / 0.27)

CMYK percentages

%0
%31.72
%16.13
%27.06

Codes

Color #BA7F9C in popluar color models

BA 7F 9C
RGB 186 127 156
HSL 331° 29.95% 61.37%
HSB/HSV 331° 31.72% 72.94%
CMYK 0.00% 31.72% 16.13%
27.06%

Color #BA7F9C in popluar number systems.

HEX BA 7F 9C
Decimal 186 127 156
Binary 10111010 1111111 10011100
Octal 272 177 234

Shades and tints

Shades of #BA7F9C

#BA7F9C
(186,127,156)
#AA748E
(170,116,142)
#9A6980
(154,105,128)
#8A5E72
(138,94,114)
#7A5364
(122,83,100)
#6A4856
(106,72,86)
#5A3D48
(90,61,72)
#4A323A
(74,50,58)
#3A272C
(58,39,44)
#2A1C1E
(42,28,30)
#1A1110
(26,17,16)
#000000
(0,0,0)

Tints of #BA7F9C

#BA7F9C
(186,127,156)
#C08AA5
(192,138,165)
#C695AE
(198,149,174)
#CCA0B7
(204,160,183)
#D2ABC0
(210,171,192)
#D8B6C9
(216,182,201)
#DEC1D2
(222,193,210)
#E4CCDB
(228,204,219)
#EAD7E4
(234,215,228)
#F0E2ED
(240,226,237)
#F6EDF6
(246,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7F9C; }

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

This text font color is #BA7F9C.

Background Color

.myBgColor { background-color: #BA7F9C; }

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

This div background color is #BA7F9C.

Border color

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

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

This div border color is #BA7F9C.

Opacity

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

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

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

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

This text has shadow with #BA7F9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA7F9C.

Preview

Color preview on black background

This text has color #BA7F9C on black background.


Color preview on white background

This text has color #BA7F9C on white background.


Black color preview on #BA7F9C background

This text has black color on #BA7F9C background.


White color preview on #BA7F9C background

This text has white color on #BA7F9C background.


Related colors

Complementary color

Complementary color for #hex is #458063.


I love getcolorcode.com

Triadic colors

1 #9CBA7F and #7F9CBA with #BA7F9C are triadic colors.

2 #9C7FBA and #7FBA9C with #BA7F9C are triadic colors.