COLOR #BAB1D9

HEX: #BAB1D9 RGB: (186,177,217)

Color info

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

RGB color model

#BAB1D9 color RGB value is (186,177,217).

RGB: (186,177,217) (73%, 69%, 85%)

RGB channels and saturation

R 186 of 255 = 73%
G 177 of 255 = 69%
B 217 of 255 = 85%

186
177
217

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

Portions of RGB colors in percentages

R + G + B = 186 + 177 + 217 = 580 (100%)
R 186 of 580 ~ 32.07%
G 177 of 580 ~ 30.52%
B 217 of 580 ~ 37.41'%

%32.07
%30.52
%37.41

CMYK color model

#BAB1D9 color CMYK value is (14,18,0,15).

  • cyan value is 14.29%
  • magenta value is 18.43%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (14,18,0,15) C14M18Y0K15 (14%,18%,0%,15%) (0.14/0.18/0.00/0.15) 

CMYK percentages

%14.29
%18.43
%0
%14.9

Codes

Color #BAB1D9 in popluar color models

BA B1 D9
RGB 186 177 217
HSL 254° 34.48% 77.25%
HSB/HSV 254° 18.43% 85.10%
CMYK 14.29% 18.43% 0.00%
14.90%

Color #BAB1D9 in popluar number systems.

HEX BA B1 D9
Decimal 186 177 217
Binary 10111010 10110001 11011001
Octal 272 261 331

Shades and tints

Shades of #BAB1D9

#BAB1D9
(186,177,217)
#AAA1C6
(170,161,198)
#9A91B3
(154,145,179)
#8A81A0
(138,129,160)
#7A718D
(122,113,141)
#6A617A
(106,97,122)
#5A5167
(90,81,103)
#4A4154
(74,65,84)
#3A3141
(58,49,65)
#2A212E
(42,33,46)
#1A111B
(26,17,27)
#000000
(0,0,0)

Tints of #BAB1D9

#BAB1D9
(186,177,217)
#C0B8DC
(192,184,220)
#C6BFDF
(198,191,223)
#CCC6E2
(204,198,226)
#D2CDE5
(210,205,229)
#D8D4E8
(216,212,232)
#DEDBEB
(222,219,235)
#E4E2EE
(228,226,238)
#EAE9F1
(234,233,241)
#F0F0F4
(240,240,244)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB1D9; }

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

This text font color is #BAB1D9.

Background Color

.myBgColor { background-color: #BAB1D9; }

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

This div background color is #BAB1D9.

Border color

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

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

This div border color is #BAB1D9.

Opacity

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

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

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

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

This text has shadow with #BAB1D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB1D9.

Preview

Color preview on black background

This text has color #BAB1D9 on black background.


Color preview on white background

This text has color #BAB1D9 on white background.


Black color preview on #BAB1D9 background

This text has black color on #BAB1D9 background.


White color preview on #BAB1D9 background

This text has white color on #BAB1D9 background.


Related colors

Complementary color

Complementary color for #hex is #454E26.


I love getcolorcode.com

Triadic colors

1 #D9BAB1 and #B1D9BA with #BAB1D9 are triadic colors.

2 #D9B1BA and #B1BAD9 with #BAB1D9 are triadic colors.