COLOR #BABCC6

HEX: #BABCC6
RGB: (186,188,198)

Color info

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

RGB color model

#BABCC6 color RGB value is (186,188,198).

  • red value is 186;
  • green value is 188;
  • blue value is 198.
RGB:
(186,188,198)
(73%,74%,78%)

RGB channels and saturation

R 186 of 255 = 73%
G 188 of 255 = 74%
B 198 of 255 = 78%

186
188
198

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

Portions of RGB colors in percentages

R + G + B =
186 + 188 + 198 = 572 (100%)
R 186 of 572 ~ 32.52%
G 188 of 572 ~ 32.87%
B 198 of 572 ~ 34.62%

%32.52
%32.87
%34.62

CMYK color model

#BABCC6 color CMYK value is (6,5,0,22).

  • cyan value is 6.06%
  • magenta value is 5.05%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(6,5,0,22)
C6M5Y0K22 
(6%,5%,0%,22%)
(0.06/0.05/0.00/0.22)	

CMYK percentages

%6.06
%5.05
%0
%22.35

Codes

Color #BABCC6 in popluar color models

BABCC6
RGB186188198
HSL230°9.52%75.29%
HSB/HSV230°6.06%77.65%
CMYK6.06%5.05%0.00%
22.35%

Color #BABCC6 in popluar number systems.

HEXBABCC6
Decimal186188198
Binary101110101011110011000110
Octal272274306

Shades and tints

Shades of #BABCC6

#BABCC6
(186,188,198)
#AAABB4
(170,171,180)
#9A9AA2
(154,154,162)
#8A8990
(138,137,144)
#7A787E
(122,120,126)
#6A676C
(106,103,108)
#5A565A
(90,86,90)
#4A4548
(74,69,72)
#3A3436
(58,52,54)
#2A2324
(42,35,36)
#1A1212
(26,18,18)
#000000
(0,0,0)

Tints of #BABCC6

#BABCC6
(186,188,198)
#C0C2CB
(192,194,203)
#C6C8D0
(198,200,208)
#CCCED5
(204,206,213)
#D2D4DA
(210,212,218)
#D8DADF
(216,218,223)
#DEE0E4
(222,224,228)
#E4E6E9
(228,230,233)
#EAECEE
(234,236,238)
#F0F2F3
(240,242,243)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABCC6; }

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

This text font color is #BABCC6.


Background Color

.myBgColor { background-color: #BABCC6; }

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

This div background color is #BABCC6.


Border color

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

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

This div border color is #BABCC6.


Opacity

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

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

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

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

This text has shadow with #BABCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABCC6 on black background.


Color preview on white background

This text has color #BABCC6 on white background.



Black color preview on #BABCC6 background

This text has black color on #BABCC6 background.


White color preview on #BABCC6 background

This text has white color on #BABCC6 background.