COLOR #BA6C96

HEX: #BA6C96
RGB: (186,108,150)

Color info

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

RGB color model

#BA6C96 color RGB value is (186,108,150).

  • red value is 186;
  • green value is 108;
  • blue value is 150.
RGB:
(186,108,150)
(73%,42%,59%)

RGB channels and saturation

R 186 of 255 = 73%
G 108 of 255 = 42%
B 150 of 255 = 59%

186
108
150

R + G + B ~ 58%. #BA6C96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
186 + 108 + 150 = 444 (100%)
R 186 of 444 ~ 41.89%
G 108 of 444 ~ 24.32%
B 150 of 444 ~ 33.78%

%41.89
%24.32
%33.78

CMYK color model

#BA6C96 color CMYK value is (0,42,19,27).

  • cyan value is 0.00%
  • magenta value is 41.94%
  • yellow value is 19.35%
  • key color value is 27.06%
CMYK:
(0,42,19,27)
C0M42Y19K27 
(0%,42%,19%,27%)
(0.00/0.42/0.19/0.27)	

CMYK percentages

%0
%41.94
%19.35
%27.06

Codes

Color #BA6C96 in popluar color models

BA6C96
RGB186108150
HSL328°36.11%57.65%
HSB/HSV328°41.94%72.94%
CMYK0.00%41.94%19.35%
27.06%

Color #BA6C96 in popluar number systems.

HEXBA6C96
Decimal186108150
Binary10111010110110010010110
Octal272154226

Shades and tints

Shades of #BA6C96

#BA6C96
(186,108,150)
#AA6389
(170,99,137)
#9A5A7C
(154,90,124)
#8A516F
(138,81,111)
#7A4862
(122,72,98)
#6A3F55
(106,63,85)
#5A3648
(90,54,72)
#4A2D3B
(74,45,59)
#3A242E
(58,36,46)
#2A1B21
(42,27,33)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #BA6C96

#BA6C96
(186,108,150)
#C0799F
(192,121,159)
#C686A8
(198,134,168)
#CC93B1
(204,147,177)
#D2A0BA
(210,160,186)
#D8ADC3
(216,173,195)
#DEBACC
(222,186,204)
#E4C7D5
(228,199,213)
#EAD4DE
(234,212,222)
#F0E1E7
(240,225,231)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6C96 color. Also use rgb(186,108,150) instead hex code.

Text Font Color

.myTextColor { color: #BA6C96; }

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

This text font color is #BA6C96.


Background Color

.myBgColor { background-color: #BA6C96; }

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

This div background color is #BA6C96.


Border color

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

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

This div border color is #BA6C96.


Opacity

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

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

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

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

This text has shadow with #BA6C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA6C96 on black background.


Color preview on white background

This text has color #BA6C96 on white background.



Black color preview on #BA6C96 background

This text has black color on #BA6C96 background.


White color preview on #BA6C96 background

This text has white color on #BA6C96 background.