COLOR #BAA6DA

HEX: #BAA6DA
RGB: (186,166,218)

Color info

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

RGB color model

#BAA6DA color RGB value is (186,166,218).

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

RGB channels and saturation

R 186 of 255 = 73%
G 166 of 255 = 65%
B 218 of 255 = 85%

186
166
218

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

Portions of RGB colors in percentages

R + G + B =
186 + 166 + 218 = 570 (100%)
R 186 of 570 ~ 32.63%
G 166 of 570 ~ 29.12%
B 218 of 570 ~ 38.25%

%32.63
%29.12
%38.25

CMYK color model

#BAA6DA color CMYK value is (15,24,0,15).

  • cyan value is 14.68%
  • magenta value is 23.85%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(15,24,0,15)
C15M24Y0K15 
(15%,24%,0%,15%)
(0.15/0.24/0.00/0.15)	

CMYK percentages

%14.68
%23.85
%0
%14.51

Codes

Color #BAA6DA in popluar color models

BAA6DA
RGB186166218
HSL263°41.27%75.29%
HSB/HSV263°23.85%85.49%
CMYK14.68%23.85%0.00%
14.51%

Color #BAA6DA in popluar number systems.

HEXBAA6DA
Decimal186166218
Binary101110101010011011011010
Octal272246332

Shades and tints

Shades of #BAA6DA

#BAA6DA
(186,166,218)
#AA97C7
(170,151,199)
#9A88B4
(154,136,180)
#8A79A1
(138,121,161)
#7A6A8E
(122,106,142)
#6A5B7B
(106,91,123)
#5A4C68
(90,76,104)
#4A3D55
(74,61,85)
#3A2E42
(58,46,66)
#2A1F2F
(42,31,47)
#1A101C
(26,16,28)
#000000
(0,0,0)

Tints of #BAA6DA

#BAA6DA
(186,166,218)
#C0AEDD
(192,174,221)
#C6B6E0
(198,182,224)
#CCBEE3
(204,190,227)
#D2C6E6
(210,198,230)
#D8CEE9
(216,206,233)
#DED6EC
(222,214,236)
#E4DEEF
(228,222,239)
#EAE6F2
(234,230,242)
#F0EEF5
(240,238,245)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA6DA; }

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

This text font color is #BAA6DA.


Background Color

.myBgColor { background-color: #BAA6DA; }

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

This div background color is #BAA6DA.


Border color

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

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

This div border color is #BAA6DA.


Opacity

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

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

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

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

This text has shadow with #BAA6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA6DA on black background.


Color preview on white background

This text has color #BAA6DA on white background.



Black color preview on #BAA6DA background

This text has black color on #BAA6DA background.


White color preview on #BAA6DA background

This text has white color on #BAA6DA background.