COLOR #BAB9DA

HEX: #BAB9DA
RGB: (186,185,218)

Color info

#BAB9DA contains red, green and blue colors in about the same proportion. Web safe color of #BAB9DA is #CCCCCC (or #CCC).

RGB color model

#BAB9DA color RGB value is (186,185,218).

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

RGB channels and saturation

R 186 of 255 = 73%
G 185 of 255 = 73%
B 218 of 255 = 85%

186
185
218

R + G + B ~ 77%. #BAB9DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 185 + 218 = 589 (100%)
R 186 of 589 ~ 31.58%
G 185 of 589 ~ 31.41%
B 218 of 589 ~ 37.01%

%31.58
%31.41
%37.01

CMYK color model

#BAB9DA color CMYK value is (15,15,0,15).

  • cyan value is 14.68%
  • magenta value is 15.14%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(15,15,0,15)
C15M15Y0K15 
(15%,15%,0%,15%)
(0.15/0.15/0.00/0.15)	

CMYK percentages

%14.68
%15.14
%0
%14.51

Codes

Color #BAB9DA in popluar color models

BAB9DA
RGB186185218
HSL242°30.84%79.02%
HSB/HSV242°15.14%85.49%
CMYK14.68%15.14%0.00%
14.51%

Color #BAB9DA in popluar number systems.

HEXBAB9DA
Decimal186185218
Binary101110101011100111011010
Octal272271332

Shades and tints

Shades of #BAB9DA

#BAB9DA
(186,185,218)
#AAA9C7
(170,169,199)
#9A99B4
(154,153,180)
#8A89A1
(138,137,161)
#7A798E
(122,121,142)
#6A697B
(106,105,123)
#5A5968
(90,89,104)
#4A4955
(74,73,85)
#3A3942
(58,57,66)
#2A292F
(42,41,47)
#1A191C
(26,25,28)
#000000
(0,0,0)

Tints of #BAB9DA

#BAB9DA
(186,185,218)
#C0BFDD
(192,191,221)
#C6C5E0
(198,197,224)
#CCCBE3
(204,203,227)
#D2D1E6
(210,209,230)
#D8D7E9
(216,215,233)
#DEDDEC
(222,221,236)
#E4E3EF
(228,227,239)
#EAE9F2
(234,233,242)
#F0EFF5
(240,239,245)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB9DA; }

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

This text font color is #BAB9DA.


Background Color

.myBgColor { background-color: #BAB9DA; }

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

This div background color is #BAB9DA.


Border color

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

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

This div border color is #BAB9DA.


Opacity

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

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

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

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

This text has shadow with #BAB9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB9DA on black background.


Color preview on white background

This text has color #BAB9DA on white background.



Black color preview on #BAB9DA background

This text has black color on #BAB9DA background.


White color preview on #BAB9DA background

This text has white color on #BAB9DA background.