COLOR #BA7EAA

HEX: #BA7EAA RGB: (186,126,170)

Color info

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

RGB color model

#BA7EAA color RGB value is (186,126,170).

RGB: (186,126,170) (73%, 49%, 67%)

RGB channels and saturation

R 186 of 255 = 73%
G 126 of 255 = 49%
B 170 of 255 = 67%

186
126
170

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

Portions of RGB colors in percentages

R + G + B = 186 + 126 + 170 = 482 (100%)
R 186 of 482 ~ 38.59%
G 126 of 482 ~ 26.14%
B 170 of 482 ~ 35.27'%

%38.59
%26.14
%35.27

CMYK color model

#BA7EAA color CMYK value is (0,32,9,27).

  • cyan value is 0.00%
  • magenta value is 32.26%
  • yellow value is 8.60%
  • key color value is 27.06%
CMYK: (0,32,9,27) C0M32Y9K27 (0%,32%,9%,27%) (0.00/0.32/0.09/0.27) 

CMYK percentages

%0
%32.26
%8.6
%27.06

Codes

Color #BA7EAA in popluar color models

BA 7E AA
RGB 186 126 170
HSL 316° 30.30% 61.18%
HSB/HSV 316° 32.26% 72.94%
CMYK 0.00% 32.26% 8.60%
27.06%

Color #BA7EAA in popluar number systems.

HEX BA 7E AA
Decimal 186 126 170
Binary 10111010 1111110 10101010
Octal 272 176 252

Shades and tints

Shades of #BA7EAA

#BA7EAA
(186,126,170)
#AA739B
(170,115,155)
#9A688C
(154,104,140)
#8A5D7D
(138,93,125)
#7A526E
(122,82,110)
#6A475F
(106,71,95)
#5A3C50
(90,60,80)
#4A3141
(74,49,65)
#3A2632
(58,38,50)
#2A1B23
(42,27,35)
#1A1014
(26,16,20)
#000000
(0,0,0)

Tints of #BA7EAA

#BA7EAA
(186,126,170)
#C089B1
(192,137,177)
#C694B8
(198,148,184)
#CC9FBF
(204,159,191)
#D2AAC6
(210,170,198)
#D8B5CD
(216,181,205)
#DEC0D4
(222,192,212)
#E4CBDB
(228,203,219)
#EAD6E2
(234,214,226)
#F0E1E9
(240,225,233)
#F6ECF0
(246,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA7EAA color. Also use rgb(186,126,170) instead hex code.

Text Font Color

.myTextColor { color: #BA7EAA; }

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

This text font color is #BA7EAA.

Background Color

.myBgColor { background-color: #BA7EAA; }

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

This div background color is #BA7EAA.

Border color

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

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

This div border color is #BA7EAA.

Opacity

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

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

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

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

This text has shadow with #BA7EAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA7EAA.

Preview

Color preview on black background

This text has color #BA7EAA on black background.


Color preview on white background

This text has color #BA7EAA on white background.


Black color preview on #BA7EAA background

This text has black color on #BA7EAA background.


White color preview on #BA7EAA background

This text has white color on #BA7EAA background.


Related colors

Complementary color

Complementary color for #hex is #458155.


I love getcolorcode.com

Triadic colors

1 #AABA7E and #7EAABA with #BA7EAA are triadic colors.

2 #AA7EBA and #7EBAAA with #BA7EAA are triadic colors.