COLOR #BAA3C5

HEX: #BAA3C5
RGB: (186,163,197)

Color info

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

RGB color model

#BAA3C5 color RGB value is (186,163,197).

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

RGB channels and saturation

R 186 of 255 = 73%
G 163 of 255 = 64%
B 197 of 255 = 77%

186
163
197

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

Portions of RGB colors in percentages

R + G + B =
186 + 163 + 197 = 546 (100%)
R 186 of 546 ~ 34.07%
G 163 of 546 ~ 29.85%
B 197 of 546 ~ 36.08%

%34.07
%29.85
%36.08

CMYK color model

#BAA3C5 color CMYK value is (6,17,0,23).

  • cyan value is 5.58%
  • magenta value is 17.26%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(6,17,0,23)
C6M17Y0K23 
(6%,17%,0%,23%)
(0.06/0.17/0.00/0.23)	

CMYK percentages

%5.58
%17.26
%0
%22.75

Codes

Color #BAA3C5 in popluar color models

BAA3C5
RGB186163197
HSL281°22.67%70.59%
HSB/HSV281°17.26%77.25%
CMYK5.58%17.26%0.00%
22.75%

Color #BAA3C5 in popluar number systems.

HEXBAA3C5
Decimal186163197
Binary101110101010001111000101
Octal272243305

Shades and tints

Shades of #BAA3C5

#BAA3C5
(186,163,197)
#AA95B4
(170,149,180)
#9A87A3
(154,135,163)
#8A7992
(138,121,146)
#7A6B81
(122,107,129)
#6A5D70
(106,93,112)
#5A4F5F
(90,79,95)
#4A414E
(74,65,78)
#3A333D
(58,51,61)
#2A252C
(42,37,44)
#1A171B
(26,23,27)
#000000
(0,0,0)

Tints of #BAA3C5

#BAA3C5
(186,163,197)
#C0ABCA
(192,171,202)
#C6B3CF
(198,179,207)
#CCBBD4
(204,187,212)
#D2C3D9
(210,195,217)
#D8CBDE
(216,203,222)
#DED3E3
(222,211,227)
#E4DBE8
(228,219,232)
#EAE3ED
(234,227,237)
#F0EBF2
(240,235,242)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA3C5; }

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

This text font color is #BAA3C5.


Background Color

.myBgColor { background-color: #BAA3C5; }

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

This div background color is #BAA3C5.


Border color

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

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

This div border color is #BAA3C5.


Opacity

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

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

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

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

This text has shadow with #BAA3C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA3C5 on black background.


Color preview on white background

This text has color #BAA3C5 on white background.



Black color preview on #BAA3C5 background

This text has black color on #BAA3C5 background.


White color preview on #BAA3C5 background

This text has white color on #BAA3C5 background.