COLOR #BA8DC7

HEX: #BA8DC7 RGB: (186,141,199)

Color info

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

RGB color model

#BA8DC7 color RGB value is (186,141,199).

RGB: (186,141,199) (73%, 55%, 78%)

RGB channels and saturation

R 186 of 255 = 73%
G 141 of 255 = 55%
B 199 of 255 = 78%

186
141
199

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

Portions of RGB colors in percentages

R + G + B = 186 + 141 + 199 = 526 (100%)
R 186 of 526 ~ 35.36%
G 141 of 526 ~ 26.81%
B 199 of 526 ~ 37.83'%

%35.36
%26.81
%37.83

CMYK color model

#BA8DC7 color CMYK value is (7,29,0,22).

  • cyan value is 6.53%
  • magenta value is 29.15%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (7,29,0,22)
C7M29Y0K22 (7%, 29%, 0%, 22%)
(0.07 / 0.29 / 0.00 / 0.22)

CMYK percentages

%6.53
%29.15
%0
%21.96

Codes

Color #BA8DC7 in popluar color models

BA 8D C7
RGB 186 141 199
HSL 287° 34.12% 66.67%
HSB/HSV 287° 29.15% 78.04%
CMYK 6.53% 29.15% 0.00%
21.96%

Color #BA8DC7 in popluar number systems.

HEX BA 8D C7
Decimal 186 141 199
Binary 10111010 10001101 11000111
Octal 272 215 307

Shades and tints

Shades of #BA8DC7

#BA8DC7
(186,141,199)
#AA81B5
(170,129,181)
#9A75A3
(154,117,163)
#8A6991
(138,105,145)
#7A5D7F
(122,93,127)
#6A516D
(106,81,109)
#5A455B
(90,69,91)
#4A3949
(74,57,73)
#3A2D37
(58,45,55)
#2A2125
(42,33,37)
#1A1513
(26,21,19)
#000000
(0,0,0)

Tints of #BA8DC7

#BA8DC7
(186,141,199)
#C097CC
(192,151,204)
#C6A1D1
(198,161,209)
#CCABD6
(204,171,214)
#D2B5DB
(210,181,219)
#D8BFE0
(216,191,224)
#DEC9E5
(222,201,229)
#E4D3EA
(228,211,234)
#EADDEF
(234,221,239)
#F0E7F4
(240,231,244)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA8DC7 color. Also use rgb(186,141,199) instead hex code.

Text Font Color

.myTextColor { color: #BA8DC7; }

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

This text font color is #BA8DC7.

Background Color

.myBgColor { background-color: #BA8DC7; }

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

This div background color is #BA8DC7.

Border color

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

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

This div border color is #BA8DC7.

Opacity

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

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

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

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

This text has shadow with #BA8DC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA8DC7.

Preview

Color preview on black background

This text has color #BA8DC7 on black background.


Color preview on white background

This text has color #BA8DC7 on white background.


Black color preview on #BA8DC7 background

This text has black color on #BA8DC7 background.


White color preview on #BA8DC7 background

This text has white color on #BA8DC7 background.


Related colors

Complementary color

Complementary color for #hex is #457238.


I love getcolorcode.com

Triadic colors

1 #C7BA8D and #8DC7BA with #BA8DC7 are triadic colors.

2 #C78DBA and #8DBAC7 with #BA8DC7 are triadic colors.