COLOR #BA79A6

HEX: #BA79A6
RGB: (186,121,166)

Color info

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

RGB color model

#BA79A6 color RGB value is (186,121,166).

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

RGB channels and saturation

R 186 of 255 = 73%
G 121 of 255 = 47%
B 166 of 255 = 65%

186
121
166

R + G + B ~ 62%. #BA79A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 121 + 166 = 473 (100%)
R 186 of 473 ~ 39.32%
G 121 of 473 ~ 25.58%
B 166 of 473 ~ 35.1%

%39.32
%25.58
%35.1

CMYK color model

#BA79A6 color CMYK value is (0,35,11,27).

  • cyan value is 0.00%
  • magenta value is 34.95%
  • yellow value is 10.75%
  • key color value is 27.06%
CMYK:
(0,35,11,27)
C0M35Y11K27 
(0%,35%,11%,27%)
(0.00/0.35/0.11/0.27)	

CMYK percentages

%0
%34.95
%10.75
%27.06

Codes

Color #BA79A6 in popluar color models

BA79A6
RGB186121166
HSL318°32.02%60.20%
HSB/HSV318°34.95%72.94%
CMYK0.00%34.95%10.75%
27.06%

Color #BA79A6 in popluar number systems.

HEXBA79A6
Decimal186121166
Binary10111010111100110100110
Octal272171246

Shades and tints

Shades of #BA79A6

#BA79A6
(186,121,166)
#AA6E97
(170,110,151)
#9A6388
(154,99,136)
#8A5879
(138,88,121)
#7A4D6A
(122,77,106)
#6A425B
(106,66,91)
#5A374C
(90,55,76)
#4A2C3D
(74,44,61)
#3A212E
(58,33,46)
#2A161F
(42,22,31)
#1A0B10
(26,11,16)
#000000
(0,0,0)

Tints of #BA79A6

#BA79A6
(186,121,166)
#C085AE
(192,133,174)
#C691B6
(198,145,182)
#CC9DBE
(204,157,190)
#D2A9C6
(210,169,198)
#D8B5CE
(216,181,206)
#DEC1D6
(222,193,214)
#E4CDDE
(228,205,222)
#EAD9E6
(234,217,230)
#F0E5EE
(240,229,238)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA79A6; }

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

This text font color is #BA79A6.


Background Color

.myBgColor { background-color: #BA79A6; }

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

This div background color is #BA79A6.


Border color

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

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

This div border color is #BA79A6.


Opacity

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

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

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

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

This text has shadow with #BA79A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA79A6 on black background.


Color preview on white background

This text has color #BA79A6 on white background.



Black color preview on #BA79A6 background

This text has black color on #BA79A6 background.


White color preview on #BA79A6 background

This text has white color on #BA79A6 background.