COLOR #BA78A0

HEX: #BA78A0
RGB: (186,120,160)

Color info

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

RGB color model

#BA78A0 color RGB value is (186,120,160).

  • red value is 186;
  • green value is 120;
  • blue value is 160.
RGB:
(186,120,160)
(73%,47%,63%)

RGB channels and saturation

R 186 of 255 = 73%
G 120 of 255 = 47%
B 160 of 255 = 63%

186
120
160

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

Portions of RGB colors in percentages

R + G + B =
186 + 120 + 160 = 466 (100%)
R 186 of 466 ~ 39.91%
G 120 of 466 ~ 25.75%
B 160 of 466 ~ 34.33%

%39.91
%25.75
%34.33

CMYK color model

#BA78A0 color CMYK value is (0,35,14,27).

  • cyan value is 0.00%
  • magenta value is 35.48%
  • yellow value is 13.98%
  • key color value is 27.06%
CMYK:
(0,35,14,27)
C0M35Y14K27 
(0%,35%,14%,27%)
(0.00/0.35/0.14/0.27)	

CMYK percentages

%0
%35.48
%13.98
%27.06

Codes

Color #BA78A0 in popluar color models

BA78A0
RGB186120160
HSL324°32.35%60.00%
HSB/HSV324°35.48%72.94%
CMYK0.00%35.48%13.98%
27.06%

Color #BA78A0 in popluar number systems.

HEXBA78A0
Decimal186120160
Binary10111010111100010100000
Octal272170240

Shades and tints

Shades of #BA78A0

#BA78A0
(186,120,160)
#AA6E92
(170,110,146)
#9A6484
(154,100,132)
#8A5A76
(138,90,118)
#7A5068
(122,80,104)
#6A465A
(106,70,90)
#5A3C4C
(90,60,76)
#4A323E
(74,50,62)
#3A2830
(58,40,48)
#2A1E22
(42,30,34)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #BA78A0

#BA78A0
(186,120,160)
#C084A8
(192,132,168)
#C690B0
(198,144,176)
#CC9CB8
(204,156,184)
#D2A8C0
(210,168,192)
#D8B4C8
(216,180,200)
#DEC0D0
(222,192,208)
#E4CCD8
(228,204,216)
#EAD8E0
(234,216,224)
#F0E4E8
(240,228,232)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA78A0 color. Also use rgb(186,120,160) instead hex code.

Text Font Color

.myTextColor { color: #BA78A0; }

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

This text font color is #BA78A0.


Background Color

.myBgColor { background-color: #BA78A0; }

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

This div background color is #BA78A0.


Border color

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

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

This div border color is #BA78A0.


Opacity

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

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

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

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

This text has shadow with #BA78A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA78A0 on black background.


Color preview on white background

This text has color #BA78A0 on white background.



Black color preview on #BA78A0 background

This text has black color on #BA78A0 background.


White color preview on #BA78A0 background

This text has white color on #BA78A0 background.