COLOR #BA83AE

HEX: #BA83AE
RGB: (186,131,174)

Color info

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

RGB color model

#BA83AE color RGB value is (186,131,174).

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

RGB channels and saturation

R 186 of 255 = 73%
G 131 of 255 = 51%
B 174 of 255 = 68%

186
131
174

R + G + B ~ 64%. #BA83AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 131 + 174 = 491 (100%)
R 186 of 491 ~ 37.88%
G 131 of 491 ~ 26.68%
B 174 of 491 ~ 35.44%

%37.88
%26.68
%35.44

CMYK color model

#BA83AE color CMYK value is (0,30,6,27).

  • cyan value is 0.00%
  • magenta value is 29.57%
  • yellow value is 6.45%
  • key color value is 27.06%
CMYK:
(0,30,6,27)
C0M30Y6K27 
(0%,30%,6%,27%)
(0.00/0.30/0.06/0.27)	

CMYK percentages

%0
%29.57
%6.45
%27.06

Codes

Color #BA83AE in popluar color models

BA83AE
RGB186131174
HSL313°28.50%62.16%
HSB/HSV313°29.57%72.94%
CMYK0.00%29.57%6.45%
27.06%

Color #BA83AE in popluar number systems.

HEXBA83AE
Decimal186131174
Binary101110101000001110101110
Octal272203256

Shades and tints

Shades of #BA83AE

#BA83AE
(186,131,174)
#AA789F
(170,120,159)
#9A6D90
(154,109,144)
#8A6281
(138,98,129)
#7A5772
(122,87,114)
#6A4C63
(106,76,99)
#5A4154
(90,65,84)
#4A3645
(74,54,69)
#3A2B36
(58,43,54)
#2A2027
(42,32,39)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #BA83AE

#BA83AE
(186,131,174)
#C08EB5
(192,142,181)
#C699BC
(198,153,188)
#CCA4C3
(204,164,195)
#D2AFCA
(210,175,202)
#D8BAD1
(216,186,209)
#DEC5D8
(222,197,216)
#E4D0DF
(228,208,223)
#EADBE6
(234,219,230)
#F0E6ED
(240,230,237)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA83AE; }

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

This text font color is #BA83AE.


Background Color

.myBgColor { background-color: #BA83AE; }

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

This div background color is #BA83AE.


Border color

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

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

This div border color is #BA83AE.


Opacity

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

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

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

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

This text has shadow with #BA83AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA83AE on black background.


Color preview on white background

This text has color #BA83AE on white background.



Black color preview on #BA83AE background

This text has black color on #BA83AE background.


White color preview on #BA83AE background

This text has white color on #BA83AE background.