COLOR #BA7E9B

HEX: #BA7E9B
RGB: (186,126,155)

Color info

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

RGB color model

#BA7E9B color RGB value is (186,126,155).

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

RGB channels and saturation

R 186 of 255 = 73%
G 126 of 255 = 49%
B 155 of 255 = 61%

186
126
155

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

Portions of RGB colors in percentages

R + G + B =
186 + 126 + 155 = 467 (100%)
R 186 of 467 ~ 39.83%
G 126 of 467 ~ 26.98%
B 155 of 467 ~ 33.19%

%39.83
%26.98
%33.19

CMYK color model

#BA7E9B color CMYK value is (0,32,17,27).

  • cyan value is 0.00%
  • magenta value is 32.26%
  • yellow value is 16.67%
  • key color value is 27.06%
CMYK:
(0,32,17,27)
C0M32Y17K27 
(0%,32%,17%,27%)
(0.00/0.32/0.17/0.27)	

CMYK percentages

%0
%32.26
%16.67
%27.06

Codes

Color #BA7E9B in popluar color models

BA7E9B
RGB186126155
HSL331°30.30%61.18%
HSB/HSV331°32.26%72.94%
CMYK0.00%32.26%16.67%
27.06%

Color #BA7E9B in popluar number systems.

HEXBA7E9B
Decimal186126155
Binary10111010111111010011011
Octal272176233

Shades and tints

Shades of #BA7E9B

#BA7E9B
(186,126,155)
#AA738D
(170,115,141)
#9A687F
(154,104,127)
#8A5D71
(138,93,113)
#7A5263
(122,82,99)
#6A4755
(106,71,85)
#5A3C47
(90,60,71)
#4A3139
(74,49,57)
#3A262B
(58,38,43)
#2A1B1D
(42,27,29)
#1A100F
(26,16,15)
#000000
(0,0,0)

Tints of #BA7E9B

#BA7E9B
(186,126,155)
#C089A4
(192,137,164)
#C694AD
(198,148,173)
#CC9FB6
(204,159,182)
#D2AABF
(210,170,191)
#D8B5C8
(216,181,200)
#DEC0D1
(222,192,209)
#E4CBDA
(228,203,218)
#EAD6E3
(234,214,227)
#F0E1EC
(240,225,236)
#F6ECF5
(246,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA7E9B color. Also use rgb(186,126,155) instead hex code.

Text Font Color

.myTextColor { color: #BA7E9B; }

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

This text font color is #BA7E9B.


Background Color

.myBgColor { background-color: #BA7E9B; }

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

This div background color is #BA7E9B.


Border color

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

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

This div border color is #BA7E9B.


Opacity

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

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

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

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

This text has shadow with #BA7E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7E9B on black background.


Color preview on white background

This text has color #BA7E9B on white background.



Black color preview on #BA7E9B background

This text has black color on #BA7E9B background.


White color preview on #BA7E9B background

This text has white color on #BA7E9B background.