COLOR #BAB3DC

HEX: #BAB3DC RGB: (186,179,220)

Color info

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

RGB color model

#BAB3DC color RGB value is (186,179,220).

RGB: (186,179,220) (73%, 70%, 86%)

RGB channels and saturation

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

186
179
220

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

Portions of RGB colors in percentages

R + G + B = 186 + 179 + 220 = 585 (100%)
R 186 of 585 ~ 31.79%
G 179 of 585 ~ 30.6%
B 220 of 585 ~ 37.61'%

%31.79
%30.6
%37.61

CMYK color model

#BAB3DC color CMYK value is (15,19,0,14).

  • cyan value is 15.45%
  • magenta value is 18.64%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (15,19,0,14)
C15M19Y0K14 (15%, 19%, 0%, 14%)
(0.15 / 0.19 / 0.00 / 0.14)

CMYK percentages

%15.45
%18.64
%0
%13.73

Codes

Color #BAB3DC in popluar color models

BA B3 DC
RGB 186 179 220
HSL 250° 36.94% 78.24%
HSB/HSV 250° 18.64% 86.27%
CMYK 15.45% 18.64% 0.00%
13.73%

Color #BAB3DC in popluar number systems.

HEX BA B3 DC
Decimal 186 179 220
Binary 10111010 10110011 11011100
Octal 272 263 334

Shades and tints

Shades of #BAB3DC

#BAB3DC
(186,179,220)
#AAA3C8
(170,163,200)
#9A93B4
(154,147,180)
#8A83A0
(138,131,160)
#7A738C
(122,115,140)
#6A6378
(106,99,120)
#5A5364
(90,83,100)
#4A4350
(74,67,80)
#3A333C
(58,51,60)
#2A2328
(42,35,40)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #BAB3DC

#BAB3DC
(186,179,220)
#C0B9DF
(192,185,223)
#C6BFE2
(198,191,226)
#CCC5E5
(204,197,229)
#D2CBE8
(210,203,232)
#D8D1EB
(216,209,235)
#DED7EE
(222,215,238)
#E4DDF1
(228,221,241)
#EAE3F4
(234,227,244)
#F0E9F7
(240,233,247)
#F6EFFA
(246,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB3DC; }

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

This text font color is #BAB3DC.

Background Color

.myBgColor { background-color: #BAB3DC; }

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

This div background color is #BAB3DC.

Border color

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

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

This div border color is #BAB3DC.

Opacity

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

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

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

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

This text has shadow with #BAB3DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB3DC.

Preview

Color preview on black background

This text has color #BAB3DC on black background.


Color preview on white background

This text has color #BAB3DC on white background.


Black color preview on #BAB3DC background

This text has black color on #BAB3DC background.


White color preview on #BAB3DC background

This text has white color on #BAB3DC background.


Related colors

Complementary color

Complementary color for #hex is #454C23.


I love getcolorcode.com

Triadic colors

1 #DCBAB3 and #B3DCBA with #BAB3DC are triadic colors.

2 #DCB3BA and #B3BADC with #BAB3DC are triadic colors.