COLOR #BABCB9

HEX: #BABCB9
RGB: (186,188,185)

Color info

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

RGB color model

#BABCB9 color RGB value is (186,188,185).

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

RGB channels and saturation

R 186 of 255 = 73%
G 188 of 255 = 74%
B 185 of 255 = 73%

186
188
185

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

Portions of RGB colors in percentages

R + G + B =
186 + 188 + 185 = 559 (100%)
R 186 of 559 ~ 33.27%
G 188 of 559 ~ 33.63%
B 185 of 559 ~ 33.09%

%33.27
%33.63
%33.09

CMYK color model

#BABCB9 color CMYK value is (1,0,2,26).

  • cyan value is 1.06%
  • magenta value is 0.00%
  • yellow value is 1.60%
  • key color value is 26.27%
CMYK:
(1,0,2,26)
C1M0Y2K26 
(1%,0%,2%,26%)
(0.01/0.00/0.02/0.26)	

CMYK percentages

%1.06
%0
%1.6
%26.27

Codes

Color #BABCB9 in popluar color models

BABCB9
RGB186188185
HSL100°2.19%73.14%
HSB/HSV100°1.60%73.73%
CMYK1.06%0.00%1.60%
26.27%

Color #BABCB9 in popluar number systems.

HEXBABCB9
Decimal186188185
Binary101110101011110010111001
Octal272274271

Shades and tints

Shades of #BABCB9

#BABCB9
(186,188,185)
#AAABA9
(170,171,169)
#9A9A99
(154,154,153)
#8A8989
(138,137,137)
#7A7879
(122,120,121)
#6A6769
(106,103,105)
#5A5659
(90,86,89)
#4A4549
(74,69,73)
#3A3439
(58,52,57)
#2A2329
(42,35,41)
#1A1219
(26,18,25)
#000000
(0,0,0)

Tints of #BABCB9

#BABCB9
(186,188,185)
#C0C2BF
(192,194,191)
#C6C8C5
(198,200,197)
#CCCECB
(204,206,203)
#D2D4D1
(210,212,209)
#D8DAD7
(216,218,215)
#DEE0DD
(222,224,221)
#E4E6E3
(228,230,227)
#EAECE9
(234,236,233)
#F0F2EF
(240,242,239)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABCB9; }

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

This text font color is #BABCB9.


Background Color

.myBgColor { background-color: #BABCB9; }

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

This div background color is #BABCB9.


Border color

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

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

This div border color is #BABCB9.


Opacity

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

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

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

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

This text has shadow with #BABCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABCB9 on black background.


Color preview on white background

This text has color #BABCB9 on white background.



Black color preview on #BABCB9 background

This text has black color on #BABCB9 background.


White color preview on #BABCB9 background

This text has white color on #BABCB9 background.