COLOR #BABAD9

HEX: #BABAD9 RGB: (186,186,217)

Color info

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

RGB color model

#BABAD9 color RGB value is (186,186,217).

RGB: (186,186,217) (73%, 73%, 85%)

RGB channels and saturation

R 186 of 255 = 73%
G 186 of 255 = 73%
B 217 of 255 = 85%

186
186
217

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

Portions of RGB colors in percentages

R + G + B = 186 + 186 + 217 = 589 (100%)
R 186 of 589 ~ 31.58%
G 186 of 589 ~ 31.58%
B 217 of 589 ~ 36.84'%

%31.58
%31.58
%36.84

CMYK color model

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

  • cyan value is 14.29%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (14,14,0,15)
C14M14Y0K15 (14%, 14%, 0%, 15%)
(0.14 / 0.14 / 0.00 / 0.15)

CMYK percentages

%14.29
%14.29
%0
%14.9

Codes

Color #BABAD9 in popluar color models

BA BA D9
RGB 186 186 217
HSL 240° 28.97% 79.02%
HSB/HSV 240° 14.29% 85.10%
CMYK 14.29% 14.29% 0.00%
14.90%

Color #BABAD9 in popluar number systems.

HEX BA BA D9
Decimal 186 186 217
Binary 10111010 10111010 11011001
Octal 272 272 331

Shades and tints

Shades of #BABAD9

#BABAD9
(186,186,217)
#AAAAC6
(170,170,198)
#9A9AB3
(154,154,179)
#8A8AA0
(138,138,160)
#7A7A8D
(122,122,141)
#6A6A7A
(106,106,122)
#5A5A67
(90,90,103)
#4A4A54
(74,74,84)
#3A3A41
(58,58,65)
#2A2A2E
(42,42,46)
#1A1A1B
(26,26,27)
#000000
(0,0,0)

Tints of #BABAD9

#BABAD9
(186,186,217)
#C0C0DC
(192,192,220)
#C6C6DF
(198,198,223)
#CCCCE2
(204,204,226)
#D2D2E5
(210,210,229)
#D8D8E8
(216,216,232)
#DEDEEB
(222,222,235)
#E4E4EE
(228,228,238)
#EAEAF1
(234,234,241)
#F0F0F4
(240,240,244)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABAD9; }

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

This text font color is #BABAD9.

Background Color

.myBgColor { background-color: #BABAD9; }

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

This div background color is #BABAD9.

Border color

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

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

This div border color is #BABAD9.

Opacity

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

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

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

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

This text has shadow with #BABAD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BABAD9.

Preview

Color preview on black background

This text has color #BABAD9 on black background.


Color preview on white background

This text has color #BABAD9 on white background.


Black color preview on #BABAD9 background

This text has black color on #BABAD9 background.


White color preview on #BABAD9 background

This text has white color on #BABAD9 background.


Related colors

Complementary color

Complementary color for #hex is #454526.


I love getcolorcode.com