COLOR #BAB3D1

HEX: #BAB3D1
RGB: (186,179,209)

Color info

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

RGB color model

#BAB3D1 color RGB value is (186,179,209).

  • red value is 186;
  • green value is 179;
  • blue value is 209.
RGB:
(186,179,209)
(73%,70%,82%)

RGB channels and saturation

R 186 of 255 = 73%
G 179 of 255 = 70%
B 209 of 255 = 82%

186
179
209

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

Portions of RGB colors in percentages

R + G + B =
186 + 179 + 209 = 574 (100%)
R 186 of 574 ~ 32.4%
G 179 of 574 ~ 31.18%
B 209 of 574 ~ 36.41%

%32.4
%31.18
%36.41

CMYK color model

#BAB3D1 color CMYK value is (11,14,0,18).

  • cyan value is 11.00%
  • magenta value is 14.35%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(11,14,0,18)
C11M14Y0K18 
(11%,14%,0%,18%)
(0.11/0.14/0.00/0.18)	

CMYK percentages

%11
%14.35
%0
%18.04

Codes

Color #BAB3D1 in popluar color models

BAB3D1
RGB186179209
HSL254°24.59%76.08%
HSB/HSV254°14.35%81.96%
CMYK11.00%14.35%0.00%
18.04%

Color #BAB3D1 in popluar number systems.

HEXBAB3D1
Decimal186179209
Binary101110101011001111010001
Octal272263321

Shades and tints

Shades of #BAB3D1

#BAB3D1
(186,179,209)
#AAA3BE
(170,163,190)
#9A93AB
(154,147,171)
#8A8398
(138,131,152)
#7A7385
(122,115,133)
#6A6372
(106,99,114)
#5A535F
(90,83,95)
#4A434C
(74,67,76)
#3A3339
(58,51,57)
#2A2326
(42,35,38)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #BAB3D1

#BAB3D1
(186,179,209)
#C0B9D5
(192,185,213)
#C6BFD9
(198,191,217)
#CCC5DD
(204,197,221)
#D2CBE1
(210,203,225)
#D8D1E5
(216,209,229)
#DED7E9
(222,215,233)
#E4DDED
(228,221,237)
#EAE3F1
(234,227,241)
#F0E9F5
(240,233,245)
#F6EFF9
(246,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB3D1 color. Also use rgb(186,179,209) instead hex code.

Text Font Color

.myTextColor { color: #BAB3D1; }

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

This text font color is #BAB3D1.


Background Color

.myBgColor { background-color: #BAB3D1; }

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

This div background color is #BAB3D1.


Border color

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

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

This div border color is #BAB3D1.


Opacity

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

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

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

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

This text has shadow with #BAB3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB3D1 on black background.


Color preview on white background

This text has color #BAB3D1 on white background.



Black color preview on #BAB3D1 background

This text has black color on #BAB3D1 background.


White color preview on #BAB3D1 background

This text has white color on #BAB3D1 background.