COLOR #BAB3DB

HEX: #BAB3DB
RGB: (186,179,219)

Color info

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

RGB color model

#BAB3DB color RGB value is (186,179,219).

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

RGB channels and saturation

R 186 of 255 = 73%
G 179 of 255 = 70%
B 219 of 255 = 86%

186
179
219

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

Portions of RGB colors in percentages

R + G + B =
186 + 179 + 219 = 584 (100%)
R 186 of 584 ~ 31.85%
G 179 of 584 ~ 30.65%
B 219 of 584 ~ 37.5%

%31.85
%30.65
%37.5

CMYK color model

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

  • cyan value is 15.07%
  • magenta value is 18.26%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(15,18,0,14)
C15M18Y0K14 
(15%,18%,0%,14%)
(0.15/0.18/0.00/0.14)	

CMYK percentages

%15.07
%18.26
%0
%14.12

Codes

Color #BAB3DB in popluar color models

BAB3DB
RGB186179219
HSL251°35.71%78.04%
HSB/HSV251°18.26%85.88%
CMYK15.07%18.26%0.00%
14.12%

Color #BAB3DB in popluar number systems.

HEXBAB3DB
Decimal186179219
Binary101110101011001111011011
Octal272263333

Shades and tints

Shades of #BAB3DB

#BAB3DB
(186,179,219)
#AAA3C8
(170,163,200)
#9A93B5
(154,147,181)
#8A83A2
(138,131,162)
#7A738F
(122,115,143)
#6A637C
(106,99,124)
#5A5369
(90,83,105)
#4A4356
(74,67,86)
#3A3343
(58,51,67)
#2A2330
(42,35,48)
#1A131D
(26,19,29)
#000000
(0,0,0)

Tints of #BAB3DB

#BAB3DB
(186,179,219)
#C0B9DE
(192,185,222)
#C6BFE1
(198,191,225)
#CCC5E4
(204,197,228)
#D2CBE7
(210,203,231)
#D8D1EA
(216,209,234)
#DED7ED
(222,215,237)
#E4DDF0
(228,221,240)
#EAE3F3
(234,227,243)
#F0E9F6
(240,233,246)
#F6EFF9
(246,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB3DB; }

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

This text font color is #BAB3DB.


Background Color

.myBgColor { background-color: #BAB3DB; }

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

This div background color is #BAB3DB.


Border color

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

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

This div border color is #BAB3DB.


Opacity

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

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

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

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

This text has shadow with #BAB3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB3DB on black background.


Color preview on white background

This text has color #BAB3DB on white background.



Black color preview on #BAB3DB background

This text has black color on #BAB3DB background.


White color preview on #BAB3DB background

This text has white color on #BAB3DB background.