COLOR #BA99C9

HEX: #BA99C9
RGB: (186,153,201)

Color info

#BA99C9 contains red, green and blue colors in about the same proportion. Web safe color of #BA99C9 is #CC99CC (or #C9C).

RGB color model

#BA99C9 color RGB value is (186,153,201).

  • red value is 186;
  • green value is 153;
  • blue value is 201.
RGB:
(186,153,201)
(73%,60%,79%)

RGB channels and saturation

R 186 of 255 = 73%
G 153 of 255 = 60%
B 201 of 255 = 79%

186
153
201

R + G + B ~ 71%. #BA99C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 153 + 201 = 540 (100%)
R 186 of 540 ~ 34.44%
G 153 of 540 ~ 28.33%
B 201 of 540 ~ 37.22%

%34.44
%28.33
%37.22

CMYK color model

#BA99C9 color CMYK value is (7,24,0,21).

  • cyan value is 7.46%
  • magenta value is 23.88%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(7,24,0,21)
C7M24Y0K21 
(7%,24%,0%,21%)
(0.07/0.24/0.00/0.21)	

CMYK percentages

%7.46
%23.88
%0
%21.18

Codes

Color #BA99C9 in popluar color models

BA99C9
RGB186153201
HSL281°30.77%69.41%
HSB/HSV281°23.88%78.82%
CMYK7.46%23.88%0.00%
21.18%

Color #BA99C9 in popluar number systems.

HEXBA99C9
Decimal186153201
Binary101110101001100111001001
Octal272231311

Shades and tints

Shades of #BA99C9

#BA99C9
(186,153,201)
#AA8CB7
(170,140,183)
#9A7FA5
(154,127,165)
#8A7293
(138,114,147)
#7A6581
(122,101,129)
#6A586F
(106,88,111)
#5A4B5D
(90,75,93)
#4A3E4B
(74,62,75)
#3A3139
(58,49,57)
#2A2427
(42,36,39)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #BA99C9

#BA99C9
(186,153,201)
#C0A2CD
(192,162,205)
#C6ABD1
(198,171,209)
#CCB4D5
(204,180,213)
#D2BDD9
(210,189,217)
#D8C6DD
(216,198,221)
#DECFE1
(222,207,225)
#E4D8E5
(228,216,229)
#EAE1E9
(234,225,233)
#F0EAED
(240,234,237)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA99C9 color. Also use rgb(186,153,201) instead hex code.

Text Font Color

.myTextColor { color: #BA99C9; }

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

This text font color is #BA99C9.


Background Color

.myBgColor { background-color: #BA99C9; }

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

This div background color is #BA99C9.


Border color

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

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

This div border color is #BA99C9.


Opacity

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

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

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

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

This text has shadow with #BA99C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA99C9 on black background.


Color preview on white background

This text has color #BA99C9 on white background.



Black color preview on #BA99C9 background

This text has black color on #BA99C9 background.


White color preview on #BA99C9 background

This text has white color on #BA99C9 background.