COLOR #BA88A9

HEX: #BA88A9
RGB: (186,136,169)

Color info

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

RGB color model

#BA88A9 color RGB value is (186,136,169).

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

RGB channels and saturation

R 186 of 255 = 73%
G 136 of 255 = 53%
B 169 of 255 = 66%

186
136
169

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

Portions of RGB colors in percentages

R + G + B =
186 + 136 + 169 = 491 (100%)
R 186 of 491 ~ 37.88%
G 136 of 491 ~ 27.7%
B 169 of 491 ~ 34.42%

%37.88
%27.7
%34.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.88%
  • yellow value is 9.14%
  • key color value is 27.06%
CMYK:
(0,27,9,27)
C0M27Y9K27 
(0%,27%,9%,27%)
(0.00/0.27/0.09/0.27)	

CMYK percentages

%0
%26.88
%9.14
%27.06

Codes

Color #BA88A9 in popluar color models

BA88A9
RGB186136169
HSL320°26.60%63.14%
HSB/HSV320°26.88%72.94%
CMYK0.00%26.88%9.14%
27.06%

Color #BA88A9 in popluar number systems.

HEXBA88A9
Decimal186136169
Binary101110101000100010101001
Octal272210251

Shades and tints

Shades of #BA88A9

#BA88A9
(186,136,169)
#AA7C9A
(170,124,154)
#9A708B
(154,112,139)
#8A647C
(138,100,124)
#7A586D
(122,88,109)
#6A4C5E
(106,76,94)
#5A404F
(90,64,79)
#4A3440
(74,52,64)
#3A2831
(58,40,49)
#2A1C22
(42,28,34)
#1A1013
(26,16,19)
#000000
(0,0,0)

Tints of #BA88A9

#BA88A9
(186,136,169)
#C092B0
(192,146,176)
#C69CB7
(198,156,183)
#CCA6BE
(204,166,190)
#D2B0C5
(210,176,197)
#D8BACC
(216,186,204)
#DEC4D3
(222,196,211)
#E4CEDA
(228,206,218)
#EAD8E1
(234,216,225)
#F0E2E8
(240,226,232)
#F6ECEF
(246,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA88A9; }

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

This text font color is #BA88A9.


Background Color

.myBgColor { background-color: #BA88A9; }

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

This div background color is #BA88A9.


Border color

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

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

This div border color is #BA88A9.


Opacity

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

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

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

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

This text has shadow with #BA88A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA88A9 on black background.


Color preview on white background

This text has color #BA88A9 on white background.



Black color preview on #BA88A9 background

This text has black color on #BA88A9 background.


White color preview on #BA88A9 background

This text has white color on #BA88A9 background.