COLOR #BA9EB6

HEX: #BA9EB6
RGB: (186,158,182)

Color info

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

RGB color model

#BA9EB6 color RGB value is (186,158,182).

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

RGB channels and saturation

R 186 of 255 = 73%
G 158 of 255 = 62%
B 182 of 255 = 71%

186
158
182

R + G + B ~ 69%. #BA9EB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 158 + 182 = 526 (100%)
R 186 of 526 ~ 35.36%
G 158 of 526 ~ 30.04%
B 182 of 526 ~ 34.6%

%35.36
%30.04
%34.6

CMYK color model

#BA9EB6 color CMYK value is (0,15,2,27).

  • cyan value is 0.00%
  • magenta value is 15.05%
  • yellow value is 2.15%
  • key color value is 27.06%
CMYK:
(0,15,2,27)
C0M15Y2K27 
(0%,15%,2%,27%)
(0.00/0.15/0.02/0.27)	

CMYK percentages

%0
%15.05
%2.15
%27.06

Codes

Color #BA9EB6 in popluar color models

BA9EB6
RGB186158182
HSL309°16.87%67.45%
HSB/HSV309°15.05%72.94%
CMYK0.00%15.05%2.15%
27.06%

Color #BA9EB6 in popluar number systems.

HEXBA9EB6
Decimal186158182
Binary101110101001111010110110
Octal272236266

Shades and tints

Shades of #BA9EB6

#BA9EB6
(186,158,182)
#AA90A6
(170,144,166)
#9A8296
(154,130,150)
#8A7486
(138,116,134)
#7A6676
(122,102,118)
#6A5866
(106,88,102)
#5A4A56
(90,74,86)
#4A3C46
(74,60,70)
#3A2E36
(58,46,54)
#2A2026
(42,32,38)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #BA9EB6

#BA9EB6
(186,158,182)
#C0A6BC
(192,166,188)
#C6AEC2
(198,174,194)
#CCB6C8
(204,182,200)
#D2BECE
(210,190,206)
#D8C6D4
(216,198,212)
#DECEDA
(222,206,218)
#E4D6E0
(228,214,224)
#EADEE6
(234,222,230)
#F0E6EC
(240,230,236)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9EB6; }

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

This text font color is #BA9EB6.


Background Color

.myBgColor { background-color: #BA9EB6; }

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

This div background color is #BA9EB6.


Border color

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

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

This div border color is #BA9EB6.


Opacity

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

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

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

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

This text has shadow with #BA9EB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9EB6 on black background.


Color preview on white background

This text has color #BA9EB6 on white background.



Black color preview on #BA9EB6 background

This text has black color on #BA9EB6 background.


White color preview on #BA9EB6 background

This text has white color on #BA9EB6 background.