COLOR #BAB9D3

HEX: #BAB9D3
RGB: (186,185,211)

Color info

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

RGB color model

#BAB9D3 color RGB value is (186,185,211).

  • red value is 186;
  • green value is 185;
  • blue value is 211.
RGB:
(186,185,211)
(73%,73%,83%)

RGB channels and saturation

R 186 of 255 = 73%
G 185 of 255 = 73%
B 211 of 255 = 83%

186
185
211

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

Portions of RGB colors in percentages

R + G + B =
186 + 185 + 211 = 582 (100%)
R 186 of 582 ~ 31.96%
G 185 of 582 ~ 31.79%
B 211 of 582 ~ 36.25%

%31.96
%31.79
%36.25

CMYK color model

#BAB9D3 color CMYK value is (12,12,0,17).

  • cyan value is 11.85%
  • magenta value is 12.32%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(12,12,0,17)
C12M12Y0K17 
(12%,12%,0%,17%)
(0.12/0.12/0.00/0.17)	

CMYK percentages

%11.85
%12.32
%0
%17.25

Codes

Color #BAB9D3 in popluar color models

BAB9D3
RGB186185211
HSL242°22.81%77.65%
HSB/HSV242°12.32%82.75%
CMYK11.85%12.32%0.00%
17.25%

Color #BAB9D3 in popluar number systems.

HEXBAB9D3
Decimal186185211
Binary101110101011100111010011
Octal272271323

Shades and tints

Shades of #BAB9D3

#BAB9D3
(186,185,211)
#AAA9C0
(170,169,192)
#9A99AD
(154,153,173)
#8A899A
(138,137,154)
#7A7987
(122,121,135)
#6A6974
(106,105,116)
#5A5961
(90,89,97)
#4A494E
(74,73,78)
#3A393B
(58,57,59)
#2A2928
(42,41,40)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #BAB9D3

#BAB9D3
(186,185,211)
#C0BFD7
(192,191,215)
#C6C5DB
(198,197,219)
#CCCBDF
(204,203,223)
#D2D1E3
(210,209,227)
#D8D7E7
(216,215,231)
#DEDDEB
(222,221,235)
#E4E3EF
(228,227,239)
#EAE9F3
(234,233,243)
#F0EFF7
(240,239,247)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB9D3 color. Also use rgb(186,185,211) instead hex code.

Text Font Color

.myTextColor { color: #BAB9D3; }

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

This text font color is #BAB9D3.


Background Color

.myBgColor { background-color: #BAB9D3; }

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

This div background color is #BAB9D3.


Border color

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

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

This div border color is #BAB9D3.


Opacity

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

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

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

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

This text has shadow with #BAB9D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB9D3 on black background.


Color preview on white background

This text has color #BAB9D3 on white background.



Black color preview on #BAB9D3 background

This text has black color on #BAB9D3 background.


White color preview on #BAB9D3 background

This text has white color on #BAB9D3 background.