COLOR #BABAD7

HEX: #BABAD7 RGB: (186,186,215)

Color info

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

RGB color model

#BABAD7 color RGB value is (186,186,215).

RGB: (186,186,215) (73%, 73%, 84%)

RGB channels and saturation

R 186 of 255 = 73%
G 186 of 255 = 73%
B 215 of 255 = 84%

186
186
215

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

Portions of RGB colors in percentages

R + G + B = 186 + 186 + 215 = 587 (100%)
R 186 of 587 ~ 31.69%
G 186 of 587 ~ 31.69%
B 215 of 587 ~ 36.63'%

%31.69
%31.69
%36.63

CMYK color model

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

  • cyan value is 13.49%
  • magenta value is 13.49%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (13,13,0,16)
C13M13Y0K16 (13%, 13%, 0%, 16%)
(0.13 / 0.13 / 0.00 / 0.16)

CMYK percentages

%13.49
%13.49
%0
%15.69

Codes

Color #BABAD7 in popluar color models

BA BA D7
RGB 186 186 215
HSL 240° 26.61% 78.63%
HSB/HSV 240° 13.49% 84.31%
CMYK 13.49% 13.49% 0.00%
15.69%

Color #BABAD7 in popluar number systems.

HEX BA BA D7
Decimal 186 186 215
Binary 10111010 10111010 11010111
Octal 272 272 327

Shades and tints

Shades of #BABAD7

#BABAD7
(186,186,215)
#AAAAC4
(170,170,196)
#9A9AB1
(154,154,177)
#8A8A9E
(138,138,158)
#7A7A8B
(122,122,139)
#6A6A78
(106,106,120)
#5A5A65
(90,90,101)
#4A4A52
(74,74,82)
#3A3A3F
(58,58,63)
#2A2A2C
(42,42,44)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #BABAD7

#BABAD7
(186,186,215)
#C0C0DA
(192,192,218)
#C6C6DD
(198,198,221)
#CCCCE0
(204,204,224)
#D2D2E3
(210,210,227)
#D8D8E6
(216,216,230)
#DEDEE9
(222,222,233)
#E4E4EC
(228,228,236)
#EAEAEF
(234,234,239)
#F0F0F2
(240,240,242)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABAD7; }

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

This text font color is #BABAD7.

Background Color

.myBgColor { background-color: #BABAD7; }

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

This div background color is #BABAD7.

Border color

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

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

This div border color is #BABAD7.

Opacity

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

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

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

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

This text has shadow with #BABAD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BABAD7.

Preview

Color preview on black background

This text has color #BABAD7 on black background.


Color preview on white background

This text has color #BABAD7 on white background.


Black color preview on #BABAD7 background

This text has black color on #BABAD7 background.


White color preview on #BABAD7 background

This text has white color on #BABAD7 background.


Related colors

Complementary color

Complementary color for #hex is #454528.


I love getcolorcode.com