COLOR #BABCB6

HEX: #BABCB6
RGB: (186,188,182)

Color info

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

RGB color model

#BABCB6 color RGB value is (186,188,182).

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

RGB channels and saturation

R 186 of 255 = 73%
G 188 of 255 = 74%
B 182 of 255 = 71%

186
188
182

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

Portions of RGB colors in percentages

R + G + B =
186 + 188 + 182 = 556 (100%)
R 186 of 556 ~ 33.45%
G 188 of 556 ~ 33.81%
B 182 of 556 ~ 32.73%

%33.45
%33.81
%32.73

CMYK color model

#BABCB6 color CMYK value is (1,0,3,26).

  • cyan value is 1.06%
  • magenta value is 0.00%
  • yellow value is 3.19%
  • key color value is 26.27%
CMYK:
(1,0,3,26)
C1M0Y3K26 
(1%,0%,3%,26%)
(0.01/0.00/0.03/0.26)	

CMYK percentages

%1.06
%0
%3.19
%26.27

Codes

Color #BABCB6 in popluar color models

BABCB6
RGB186188182
HSL80°4.29%72.55%
HSB/HSV80°3.19%73.73%
CMYK1.06%0.00%3.19%
26.27%

Color #BABCB6 in popluar number systems.

HEXBABCB6
Decimal186188182
Binary101110101011110010110110
Octal272274266

Shades and tints

Shades of #BABCB6

#BABCB6
(186,188,182)
#AAABA6
(170,171,166)
#9A9A96
(154,154,150)
#8A8986
(138,137,134)
#7A7876
(122,120,118)
#6A6766
(106,103,102)
#5A5656
(90,86,86)
#4A4546
(74,69,70)
#3A3436
(58,52,54)
#2A2326
(42,35,38)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #BABCB6

#BABCB6
(186,188,182)
#C0C2BC
(192,194,188)
#C6C8C2
(198,200,194)
#CCCEC8
(204,206,200)
#D2D4CE
(210,212,206)
#D8DAD4
(216,218,212)
#DEE0DA
(222,224,218)
#E4E6E0
(228,230,224)
#EAECE6
(234,236,230)
#F0F2EC
(240,242,236)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABCB6; }

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

This text font color is #BABCB6.


Background Color

.myBgColor { background-color: #BABCB6; }

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

This div background color is #BABCB6.


Border color

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

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

This div border color is #BABCB6.


Opacity

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

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

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

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

This text has shadow with #BABCB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABCB6 on black background.


Color preview on white background

This text has color #BABCB6 on white background.



Black color preview on #BABCB6 background

This text has black color on #BABCB6 background.


White color preview on #BABCB6 background

This text has white color on #BABCB6 background.