COLOR #BAA1E9

HEX: #BAA1E9
RGB: (186,161,233)

Color info

#BAA1E9 contains mainly red and blue colors. Web safe color of #BAA1E9 is #CC99FF (or #C9F).

RGB color model

#BAA1E9 color RGB value is (186,161,233).

  • red value is 186;
  • green value is 161;
  • blue value is 233.
RGB:
(186,161,233)
(73%,63%,91%)

RGB channels and saturation

R 186 of 255 = 73%
G 161 of 255 = 63%
B 233 of 255 = 91%

186
161
233

R + G + B ~ 76%. #BAA1E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 161 + 233 = 580 (100%)
R 186 of 580 ~ 32.07%
G 161 of 580 ~ 27.76%
B 233 of 580 ~ 40.17%

%32.07
%27.76
%40.17

CMYK color model

#BAA1E9 color CMYK value is (20,31,0,9).

  • cyan value is 20.17%
  • magenta value is 30.90%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(20,31,0,9)
C20M31Y0K9 
(20%,31%,0%,9%)
(0.20/0.31/0.00/0.09)	

CMYK percentages

%20.17
%30.9
%0
%8.63

Codes

Color #BAA1E9 in popluar color models

BAA1E9
RGB186161233
HSL261°62.07%77.25%
HSB/HSV261°30.90%91.37%
CMYK20.17%30.90%0.00%
8.63%

Color #BAA1E9 in popluar number systems.

HEXBAA1E9
Decimal186161233
Binary101110101010000111101001
Octal272241351

Shades and tints

Shades of #BAA1E9

#BAA1E9
(186,161,233)
#AA93D4
(170,147,212)
#9A85BF
(154,133,191)
#8A77AA
(138,119,170)
#7A6995
(122,105,149)
#6A5B80
(106,91,128)
#5A4D6B
(90,77,107)
#4A3F56
(74,63,86)
#3A3141
(58,49,65)
#2A232C
(42,35,44)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #BAA1E9

#BAA1E9
(186,161,233)
#C0A9EB
(192,169,235)
#C6B1ED
(198,177,237)
#CCB9EF
(204,185,239)
#D2C1F1
(210,193,241)
#D8C9F3
(216,201,243)
#DED1F5
(222,209,245)
#E4D9F7
(228,217,247)
#EAE1F9
(234,225,249)
#F0E9FB
(240,233,251)
#F6F1FD
(246,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA1E9 color. Also use rgb(186,161,233) instead hex code.

Text Font Color

.myTextColor { color: #BAA1E9; }

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

This text font color is #BAA1E9.


Background Color

.myBgColor { background-color: #BAA1E9; }

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

This div background color is #BAA1E9.


Border color

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

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

This div border color is #BAA1E9.


Opacity

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

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

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

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

This text has shadow with #BAA1E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA1E9 on black background.


Color preview on white background

This text has color #BAA1E9 on white background.



Black color preview on #BAA1E9 background

This text has black color on #BAA1E9 background.


White color preview on #BAA1E9 background

This text has white color on #BAA1E9 background.