COLOR #BA6CA6

HEX: #BA6CA6
RGB: (186,108,166)

Color info

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

RGB color model

#BA6CA6 color RGB value is (186,108,166).

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

RGB channels and saturation

R 186 of 255 = 73%
G 108 of 255 = 42%
B 166 of 255 = 65%

186
108
166

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

Portions of RGB colors in percentages

R + G + B =
186 + 108 + 166 = 460 (100%)
R 186 of 460 ~ 40.43%
G 108 of 460 ~ 23.48%
B 166 of 460 ~ 36.09%

%40.43
%23.48
%36.09

CMYK color model

#BA6CA6 color CMYK value is (0,42,11,27).

  • cyan value is 0.00%
  • magenta value is 41.94%
  • yellow value is 10.75%
  • key color value is 27.06%
CMYK:
(0,42,11,27)
C0M42Y11K27 
(0%,42%,11%,27%)
(0.00/0.42/0.11/0.27)	

CMYK percentages

%0
%41.94
%10.75
%27.06

Codes

Color #BA6CA6 in popluar color models

BA6CA6
RGB186108166
HSL315°36.11%57.65%
HSB/HSV315°41.94%72.94%
CMYK0.00%41.94%10.75%
27.06%

Color #BA6CA6 in popluar number systems.

HEXBA6CA6
Decimal186108166
Binary10111010110110010100110
Octal272154246

Shades and tints

Shades of #BA6CA6

#BA6CA6
(186,108,166)
#AA6397
(170,99,151)
#9A5A88
(154,90,136)
#8A5179
(138,81,121)
#7A486A
(122,72,106)
#6A3F5B
(106,63,91)
#5A364C
(90,54,76)
#4A2D3D
(74,45,61)
#3A242E
(58,36,46)
#2A1B1F
(42,27,31)
#1A1210
(26,18,16)
#000000
(0,0,0)

Tints of #BA6CA6

#BA6CA6
(186,108,166)
#C079AE
(192,121,174)
#C686B6
(198,134,182)
#CC93BE
(204,147,190)
#D2A0C6
(210,160,198)
#D8ADCE
(216,173,206)
#DEBAD6
(222,186,214)
#E4C7DE
(228,199,222)
#EAD4E6
(234,212,230)
#F0E1EE
(240,225,238)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA6CA6; }

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

This text font color is #BA6CA6.


Background Color

.myBgColor { background-color: #BA6CA6; }

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

This div background color is #BA6CA6.


Border color

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

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

This div border color is #BA6CA6.


Opacity

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

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

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

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

This text has shadow with #BA6CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA6CA6 on black background.


Color preview on white background

This text has color #BA6CA6 on white background.



Black color preview on #BA6CA6 background

This text has black color on #BA6CA6 background.


White color preview on #BA6CA6 background

This text has white color on #BA6CA6 background.