COLOR #BA88A7

HEX: #BA88A7
RGB: (186,136,167)

Color info

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

RGB color model

#BA88A7 color RGB value is (186,136,167).

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

RGB channels and saturation

R 186 of 255 = 73%
G 136 of 255 = 53%
B 167 of 255 = 65%

186
136
167

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

Portions of RGB colors in percentages

R + G + B =
186 + 136 + 167 = 489 (100%)
R 186 of 489 ~ 38.04%
G 136 of 489 ~ 27.81%
B 167 of 489 ~ 34.15%

%38.04
%27.81
%34.15

CMYK color model

#BA88A7 color CMYK value is (0,27,10,27).

  • cyan value is 0.00%
  • magenta value is 26.88%
  • yellow value is 10.22%
  • key color value is 27.06%
CMYK:
(0,27,10,27)
C0M27Y10K27 
(0%,27%,10%,27%)
(0.00/0.27/0.10/0.27)	

CMYK percentages

%0
%26.88
%10.22
%27.06

Codes

Color #BA88A7 in popluar color models

BA88A7
RGB186136167
HSL323°26.60%63.14%
HSB/HSV323°26.88%72.94%
CMYK0.00%26.88%10.22%
27.06%

Color #BA88A7 in popluar number systems.

HEXBA88A7
Decimal186136167
Binary101110101000100010100111
Octal272210247

Shades and tints

Shades of #BA88A7

#BA88A7
(186,136,167)
#AA7C98
(170,124,152)
#9A7089
(154,112,137)
#8A647A
(138,100,122)
#7A586B
(122,88,107)
#6A4C5C
(106,76,92)
#5A404D
(90,64,77)
#4A343E
(74,52,62)
#3A282F
(58,40,47)
#2A1C20
(42,28,32)
#1A1011
(26,16,17)
#000000
(0,0,0)

Tints of #BA88A7

#BA88A7
(186,136,167)
#C092AF
(192,146,175)
#C69CB7
(198,156,183)
#CCA6BF
(204,166,191)
#D2B0C7
(210,176,199)
#D8BACF
(216,186,207)
#DEC4D7
(222,196,215)
#E4CEDF
(228,206,223)
#EAD8E7
(234,216,231)
#F0E2EF
(240,226,239)
#F6ECF7
(246,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA88A7; }

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

This text font color is #BA88A7.


Background Color

.myBgColor { background-color: #BA88A7; }

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

This div background color is #BA88A7.


Border color

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

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

This div border color is #BA88A7.


Opacity

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

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

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

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

This text has shadow with #BA88A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA88A7 on black background.


Color preview on white background

This text has color #BA88A7 on white background.



Black color preview on #BA88A7 background

This text has black color on #BA88A7 background.


White color preview on #BA88A7 background

This text has white color on #BA88A7 background.