COLOR #BA97DD

HEX: #BA97DD
RGB: (186,151,221)

Color info

#BA97DD contains mainly red and blue colors. Web safe color of #BA97DD is #CC99CC (or #C9C).

RGB color model

#BA97DD color RGB value is (186,151,221).

  • red value is 186;
  • green value is 151;
  • blue value is 221.
RGB:
(186,151,221)
(73%,59%,87%)

RGB channels and saturation

R 186 of 255 = 73%
G 151 of 255 = 59%
B 221 of 255 = 87%

186
151
221

R + G + B ~ 73%. #BA97DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 151 + 221 = 558 (100%)
R 186 of 558 ~ 33.33%
G 151 of 558 ~ 27.06%
B 221 of 558 ~ 39.61%

%33.33
%27.06
%39.61

CMYK color model

#BA97DD color CMYK value is (16,32,0,13).

  • cyan value is 15.84%
  • magenta value is 31.67%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(16,32,0,13)
C16M32Y0K13 
(16%,32%,0%,13%)
(0.16/0.32/0.00/0.13)	

CMYK percentages

%15.84
%31.67
%0
%13.33

Codes

Color #BA97DD in popluar color models

BA97DD
RGB186151221
HSL270°50.72%72.94%
HSB/HSV270°31.67%86.67%
CMYK15.84%31.67%0.00%
13.33%

Color #BA97DD in popluar number systems.

HEXBA97DD
Decimal186151221
Binary101110101001011111011101
Octal272227335

Shades and tints

Shades of #BA97DD

#BA97DD
(186,151,221)
#AA8AC9
(170,138,201)
#9A7DB5
(154,125,181)
#8A70A1
(138,112,161)
#7A638D
(122,99,141)
#6A5679
(106,86,121)
#5A4965
(90,73,101)
#4A3C51
(74,60,81)
#3A2F3D
(58,47,61)
#2A2229
(42,34,41)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #BA97DD

#BA97DD
(186,151,221)
#C0A0E0
(192,160,224)
#C6A9E3
(198,169,227)
#CCB2E6
(204,178,230)
#D2BBE9
(210,187,233)
#D8C4EC
(216,196,236)
#DECDEF
(222,205,239)
#E4D6F2
(228,214,242)
#EADFF5
(234,223,245)
#F0E8F8
(240,232,248)
#F6F1FB
(246,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA97DD color. Also use rgb(186,151,221) instead hex code.

Text Font Color

.myTextColor { color: #BA97DD; }

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

This text font color is #BA97DD.


Background Color

.myBgColor { background-color: #BA97DD; }

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

This div background color is #BA97DD.


Border color

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

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

This div border color is #BA97DD.


Opacity

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

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

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

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

This text has shadow with #BA97DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA97DD on black background.


Color preview on white background

This text has color #BA97DD on white background.



Black color preview on #BA97DD background

This text has black color on #BA97DD background.


White color preview on #BA97DD background

This text has white color on #BA97DD background.