COLOR #BAB6B8

HEX: #BAB6B8
RGB: (186,182,184)

Color info

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

RGB color model

#BAB6B8 color RGB value is (186,182,184).

  • red value is 186;
  • green value is 182;
  • blue value is 184.
RGB:
(186,182,184)
(73%,71%,72%)

RGB channels and saturation

R 186 of 255 = 73%
G 182 of 255 = 71%
B 184 of 255 = 72%

186
182
184

R + G + B ~ 72%. #BAB6B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 182 + 184 = 552 (100%)
R 186 of 552 ~ 33.7%
G 182 of 552 ~ 32.97%
B 184 of 552 ~ 33.33%

%33.7
%32.97
%33.33

CMYK color model

#BAB6B8 color CMYK value is (0,2,1,27).

  • cyan value is 0.00%
  • magenta value is 2.15%
  • yellow value is 1.08%
  • key color value is 27.06%
CMYK:
(0,2,1,27)
C0M2Y1K27 
(0%,2%,1%,27%)
(0.00/0.02/0.01/0.27)	

CMYK percentages

%0
%2.15
%1.08
%27.06

Codes

Color #BAB6B8 in popluar color models

BAB6B8
RGB186182184
HSL330°2.82%72.16%
HSB/HSV330°2.15%72.94%
CMYK0.00%2.15%1.08%
27.06%

Color #BAB6B8 in popluar number systems.

HEXBAB6B8
Decimal186182184
Binary101110101011011010111000
Octal272266270

Shades and tints

Shades of #BAB6B8

#BAB6B8
(186,182,184)
#AAA6A8
(170,166,168)
#9A9698
(154,150,152)
#8A8688
(138,134,136)
#7A7678
(122,118,120)
#6A6668
(106,102,104)
#5A5658
(90,86,88)
#4A4648
(74,70,72)
#3A3638
(58,54,56)
#2A2628
(42,38,40)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #BAB6B8

#BAB6B8
(186,182,184)
#C0BCBE
(192,188,190)
#C6C2C4
(198,194,196)
#CCC8CA
(204,200,202)
#D2CED0
(210,206,208)
#D8D4D6
(216,212,214)
#DEDADC
(222,218,220)
#E4E0E2
(228,224,226)
#EAE6E8
(234,230,232)
#F0ECEE
(240,236,238)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB6B8; }

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

This text font color is #BAB6B8.


Background Color

.myBgColor { background-color: #BAB6B8; }

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

This div background color is #BAB6B8.


Border color

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

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

This div border color is #BAB6B8.


Opacity

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

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

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

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

This text has shadow with #BAB6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB6B8 on black background.


Color preview on white background

This text has color #BAB6B8 on white background.



Black color preview on #BAB6B8 background

This text has black color on #BAB6B8 background.


White color preview on #BAB6B8 background

This text has white color on #BAB6B8 background.