COLOR #BA79B9

HEX: #BA79B9
RGB: (186,121,185)

Color info

#BA79B9 contains mainly red and blue colors. Web safe color of #BA79B9 is #CC66CC (or #C6C).

RGB color model

#BA79B9 color RGB value is (186,121,185).

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

RGB channels and saturation

R 186 of 255 = 73%
G 121 of 255 = 47%
B 185 of 255 = 73%

186
121
185

R + G + B ~ 64%. #BA79B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 121 + 185 = 492 (100%)
R 186 of 492 ~ 37.8%
G 121 of 492 ~ 24.59%
B 185 of 492 ~ 37.6%

%37.8
%24.59
%37.6

CMYK color model

#BA79B9 color CMYK value is (0,35,1,27).

  • cyan value is 0.00%
  • magenta value is 34.95%
  • yellow value is 0.54%
  • key color value is 27.06%
CMYK:
(0,35,1,27)
C0M35Y1K27 
(0%,35%,1%,27%)
(0.00/0.35/0.01/0.27)	

CMYK percentages

%0
%34.95
%0.54
%27.06

Codes

Color #BA79B9 in popluar color models

BA79B9
RGB186121185
HSL301°32.02%60.20%
HSB/HSV301°34.95%72.94%
CMYK0.00%34.95%0.54%
27.06%

Color #BA79B9 in popluar number systems.

HEXBA79B9
Decimal186121185
Binary10111010111100110111001
Octal272171271

Shades and tints

Shades of #BA79B9

#BA79B9
(186,121,185)
#AA6EA9
(170,110,169)
#9A6399
(154,99,153)
#8A5889
(138,88,137)
#7A4D79
(122,77,121)
#6A4269
(106,66,105)
#5A3759
(90,55,89)
#4A2C49
(74,44,73)
#3A2139
(58,33,57)
#2A1629
(42,22,41)
#1A0B19
(26,11,25)
#000000
(0,0,0)

Tints of #BA79B9

#BA79B9
(186,121,185)
#C085BF
(192,133,191)
#C691C5
(198,145,197)
#CC9DCB
(204,157,203)
#D2A9D1
(210,169,209)
#D8B5D7
(216,181,215)
#DEC1DD
(222,193,221)
#E4CDE3
(228,205,227)
#EAD9E9
(234,217,233)
#F0E5EF
(240,229,239)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA79B9; }

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

This text font color is #BA79B9.


Background Color

.myBgColor { background-color: #BA79B9; }

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

This div background color is #BA79B9.


Border color

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

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

This div border color is #BA79B9.


Opacity

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

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

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

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

This text has shadow with #BA79B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA79B9 on black background.


Color preview on white background

This text has color #BA79B9 on white background.



Black color preview on #BA79B9 background

This text has black color on #BA79B9 background.


White color preview on #BA79B9 background

This text has white color on #BA79B9 background.