COLOR #BAA6D5

HEX: #BAA6D5
RGB: (186,166,213)

Color info

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

RGB color model

#BAA6D5 color RGB value is (186,166,213).

  • red value is 186;
  • green value is 166;
  • blue value is 213.
RGB:
(186,166,213)
(73%,65%,84%)

RGB channels and saturation

R 186 of 255 = 73%
G 166 of 255 = 65%
B 213 of 255 = 84%

186
166
213

R + G + B ~ 74%. #BAA6D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 166 + 213 = 565 (100%)
R 186 of 565 ~ 32.92%
G 166 of 565 ~ 29.38%
B 213 of 565 ~ 37.7%

%32.92
%29.38
%37.7

CMYK color model

#BAA6D5 color CMYK value is (13,22,0,16).

  • cyan value is 12.68%
  • magenta value is 22.07%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(13,22,0,16)
C13M22Y0K16 
(13%,22%,0%,16%)
(0.13/0.22/0.00/0.16)	

CMYK percentages

%12.68
%22.07
%0
%16.47

Codes

Color #BAA6D5 in popluar color models

BAA6D5
RGB186166213
HSL266°35.88%74.31%
HSB/HSV266°22.07%83.53%
CMYK12.68%22.07%0.00%
16.47%

Color #BAA6D5 in popluar number systems.

HEXBAA6D5
Decimal186166213
Binary101110101010011011010101
Octal272246325

Shades and tints

Shades of #BAA6D5

#BAA6D5
(186,166,213)
#AA97C2
(170,151,194)
#9A88AF
(154,136,175)
#8A799C
(138,121,156)
#7A6A89
(122,106,137)
#6A5B76
(106,91,118)
#5A4C63
(90,76,99)
#4A3D50
(74,61,80)
#3A2E3D
(58,46,61)
#2A1F2A
(42,31,42)
#1A1017
(26,16,23)
#000000
(0,0,0)

Tints of #BAA6D5

#BAA6D5
(186,166,213)
#C0AED8
(192,174,216)
#C6B6DB
(198,182,219)
#CCBEDE
(204,190,222)
#D2C6E1
(210,198,225)
#D8CEE4
(216,206,228)
#DED6E7
(222,214,231)
#E4DEEA
(228,222,234)
#EAE6ED
(234,230,237)
#F0EEF0
(240,238,240)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA6D5 color. Also use rgb(186,166,213) instead hex code.

Text Font Color

.myTextColor { color: #BAA6D5; }

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

This text font color is #BAA6D5.


Background Color

.myBgColor { background-color: #BAA6D5; }

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

This div background color is #BAA6D5.


Border color

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

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

This div border color is #BAA6D5.


Opacity

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

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

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

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

This text has shadow with #BAA6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA6D5 on black background.


Color preview on white background

This text has color #BAA6D5 on white background.



Black color preview on #BAA6D5 background

This text has black color on #BAA6D5 background.


White color preview on #BAA6D5 background

This text has white color on #BAA6D5 background.