COLOR #BA7EA1

HEX: #BA7EA1
RGB: (186,126,161)

Color info

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

RGB color model

#BA7EA1 color RGB value is (186,126,161).

  • red value is 186;
  • green value is 126;
  • blue value is 161.
RGB:
(186,126,161)
(73%,49%,63%)

RGB channels and saturation

R 186 of 255 = 73%
G 126 of 255 = 49%
B 161 of 255 = 63%

186
126
161

R + G + B ~ 62%. #BA7EA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 126 + 161 = 473 (100%)
R 186 of 473 ~ 39.32%
G 126 of 473 ~ 26.64%
B 161 of 473 ~ 34.04%

%39.32
%26.64
%34.04

CMYK color model

#BA7EA1 color CMYK value is (0,32,13,27).

  • cyan value is 0.00%
  • magenta value is 32.26%
  • yellow value is 13.44%
  • key color value is 27.06%
CMYK:
(0,32,13,27)
C0M32Y13K27 
(0%,32%,13%,27%)
(0.00/0.32/0.13/0.27)	

CMYK percentages

%0
%32.26
%13.44
%27.06

Codes

Color #BA7EA1 in popluar color models

BA7EA1
RGB186126161
HSL325°30.30%61.18%
HSB/HSV325°32.26%72.94%
CMYK0.00%32.26%13.44%
27.06%

Color #BA7EA1 in popluar number systems.

HEXBA7EA1
Decimal186126161
Binary10111010111111010100001
Octal272176241

Shades and tints

Shades of #BA7EA1

#BA7EA1
(186,126,161)
#AA7393
(170,115,147)
#9A6885
(154,104,133)
#8A5D77
(138,93,119)
#7A5269
(122,82,105)
#6A475B
(106,71,91)
#5A3C4D
(90,60,77)
#4A313F
(74,49,63)
#3A2631
(58,38,49)
#2A1B23
(42,27,35)
#1A1015
(26,16,21)
#000000
(0,0,0)

Tints of #BA7EA1

#BA7EA1
(186,126,161)
#C089A9
(192,137,169)
#C694B1
(198,148,177)
#CC9FB9
(204,159,185)
#D2AAC1
(210,170,193)
#D8B5C9
(216,181,201)
#DEC0D1
(222,192,209)
#E4CBD9
(228,203,217)
#EAD6E1
(234,214,225)
#F0E1E9
(240,225,233)
#F6ECF1
(246,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7EA1; }

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

This text font color is #BA7EA1.


Background Color

.myBgColor { background-color: #BA7EA1; }

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

This div background color is #BA7EA1.


Border color

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

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

This div border color is #BA7EA1.


Opacity

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

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

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

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

This text has shadow with #BA7EA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7EA1 on black background.


Color preview on white background

This text has color #BA7EA1 on white background.



Black color preview on #BA7EA1 background

This text has black color on #BA7EA1 background.


White color preview on #BA7EA1 background

This text has white color on #BA7EA1 background.