COLOR #BA83A1

HEX: #BA83A1
RGB: (186,131,161)

Color info

#BA83A1 contains red, green and blue colors in about the same proportion. Web safe color of #BA83A1 is #CC9999 (or #C99).

RGB color model

#BA83A1 color RGB value is (186,131,161).

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

RGB channels and saturation

R 186 of 255 = 73%
G 131 of 255 = 51%
B 161 of 255 = 63%

186
131
161

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

Portions of RGB colors in percentages

R + G + B =
186 + 131 + 161 = 478 (100%)
R 186 of 478 ~ 38.91%
G 131 of 478 ~ 27.41%
B 161 of 478 ~ 33.68%

%38.91
%27.41
%33.68

CMYK color model

#BA83A1 color CMYK value is (0,30,13,27).

  • cyan value is 0.00%
  • magenta value is 29.57%
  • yellow value is 13.44%
  • key color value is 27.06%
CMYK:
(0,30,13,27)
C0M30Y13K27 
(0%,30%,13%,27%)
(0.00/0.30/0.13/0.27)	

CMYK percentages

%0
%29.57
%13.44
%27.06

Codes

Color #BA83A1 in popluar color models

BA83A1
RGB186131161
HSL327°28.50%62.16%
HSB/HSV327°29.57%72.94%
CMYK0.00%29.57%13.44%
27.06%

Color #BA83A1 in popluar number systems.

HEXBA83A1
Decimal186131161
Binary101110101000001110100001
Octal272203241

Shades and tints

Shades of #BA83A1

#BA83A1
(186,131,161)
#AA7893
(170,120,147)
#9A6D85
(154,109,133)
#8A6277
(138,98,119)
#7A5769
(122,87,105)
#6A4C5B
(106,76,91)
#5A414D
(90,65,77)
#4A363F
(74,54,63)
#3A2B31
(58,43,49)
#2A2023
(42,32,35)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #BA83A1

#BA83A1
(186,131,161)
#C08EA9
(192,142,169)
#C699B1
(198,153,177)
#CCA4B9
(204,164,185)
#D2AFC1
(210,175,193)
#D8BAC9
(216,186,201)
#DEC5D1
(222,197,209)
#E4D0D9
(228,208,217)
#EADBE1
(234,219,225)
#F0E6E9
(240,230,233)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA83A1; }

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

This text font color is #BA83A1.


Background Color

.myBgColor { background-color: #BA83A1; }

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

This div background color is #BA83A1.


Border color

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

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

This div border color is #BA83A1.


Opacity

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

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

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

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

This text has shadow with #BA83A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA83A1 on black background.


Color preview on white background

This text has color #BA83A1 on white background.



Black color preview on #BA83A1 background

This text has black color on #BA83A1 background.


White color preview on #BA83A1 background

This text has white color on #BA83A1 background.