COLOR #BA88A3

HEX: #BA88A3
RGB: (186,136,163)

Color info

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

RGB color model

#BA88A3 color RGB value is (186,136,163).

  • red value is 186;
  • green value is 136;
  • blue value is 163.
RGB:
(186,136,163)
(73%,53%,64%)

RGB channels and saturation

R 186 of 255 = 73%
G 136 of 255 = 53%
B 163 of 255 = 64%

186
136
163

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

Portions of RGB colors in percentages

R + G + B =
186 + 136 + 163 = 485 (100%)
R 186 of 485 ~ 38.35%
G 136 of 485 ~ 28.04%
B 163 of 485 ~ 33.61%

%38.35
%28.04
%33.61

CMYK color model

#BA88A3 color CMYK value is (0,27,12,27).

  • cyan value is 0.00%
  • magenta value is 26.88%
  • yellow value is 12.37%
  • key color value is 27.06%
CMYK:
(0,27,12,27)
C0M27Y12K27 
(0%,27%,12%,27%)
(0.00/0.27/0.12/0.27)	

CMYK percentages

%0
%26.88
%12.37
%27.06

Codes

Color #BA88A3 in popluar color models

BA88A3
RGB186136163
HSL328°26.60%63.14%
HSB/HSV328°26.88%72.94%
CMYK0.00%26.88%12.37%
27.06%

Color #BA88A3 in popluar number systems.

HEXBA88A3
Decimal186136163
Binary101110101000100010100011
Octal272210243

Shades and tints

Shades of #BA88A3

#BA88A3
(186,136,163)
#AA7C95
(170,124,149)
#9A7087
(154,112,135)
#8A6479
(138,100,121)
#7A586B
(122,88,107)
#6A4C5D
(106,76,93)
#5A404F
(90,64,79)
#4A3441
(74,52,65)
#3A2833
(58,40,51)
#2A1C25
(42,28,37)
#1A1017
(26,16,23)
#000000
(0,0,0)

Tints of #BA88A3

#BA88A3
(186,136,163)
#C092AB
(192,146,171)
#C69CB3
(198,156,179)
#CCA6BB
(204,166,187)
#D2B0C3
(210,176,195)
#D8BACB
(216,186,203)
#DEC4D3
(222,196,211)
#E4CEDB
(228,206,219)
#EAD8E3
(234,216,227)
#F0E2EB
(240,226,235)
#F6ECF3
(246,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA88A3 color. Also use rgb(186,136,163) instead hex code.

Text Font Color

.myTextColor { color: #BA88A3; }

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

This text font color is #BA88A3.


Background Color

.myBgColor { background-color: #BA88A3; }

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

This div background color is #BA88A3.


Border color

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

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

This div border color is #BA88A3.


Opacity

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

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

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

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

This text has shadow with #BA88A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA88A3 on black background.


Color preview on white background

This text has color #BA88A3 on white background.



Black color preview on #BA88A3 background

This text has black color on #BA88A3 background.


White color preview on #BA88A3 background

This text has white color on #BA88A3 background.