COLOR #BAB3DD

HEX: #BAB3DD RGB: (186,179,221)

Color info

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

RGB color model

#BAB3DD color RGB value is (186,179,221).

RGB: (186,179,221) (73%, 70%, 87%)

RGB channels and saturation

R 186 of 255 = 73%
G 179 of 255 = 70%
B 221 of 255 = 87%

186
179
221

R + G + B ~ 77%. #BAB3DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 179 + 221 = 586 (100%)
R 186 of 586 ~ 31.74%
G 179 of 586 ~ 30.55%
B 221 of 586 ~ 37.71'%

%31.74
%30.55
%37.71

CMYK color model

#BAB3DD color CMYK value is (16,19,0,13).

  • cyan value is 15.84%
  • magenta value is 19.00%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (16,19,0,13) C16M19Y0K13 (16%,19%,0%,13%) (0.16/0.19/0.00/0.13) 

CMYK percentages

%15.84
%19
%0
%13.33

Codes

Color #BAB3DD in popluar color models

BA B3 DD
RGB 186 179 221
HSL 250° 38.18% 78.43%
HSB/HSV 250° 19.00% 86.67%
CMYK 15.84% 19.00% 0.00%
13.33%

Color #BAB3DD in popluar number systems.

HEX BA B3 DD
Decimal 186 179 221
Binary 10111010 10110011 11011101
Octal 272 263 335

Shades and tints

Shades of #BAB3DD

#BAB3DD
(186,179,221)
#AAA3C9
(170,163,201)
#9A93B5
(154,147,181)
#8A83A1
(138,131,161)
#7A738D
(122,115,141)
#6A6379
(106,99,121)
#5A5365
(90,83,101)
#4A4351
(74,67,81)
#3A333D
(58,51,61)
#2A2329
(42,35,41)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #BAB3DD

#BAB3DD
(186,179,221)
#C0B9E0
(192,185,224)
#C6BFE3
(198,191,227)
#CCC5E6
(204,197,230)
#D2CBE9
(210,203,233)
#D8D1EC
(216,209,236)
#DED7EF
(222,215,239)
#E4DDF2
(228,221,242)
#EAE3F5
(234,227,245)
#F0E9F8
(240,233,248)
#F6EFFB
(246,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB3DD; }

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

This text font color is #BAB3DD.

Background Color

.myBgColor { background-color: #BAB3DD; }

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

This div background color is #BAB3DD.

Border color

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

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

This div border color is #BAB3DD.

Opacity

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

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

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

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

This text has shadow with #BAB3DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB3DD.

Preview

Color preview on black background

This text has color #BAB3DD on black background.


Color preview on white background

This text has color #BAB3DD on white background.


Black color preview on #BAB3DD background

This text has black color on #BAB3DD background.


White color preview on #BAB3DD background

This text has white color on #BAB3DD background.


Related colors

Complementary color

Complementary color for #hex is #454C22.


I love getcolorcode.com

Triadic colors

1 #DDBAB3 and #B3DDBA with #BAB3DD are triadic colors.

2 #DDB3BA and #B3BADD with #BAB3DD are triadic colors.