COLOR #BAB6D9

HEX: #BAB6D9
RGB: (186,182,217)

Color info

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

RGB color model

#BAB6D9 color RGB value is (186,182,217).

  • red value is 186;
  • green value is 182;
  • blue value is 217.
RGB:
(186,182,217)
(73%,71%,85%)

RGB channels and saturation

R 186 of 255 = 73%
G 182 of 255 = 71%
B 217 of 255 = 85%

186
182
217

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

Portions of RGB colors in percentages

R + G + B =
186 + 182 + 217 = 585 (100%)
R 186 of 585 ~ 31.79%
G 182 of 585 ~ 31.11%
B 217 of 585 ~ 37.09%

%31.79
%31.11
%37.09

CMYK color model

#BAB6D9 color CMYK value is (14,16,0,15).

  • cyan value is 14.29%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(14,16,0,15)
C14M16Y0K15 
(14%,16%,0%,15%)
(0.14/0.16/0.00/0.15)	

CMYK percentages

%14.29
%16.13
%0
%14.9

Codes

Color #BAB6D9 in popluar color models

BAB6D9
RGB186182217
HSL247°31.53%78.24%
HSB/HSV247°16.13%85.10%
CMYK14.29%16.13%0.00%
14.90%

Color #BAB6D9 in popluar number systems.

HEXBAB6D9
Decimal186182217
Binary101110101011011011011001
Octal272266331

Shades and tints

Shades of #BAB6D9

#BAB6D9
(186,182,217)
#AAA6C6
(170,166,198)
#9A96B3
(154,150,179)
#8A86A0
(138,134,160)
#7A768D
(122,118,141)
#6A667A
(106,102,122)
#5A5667
(90,86,103)
#4A4654
(74,70,84)
#3A3641
(58,54,65)
#2A262E
(42,38,46)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #BAB6D9

#BAB6D9
(186,182,217)
#C0BCDC
(192,188,220)
#C6C2DF
(198,194,223)
#CCC8E2
(204,200,226)
#D2CEE5
(210,206,229)
#D8D4E8
(216,212,232)
#DEDAEB
(222,218,235)
#E4E0EE
(228,224,238)
#EAE6F1
(234,230,241)
#F0ECF4
(240,236,244)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB6D9 color. Also use rgb(186,182,217) instead hex code.

Text Font Color

.myTextColor { color: #BAB6D9; }

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

This text font color is #BAB6D9.


Background Color

.myBgColor { background-color: #BAB6D9; }

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

This div background color is #BAB6D9.


Border color

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

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

This div border color is #BAB6D9.


Opacity

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

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

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

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

This text has shadow with #BAB6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB6D9 on black background.


Color preview on white background

This text has color #BAB6D9 on white background.



Black color preview on #BAB6D9 background

This text has black color on #BAB6D9 background.


White color preview on #BAB6D9 background

This text has white color on #BAB6D9 background.