COLOR #BAB1D7

HEX: #BAB1D7 RGB: (186,177,215)

Color info

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

RGB color model

#BAB1D7 color RGB value is (186,177,215).

RGB: (186,177,215) (73%, 69%, 84%)

RGB channels and saturation

R 186 of 255 = 73%
G 177 of 255 = 69%
B 215 of 255 = 84%

186
177
215

R + G + B ~ 75%. #BAB1D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 177 + 215 = 578 (100%)
R 186 of 578 ~ 32.18%
G 177 of 578 ~ 30.62%
B 215 of 578 ~ 37.2'%

%32.18
%30.62
%37.2

CMYK color model

#BAB1D7 color CMYK value is (13,18,0,16).

  • cyan value is 13.49%
  • magenta value is 17.67%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (13,18,0,16)
C13M18Y0K16 (13%, 18%, 0%, 16%)
(0.13 / 0.18 / 0.00 / 0.16)

CMYK percentages

%13.49
%17.67
%0
%15.69

Codes

Color #BAB1D7 in popluar color models

BA B1 D7
RGB 186 177 215
HSL 254° 32.20% 76.86%
HSB/HSV 254° 17.67% 84.31%
CMYK 13.49% 17.67% 0.00%
15.69%

Color #BAB1D7 in popluar number systems.

HEX BA B1 D7
Decimal 186 177 215
Binary 10111010 10110001 11010111
Octal 272 261 327

Shades and tints

Shades of #BAB1D7

#BAB1D7
(186,177,215)
#AAA1C4
(170,161,196)
#9A91B1
(154,145,177)
#8A819E
(138,129,158)
#7A718B
(122,113,139)
#6A6178
(106,97,120)
#5A5165
(90,81,101)
#4A4152
(74,65,82)
#3A313F
(58,49,63)
#2A212C
(42,33,44)
#1A1119
(26,17,25)
#000000
(0,0,0)

Tints of #BAB1D7

#BAB1D7
(186,177,215)
#C0B8DA
(192,184,218)
#C6BFDD
(198,191,221)
#CCC6E0
(204,198,224)
#D2CDE3
(210,205,227)
#D8D4E6
(216,212,230)
#DEDBE9
(222,219,233)
#E4E2EC
(228,226,236)
#EAE9EF
(234,233,239)
#F0F0F2
(240,240,242)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB1D7; }

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

This text font color is #BAB1D7.

Background Color

.myBgColor { background-color: #BAB1D7; }

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

This div background color is #BAB1D7.

Border color

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

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

This div border color is #BAB1D7.

Opacity

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

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

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

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

This text has shadow with #BAB1D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB1D7.

Preview

Color preview on black background

This text has color #BAB1D7 on black background.


Color preview on white background

This text has color #BAB1D7 on white background.


Black color preview on #BAB1D7 background

This text has black color on #BAB1D7 background.


White color preview on #BAB1D7 background

This text has white color on #BAB1D7 background.


Related colors

Complementary color

Complementary color for #hex is #454E28.


I love getcolorcode.com

Triadic colors

1 #D7BAB1 and #B1D7BA with #BAB1D7 are triadic colors.

2 #D7B1BA and #B1BAD7 with #BAB1D7 are triadic colors.