COLOR #BA96B6

HEX: #BA96B6
RGB: (186,150,182)

Color info

#BA96B6 contains red, green and blue colors in about the same proportion. Web safe color of #BA96B6 is #CC99CC (or #C9C).

RGB color model

#BA96B6 color RGB value is (186,150,182).

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

RGB channels and saturation

R 186 of 255 = 73%
G 150 of 255 = 59%
B 182 of 255 = 71%

186
150
182

R + G + B ~ 68%. #BA96B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 150 + 182 = 518 (100%)
R 186 of 518 ~ 35.91%
G 150 of 518 ~ 28.96%
B 182 of 518 ~ 35.14%

%35.91
%28.96
%35.14

CMYK color model

#BA96B6 color CMYK value is (0,19,2,27).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 2.15%
  • key color value is 27.06%
CMYK:
(0,19,2,27)
C0M19Y2K27 
(0%,19%,2%,27%)
(0.00/0.19/0.02/0.27)	

CMYK percentages

%0
%19.35
%2.15
%27.06

Codes

Color #BA96B6 in popluar color models

BA96B6
RGB186150182
HSL307°20.69%65.88%
HSB/HSV307°19.35%72.94%
CMYK0.00%19.35%2.15%
27.06%

Color #BA96B6 in popluar number systems.

HEXBA96B6
Decimal186150182
Binary101110101001011010110110
Octal272226266

Shades and tints

Shades of #BA96B6

#BA96B6
(186,150,182)
#AA89A6
(170,137,166)
#9A7C96
(154,124,150)
#8A6F86
(138,111,134)
#7A6276
(122,98,118)
#6A5566
(106,85,102)
#5A4856
(90,72,86)
#4A3B46
(74,59,70)
#3A2E36
(58,46,54)
#2A2126
(42,33,38)
#1A1416
(26,20,22)
#000000
(0,0,0)

Tints of #BA96B6

#BA96B6
(186,150,182)
#C09FBC
(192,159,188)
#C6A8C2
(198,168,194)
#CCB1C8
(204,177,200)
#D2BACE
(210,186,206)
#D8C3D4
(216,195,212)
#DECCDA
(222,204,218)
#E4D5E0
(228,213,224)
#EADEE6
(234,222,230)
#F0E7EC
(240,231,236)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA96B6; }

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

This text font color is #BA96B6.


Background Color

.myBgColor { background-color: #BA96B6; }

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

This div background color is #BA96B6.


Border color

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

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

This div border color is #BA96B6.


Opacity

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

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

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

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

This text has shadow with #BA96B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA96B6 on black background.


Color preview on white background

This text has color #BA96B6 on white background.



Black color preview on #BA96B6 background

This text has black color on #BA96B6 background.


White color preview on #BA96B6 background

This text has white color on #BA96B6 background.