COLOR #BABAC7

HEX: #BABAC7 RGB: (186,186,199)

Color info

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

RGB color model

#BABAC7 color RGB value is (186,186,199).

RGB: (186,186,199) (73%, 73%, 78%)

RGB channels and saturation

R 186 of 255 = 73%
G 186 of 255 = 73%
B 199 of 255 = 78%

186
186
199

R + G + B ~ 75%. #BABAC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 186 + 199 = 571 (100%)
R 186 of 571 ~ 32.57%
G 186 of 571 ~ 32.57%
B 199 of 571 ~ 34.85'%

%32.57
%32.57
%34.85

CMYK color model

#BABAC7 color CMYK value is (7,7,0,22).

  • cyan value is 6.53%
  • magenta value is 6.53%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (7,7,0,22)
C7M7Y0K22 (7%, 7%, 0%, 22%)
(0.07 / 0.07 / 0.00 / 0.22)

CMYK percentages

%6.53
%6.53
%0
%21.96

Codes

Color #BABAC7 in popluar color models

BA BA C7
RGB 186 186 199
HSL 240° 10.40% 75.49%
HSB/HSV 240° 6.53% 78.04%
CMYK 6.53% 6.53% 0.00%
21.96%

Color #BABAC7 in popluar number systems.

HEX BA BA C7
Decimal 186 186 199
Binary 10111010 10111010 11000111
Octal 272 272 307

Shades and tints

Shades of #BABAC7

#BABAC7
(186,186,199)
#AAAAB5
(170,170,181)
#9A9AA3
(154,154,163)
#8A8A91
(138,138,145)
#7A7A7F
(122,122,127)
#6A6A6D
(106,106,109)
#5A5A5B
(90,90,91)
#4A4A49
(74,74,73)
#3A3A37
(58,58,55)
#2A2A25
(42,42,37)
#1A1A13
(26,26,19)
#000000
(0,0,0)

Tints of #BABAC7

#BABAC7
(186,186,199)
#C0C0CC
(192,192,204)
#C6C6D1
(198,198,209)
#CCCCD6
(204,204,214)
#D2D2DB
(210,210,219)
#D8D8E0
(216,216,224)
#DEDEE5
(222,222,229)
#E4E4EA
(228,228,234)
#EAEAEF
(234,234,239)
#F0F0F4
(240,240,244)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABAC7; }

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

This text font color is #BABAC7.

Background Color

.myBgColor { background-color: #BABAC7; }

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

This div background color is #BABAC7.

Border color

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

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

This div border color is #BABAC7.

Opacity

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

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

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

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

This text has shadow with #BABAC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BABAC7.

Preview

Color preview on black background

This text has color #BABAC7 on black background.


Color preview on white background

This text has color #BABAC7 on white background.


Black color preview on #BABAC7 background

This text has black color on #BABAC7 background.


White color preview on #BABAC7 background

This text has white color on #BABAC7 background.


Related colors

Complementary color

Complementary color for #hex is #454538.


I love getcolorcode.com