COLOR #BA7C9C

HEX: #BA7C9C
RGB: (186,124,156)

Color info

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

RGB color model

#BA7C9C color RGB value is (186,124,156).

  • red value is 186;
  • green value is 124;
  • blue value is 156.
RGB:
(186,124,156)
(73%,49%,61%)

RGB channels and saturation

R 186 of 255 = 73%
G 124 of 255 = 49%
B 156 of 255 = 61%

186
124
156

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

Portions of RGB colors in percentages

R + G + B =
186 + 124 + 156 = 466 (100%)
R 186 of 466 ~ 39.91%
G 124 of 466 ~ 26.61%
B 156 of 466 ~ 33.48%

%39.91
%26.61
%33.48

CMYK color model

#BA7C9C color CMYK value is (0,33,16,27).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 16.13%
  • key color value is 27.06%
CMYK:
(0,33,16,27)
C0M33Y16K27 
(0%,33%,16%,27%)
(0.00/0.33/0.16/0.27)	

CMYK percentages

%0
%33.33
%16.13
%27.06

Codes

Color #BA7C9C in popluar color models

BA7C9C
RGB186124156
HSL329°31.00%60.78%
HSB/HSV329°33.33%72.94%
CMYK0.00%33.33%16.13%
27.06%

Color #BA7C9C in popluar number systems.

HEXBA7C9C
Decimal186124156
Binary10111010111110010011100
Octal272174234

Shades and tints

Shades of #BA7C9C

#BA7C9C
(186,124,156)
#AA718E
(170,113,142)
#9A6680
(154,102,128)
#8A5B72
(138,91,114)
#7A5064
(122,80,100)
#6A4556
(106,69,86)
#5A3A48
(90,58,72)
#4A2F3A
(74,47,58)
#3A242C
(58,36,44)
#2A191E
(42,25,30)
#1A0E10
(26,14,16)
#000000
(0,0,0)

Tints of #BA7C9C

#BA7C9C
(186,124,156)
#C087A5
(192,135,165)
#C692AE
(198,146,174)
#CC9DB7
(204,157,183)
#D2A8C0
(210,168,192)
#D8B3C9
(216,179,201)
#DEBED2
(222,190,210)
#E4C9DB
(228,201,219)
#EAD4E4
(234,212,228)
#F0DFED
(240,223,237)
#F6EAF6
(246,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7C9C; }

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

This text font color is #BA7C9C.


Background Color

.myBgColor { background-color: #BA7C9C; }

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

This div background color is #BA7C9C.


Border color

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

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

This div border color is #BA7C9C.


Opacity

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

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

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

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

This text has shadow with #BA7C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7C9C on black background.


Color preview on white background

This text has color #BA7C9C on white background.



Black color preview on #BA7C9C background

This text has black color on #BA7C9C background.


White color preview on #BA7C9C background

This text has white color on #BA7C9C background.