COLOR #BAB1D8

HEX: #BAB1D8
RGB: (186,177,216)

Color info

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

RGB color model

#BAB1D8 color RGB value is (186,177,216).

  • red value is 186;
  • green value is 177;
  • blue value is 216.
RGB:
(186,177,216)
(73%,69%,85%)

RGB channels and saturation

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

186
177
216

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

Portions of RGB colors in percentages

R + G + B =
186 + 177 + 216 = 579 (100%)
R 186 of 579 ~ 32.12%
G 177 of 579 ~ 30.57%
B 216 of 579 ~ 37.31%

%32.12
%30.57
%37.31

CMYK color model

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

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

CMYK percentages

%13.89
%18.06
%0
%15.29

Codes

Color #BAB1D8 in popluar color models

BAB1D8
RGB186177216
HSL254°33.33%77.06%
HSB/HSV254°18.06%84.71%
CMYK13.89%18.06%0.00%
15.29%

Color #BAB1D8 in popluar number systems.

HEXBAB1D8
Decimal186177216
Binary101110101011000111011000
Octal272261330

Shades and tints

Shades of #BAB1D8

#BAB1D8
(186,177,216)
#AAA1C5
(170,161,197)
#9A91B2
(154,145,178)
#8A819F
(138,129,159)
#7A718C
(122,113,140)
#6A6179
(106,97,121)
#5A5166
(90,81,102)
#4A4153
(74,65,83)
#3A3140
(58,49,64)
#2A212D
(42,33,45)
#1A111A
(26,17,26)
#000000
(0,0,0)

Tints of #BAB1D8

#BAB1D8
(186,177,216)
#C0B8DB
(192,184,219)
#C6BFDE
(198,191,222)
#CCC6E1
(204,198,225)
#D2CDE4
(210,205,228)
#D8D4E7
(216,212,231)
#DEDBEA
(222,219,234)
#E4E2ED
(228,226,237)
#EAE9F0
(234,233,240)
#F0F0F3
(240,240,243)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB1D8; }

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

This text font color is #BAB1D8.


Background Color

.myBgColor { background-color: #BAB1D8; }

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

This div background color is #BAB1D8.


Border color

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

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

This div border color is #BAB1D8.


Opacity

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

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

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

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

This text has shadow with #BAB1D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB1D8 on black background.


Color preview on white background

This text has color #BAB1D8 on white background.



Black color preview on #BAB1D8 background

This text has black color on #BAB1D8 background.


White color preview on #BAB1D8 background

This text has white color on #BAB1D8 background.