COLOR #BAB6D8

HEX: #BAB6D8 RGB: (186,182,216)

Color info

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

RGB color model

#BAB6D8 color RGB value is (186,182,216).

RGB: (186,182,216) (73%, 71%, 85%)

RGB channels and saturation

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

186
182
216

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

Portions of RGB colors in percentages

R + G + B = 186 + 182 + 216 = 584 (100%)
R 186 of 584 ~ 31.85%
G 182 of 584 ~ 31.16%
B 216 of 584 ~ 36.99'%

%31.85
%31.16
%36.99

CMYK color model

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

  • cyan value is 13.89%
  • magenta value is 15.74%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (14,16,0,15)
C14M16Y0K15 (14%, 16%, 0%, 15%)
(0.14 / 0.16 / 0.00 / 0.15)

CMYK percentages

%13.89
%15.74
%0
%15.29

Codes

Color #BAB6D8 in popluar color models

BA B6 D8
RGB 186 182 216
HSL 247° 30.36% 78.04%
HSB/HSV 247° 15.74% 84.71%
CMYK 13.89% 15.74% 0.00%
15.29%

Color #BAB6D8 in popluar number systems.

HEX BA B6 D8
Decimal 186 182 216
Binary 10111010 10110110 11011000
Octal 272 266 330

Shades and tints

Shades of #BAB6D8

#BAB6D8
(186,182,216)
#AAA6C5
(170,166,197)
#9A96B2
(154,150,178)
#8A869F
(138,134,159)
#7A768C
(122,118,140)
#6A6679
(106,102,121)
#5A5666
(90,86,102)
#4A4653
(74,70,83)
#3A3640
(58,54,64)
#2A262D
(42,38,45)
#1A161A
(26,22,26)
#000000
(0,0,0)

Tints of #BAB6D8

#BAB6D8
(186,182,216)
#C0BCDB
(192,188,219)
#C6C2DE
(198,194,222)
#CCC8E1
(204,200,225)
#D2CEE4
(210,206,228)
#D8D4E7
(216,212,231)
#DEDAEA
(222,218,234)
#E4E0ED
(228,224,237)
#EAE6F0
(234,230,240)
#F0ECF3
(240,236,243)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB6D8; }

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

This text font color is #BAB6D8.

Background Color

.myBgColor { background-color: #BAB6D8; }

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

This div background color is #BAB6D8.

Border color

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

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

This div border color is #BAB6D8.

Opacity

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

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

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

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

This text has shadow with #BAB6D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB6D8.

Preview

Color preview on black background

This text has color #BAB6D8 on black background.


Color preview on white background

This text has color #BAB6D8 on white background.


Black color preview on #BAB6D8 background

This text has black color on #BAB6D8 background.


White color preview on #BAB6D8 background

This text has white color on #BAB6D8 background.


Related colors

Complementary color

Complementary color for #hex is #454927.


I love getcolorcode.com

Triadic colors

1 #D8BAB6 and #B6D8BA with #BAB6D8 are triadic colors.

2 #D8B6BA and #B6BAD8 with #BAB6D8 are triadic colors.