COLOR #BABAB8

HEX: #BABAB8
RGB: (186,186,184)

Color info

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

RGB color model

#BABAB8 color RGB value is (186,186,184).

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

RGB channels and saturation

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

186
186
184

R + G + B ~ 73%. #BABAB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 186 + 184 = 556 (100%)
R 186 of 556 ~ 33.45%
G 186 of 556 ~ 33.45%
B 184 of 556 ~ 33.09%

%33.45
%33.45
%33.09

CMYK color model

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

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

CMYK percentages

%0
%0
%1.08
%27.06

Codes

Color #BABAB8 in popluar color models

BABAB8
RGB186186184
HSL60°1.43%72.55%
HSB/HSV60°1.08%72.94%
CMYK0.00%0.00%1.08%
27.06%

Color #BABAB8 in popluar number systems.

HEXBABAB8
Decimal186186184
Binary101110101011101010111000
Octal272272270

Shades and tints

Shades of #BABAB8

#BABAB8
(186,186,184)
#AAAAA8
(170,170,168)
#9A9A98
(154,154,152)
#8A8A88
(138,138,136)
#7A7A78
(122,122,120)
#6A6A68
(106,106,104)
#5A5A58
(90,90,88)
#4A4A48
(74,74,72)
#3A3A38
(58,58,56)
#2A2A28
(42,42,40)
#1A1A18
(26,26,24)
#000000
(0,0,0)

Tints of #BABAB8

#BABAB8
(186,186,184)
#C0C0BE
(192,192,190)
#C6C6C4
(198,198,196)
#CCCCCA
(204,204,202)
#D2D2D0
(210,210,208)
#D8D8D6
(216,216,214)
#DEDEDC
(222,222,220)
#E4E4E2
(228,228,226)
#EAEAE8
(234,234,232)
#F0F0EE
(240,240,238)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABAB8; }

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

This text font color is #BABAB8.


Background Color

.myBgColor { background-color: #BABAB8; }

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

This div background color is #BABAB8.


Border color

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

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

This div border color is #BABAB8.


Opacity

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

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

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

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

This text has shadow with #BABAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABAB8 on black background.


Color preview on white background

This text has color #BABAB8 on white background.



Black color preview on #BABAB8 background

This text has black color on #BABAB8 background.


White color preview on #BABAB8 background

This text has white color on #BABAB8 background.