COLOR #BA7DA9

HEX: #BA7DA9 RGB: (186,125,169)

Color info

#BA7DA9 contains mainly red and blue colors. Web safe color of #BA7DA9 is #CC6699 (or #C69).

RGB color model

#BA7DA9 color RGB value is (186,125,169).

RGB: (186,125,169) (73%, 49%, 66%)

RGB channels and saturation

R 186 of 255 = 73%
G 125 of 255 = 49%
B 169 of 255 = 66%

186
125
169

R + G + B ~ 63%. #BA7DA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 125 + 169 = 480 (100%)
R 186 of 480 ~ 38.75%
G 125 of 480 ~ 26.04%
B 169 of 480 ~ 35.21'%

%38.75
%26.04
%35.21

CMYK color model

#BA7DA9 color CMYK value is (0,33,9,27).

  • cyan value is 0.00%
  • magenta value is 32.80%
  • yellow value is 9.14%
  • key color value is 27.06%

CMYK: (0,33,9,27)
C0M33Y9K27 (0%, 33%, 9%, 27%)
(0.00 / 0.33 / 0.09 / 0.27)

CMYK percentages

%0
%32.8
%9.14
%27.06

Codes

Color #BA7DA9 in popluar color models

BA 7D A9
RGB 186 125 169
HSL 317° 30.65% 60.98%
HSB/HSV 317° 32.80% 72.94%
CMYK 0.00% 32.80% 9.14%
27.06%

Color #BA7DA9 in popluar number systems.

HEX BA 7D A9
Decimal 186 125 169
Binary 10111010 1111101 10101001
Octal 272 175 251

Shades and tints

Shades of #BA7DA9

#BA7DA9
(186,125,169)
#AA729A
(170,114,154)
#9A678B
(154,103,139)
#8A5C7C
(138,92,124)
#7A516D
(122,81,109)
#6A465E
(106,70,94)
#5A3B4F
(90,59,79)
#4A3040
(74,48,64)
#3A2531
(58,37,49)
#2A1A22
(42,26,34)
#1A0F13
(26,15,19)
#000000
(0,0,0)

Tints of #BA7DA9

#BA7DA9
(186,125,169)
#C088B0
(192,136,176)
#C693B7
(198,147,183)
#CC9EBE
(204,158,190)
#D2A9C5
(210,169,197)
#D8B4CC
(216,180,204)
#DEBFD3
(222,191,211)
#E4CADA
(228,202,218)
#EAD5E1
(234,213,225)
#F0E0E8
(240,224,232)
#F6EBEF
(246,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA7DA9 color. Also use rgb(186,125,169) instead hex code.

Text Font Color

.myTextColor { color: #BA7DA9; }

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

This text font color is #BA7DA9.

Background Color

.myBgColor { background-color: #BA7DA9; }

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

This div background color is #BA7DA9.

Border color

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

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

This div border color is #BA7DA9.

Opacity

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

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

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

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

This text has shadow with #BA7DA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA7DA9.

Preview

Color preview on black background

This text has color #BA7DA9 on black background.


Color preview on white background

This text has color #BA7DA9 on white background.


Black color preview on #BA7DA9 background

This text has black color on #BA7DA9 background.


White color preview on #BA7DA9 background

This text has white color on #BA7DA9 background.


Related colors

Complementary color

Complementary color for #hex is #458256.


I love getcolorcode.com

Triadic colors

1 #A9BA7D and #7DA9BA with #BA7DA9 are triadic colors.

2 #A97DBA and #7DBAA9 with #BA7DA9 are triadic colors.