COLOR #BAB7D3

HEX: #BAB7D3 RGB: (186,183,211)

Color info

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

RGB color model

#BAB7D3 color RGB value is (186,183,211).

RGB: (186,183,211) (73%, 72%, 83%)

RGB channels and saturation

R 186 of 255 = 73%
G 183 of 255 = 72%
B 211 of 255 = 83%

186
183
211

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

Portions of RGB colors in percentages

R + G + B = 186 + 183 + 211 = 580 (100%)
R 186 of 580 ~ 32.07%
G 183 of 580 ~ 31.55%
B 211 of 580 ~ 36.38'%

%32.07
%31.55
%36.38

CMYK color model

#BAB7D3 color CMYK value is (12,13,0,17).

  • cyan value is 11.85%
  • magenta value is 13.27%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK: (12,13,0,17) C12M13Y0K17 (12%,13%,0%,17%) (0.12/0.13/0.00/0.17) 

CMYK percentages

%11.85
%13.27
%0
%17.25

Codes

Color #BAB7D3 in popluar color models

BA B7 D3
RGB 186 183 211
HSL 246° 24.14% 77.25%
HSB/HSV 246° 13.27% 82.75%
CMYK 11.85% 13.27% 0.00%
17.25%

Color #BAB7D3 in popluar number systems.

HEX BA B7 D3
Decimal 186 183 211
Binary 10111010 10110111 11010011
Octal 272 267 323

Shades and tints

Shades of #BAB7D3

#BAB7D3
(186,183,211)
#AAA7C0
(170,167,192)
#9A97AD
(154,151,173)
#8A879A
(138,135,154)
#7A7787
(122,119,135)
#6A6774
(106,103,116)
#5A5761
(90,87,97)
#4A474E
(74,71,78)
#3A373B
(58,55,59)
#2A2728
(42,39,40)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #BAB7D3

#BAB7D3
(186,183,211)
#C0BDD7
(192,189,215)
#C6C3DB
(198,195,219)
#CCC9DF
(204,201,223)
#D2CFE3
(210,207,227)
#D8D5E7
(216,213,231)
#DEDBEB
(222,219,235)
#E4E1EF
(228,225,239)
#EAE7F3
(234,231,243)
#F0EDF7
(240,237,247)
#F6F3FB
(246,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB7D3; }

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

This text font color is #BAB7D3.

Background Color

.myBgColor { background-color: #BAB7D3; }

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

This div background color is #BAB7D3.

Border color

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

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

This div border color is #BAB7D3.

Opacity

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

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

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

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

This text has shadow with #BAB7D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB7D3.

Preview

Color preview on black background

This text has color #BAB7D3 on black background.


Color preview on white background

This text has color #BAB7D3 on white background.


Black color preview on #BAB7D3 background

This text has black color on #BAB7D3 background.


White color preview on #BAB7D3 background

This text has white color on #BAB7D3 background.


Related colors

Complementary color

Complementary color for #hex is #45482C.


I love getcolorcode.com

Triadic colors

1 #D3BAB7 and #B7D3BA with #BAB7D3 are triadic colors.

2 #D3B7BA and #B7BAD3 with #BAB7D3 are triadic colors.