COLOR #BAB7DD

HEX: #BAB7DD RGB: (186,183,221)

Color info

#BAB7DD contains red, green and blue colors in about the same proportion. Web safe color of #BAB7DD is #CCCCCC (or #CCC).

RGB color model

#BAB7DD color RGB value is (186,183,221).

RGB: (186,183,221) (73%, 72%, 87%)

RGB channels and saturation

R 186 of 255 = 73%
G 183 of 255 = 72%
B 221 of 255 = 87%

186
183
221

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

Portions of RGB colors in percentages

R + G + B = 186 + 183 + 221 = 590 (100%)
R 186 of 590 ~ 31.53%
G 183 of 590 ~ 31.02%
B 221 of 590 ~ 37.46'%

%31.53
%31.02
%37.46

CMYK color model

#BAB7DD color CMYK value is (16,17,0,13).

  • cyan value is 15.84%
  • magenta value is 17.19%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (16,17,0,13)
C16M17Y0K13 (16%, 17%, 0%, 13%)
(0.16 / 0.17 / 0.00 / 0.13)

CMYK percentages

%15.84
%17.19
%0
%13.33

Codes

Color #BAB7DD in popluar color models

BA B7 DD
RGB 186 183 221
HSL 245° 35.85% 79.22%
HSB/HSV 245° 17.19% 86.67%
CMYK 15.84% 17.19% 0.00%
13.33%

Color #BAB7DD in popluar number systems.

HEX BA B7 DD
Decimal 186 183 221
Binary 10111010 10110111 11011101
Octal 272 267 335

Shades and tints

Shades of #BAB7DD

#BAB7DD
(186,183,221)
#AAA7C9
(170,167,201)
#9A97B5
(154,151,181)
#8A87A1
(138,135,161)
#7A778D
(122,119,141)
#6A6779
(106,103,121)
#5A5765
(90,87,101)
#4A4751
(74,71,81)
#3A373D
(58,55,61)
#2A2729
(42,39,41)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #BAB7DD

#BAB7DD
(186,183,221)
#C0BDE0
(192,189,224)
#C6C3E3
(198,195,227)
#CCC9E6
(204,201,230)
#D2CFE9
(210,207,233)
#D8D5EC
(216,213,236)
#DEDBEF
(222,219,239)
#E4E1F2
(228,225,242)
#EAE7F5
(234,231,245)
#F0EDF8
(240,237,248)
#F6F3FB
(246,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB7DD; }

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

This text font color is #BAB7DD.

Background Color

.myBgColor { background-color: #BAB7DD; }

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

This div background color is #BAB7DD.

Border color

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

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

This div border color is #BAB7DD.

Opacity

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

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

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

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

This text has shadow with #BAB7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB7DD.

Preview

Color preview on black background

This text has color #BAB7DD on black background.


Color preview on white background

This text has color #BAB7DD on white background.


Black color preview on #BAB7DD background

This text has black color on #BAB7DD background.


White color preview on #BAB7DD background

This text has white color on #BAB7DD background.


Related colors

Complementary color

Complementary color for #hex is #454822.


I love getcolorcode.com

Triadic colors

1 #DDBAB7 and #B7DDBA with #BAB7DD are triadic colors.

2 #DDB7BA and #B7BADD with #BAB7DD are triadic colors.