COLOR #BAB1D3

HEX: #BAB1D3
RGB: (186,177,211)

Color info

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

RGB color model

#BAB1D3 color RGB value is (186,177,211).

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

RGB channels and saturation

R 186 of 255 = 73%
G 177 of 255 = 69%
B 211 of 255 = 83%

186
177
211

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

Portions of RGB colors in percentages

R + G + B =
186 + 177 + 211 = 574 (100%)
R 186 of 574 ~ 32.4%
G 177 of 574 ~ 30.84%
B 211 of 574 ~ 36.76%

%32.4
%30.84
%36.76

CMYK color model

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

  • cyan value is 11.85%
  • magenta value is 16.11%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(12,16,0,17)
C12M16Y0K17 
(12%,16%,0%,17%)
(0.12/0.16/0.00/0.17)	

CMYK percentages

%11.85
%16.11
%0
%17.25

Codes

Color #BAB1D3 in popluar color models

BAB1D3
RGB186177211
HSL256°27.87%76.08%
HSB/HSV256°16.11%82.75%
CMYK11.85%16.11%0.00%
17.25%

Color #BAB1D3 in popluar number systems.

HEXBAB1D3
Decimal186177211
Binary101110101011000111010011
Octal272261323

Shades and tints

Shades of #BAB1D3

#BAB1D3
(186,177,211)
#AAA1C0
(170,161,192)
#9A91AD
(154,145,173)
#8A819A
(138,129,154)
#7A7187
(122,113,135)
#6A6174
(106,97,116)
#5A5161
(90,81,97)
#4A414E
(74,65,78)
#3A313B
(58,49,59)
#2A2128
(42,33,40)
#1A1115
(26,17,21)
#000000
(0,0,0)

Tints of #BAB1D3

#BAB1D3
(186,177,211)
#C0B8D7
(192,184,215)
#C6BFDB
(198,191,219)
#CCC6DF
(204,198,223)
#D2CDE3
(210,205,227)
#D8D4E7
(216,212,231)
#DEDBEB
(222,219,235)
#E4E2EF
(228,226,239)
#EAE9F3
(234,233,243)
#F0F0F7
(240,240,247)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB1D3; }

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

This text font color is #BAB1D3.


Background Color

.myBgColor { background-color: #BAB1D3; }

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

This div background color is #BAB1D3.


Border color

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

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

This div border color is #BAB1D3.


Opacity

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

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

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

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

This text has shadow with #BAB1D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB1D3 on black background.


Color preview on white background

This text has color #BAB1D3 on white background.



Black color preview on #BAB1D3 background

This text has black color on #BAB1D3 background.


White color preview on #BAB1D3 background

This text has white color on #BAB1D3 background.