COLOR #BA9DBE

HEX: #BA9DBE
RGB: (186,157,190)

Color info

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

RGB color model

#BA9DBE color RGB value is (186,157,190).

  • red value is 186;
  • green value is 157;
  • blue value is 190.
RGB:
(186,157,190)
(73%,62%,75%)

RGB channels and saturation

R 186 of 255 = 73%
G 157 of 255 = 62%
B 190 of 255 = 75%

186
157
190

R + G + B ~ 70%. #BA9DBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 157 + 190 = 533 (100%)
R 186 of 533 ~ 34.9%
G 157 of 533 ~ 29.46%
B 190 of 533 ~ 35.65%

%34.9
%29.46
%35.65

CMYK color model

#BA9DBE color CMYK value is (2,17,0,25).

  • cyan value is 2.11%
  • magenta value is 17.37%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(2,17,0,25)
C2M17Y0K25 
(2%,17%,0%,25%)
(0.02/0.17/0.00/0.25)	

CMYK percentages

%2.11
%17.37
%0
%25.49

Codes

Color #BA9DBE in popluar color models

BA9DBE
RGB186157190
HSL293°20.25%68.04%
HSB/HSV293°17.37%74.51%
CMYK2.11%17.37%0.00%
25.49%

Color #BA9DBE in popluar number systems.

HEXBA9DBE
Decimal186157190
Binary101110101001110110111110
Octal272235276

Shades and tints

Shades of #BA9DBE

#BA9DBE
(186,157,190)
#AA8FAD
(170,143,173)
#9A819C
(154,129,156)
#8A738B
(138,115,139)
#7A657A
(122,101,122)
#6A5769
(106,87,105)
#5A4958
(90,73,88)
#4A3B47
(74,59,71)
#3A2D36
(58,45,54)
#2A1F25
(42,31,37)
#1A1114
(26,17,20)
#000000
(0,0,0)

Tints of #BA9DBE

#BA9DBE
(186,157,190)
#C0A5C3
(192,165,195)
#C6ADC8
(198,173,200)
#CCB5CD
(204,181,205)
#D2BDD2
(210,189,210)
#D8C5D7
(216,197,215)
#DECDDC
(222,205,220)
#E4D5E1
(228,213,225)
#EADDE6
(234,221,230)
#F0E5EB
(240,229,235)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA9DBE color. Also use rgb(186,157,190) instead hex code.

Text Font Color

.myTextColor { color: #BA9DBE; }

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

This text font color is #BA9DBE.


Background Color

.myBgColor { background-color: #BA9DBE; }

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

This div background color is #BA9DBE.


Border color

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

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

This div border color is #BA9DBE.


Opacity

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

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

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

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

This text has shadow with #BA9DBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9DBE on black background.


Color preview on white background

This text has color #BA9DBE on white background.



Black color preview on #BA9DBE background

This text has black color on #BA9DBE background.


White color preview on #BA9DBE background

This text has white color on #BA9DBE background.