COLOR #BABDBB

HEX: #BABDBB
RGB: (186,189,187)

Color info

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

RGB color model

#BABDBB color RGB value is (186,189,187).

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

RGB channels and saturation

R 186 of 255 = 73%
G 189 of 255 = 74%
B 187 of 255 = 73%

186
189
187

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

Portions of RGB colors in percentages

R + G + B =
186 + 189 + 187 = 562 (100%)
R 186 of 562 ~ 33.1%
G 189 of 562 ~ 33.63%
B 187 of 562 ~ 33.27%

%33.1
%33.63
%33.27

CMYK color model

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

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

CMYK percentages

%1.59
%0
%1.06
%25.88

Codes

Color #BABDBB in popluar color models

BABDBB
RGB186189187
HSL140°2.22%73.53%
HSB/HSV140°1.59%74.12%
CMYK1.59%0.00%1.06%
25.88%

Color #BABDBB in popluar number systems.

HEXBABDBB
Decimal186189187
Binary101110101011110110111011
Octal272275273

Shades and tints

Shades of #BABDBB

#BABDBB
(186,189,187)
#AAACAA
(170,172,170)
#9A9B99
(154,155,153)
#8A8A88
(138,138,136)
#7A7977
(122,121,119)
#6A6866
(106,104,102)
#5A5755
(90,87,85)
#4A4644
(74,70,68)
#3A3533
(58,53,51)
#2A2422
(42,36,34)
#1A1311
(26,19,17)
#000000
(0,0,0)

Tints of #BABDBB

#BABDBB
(186,189,187)
#C0C3C1
(192,195,193)
#C6C9C7
(198,201,199)
#CCCFCD
(204,207,205)
#D2D5D3
(210,213,211)
#D8DBD9
(216,219,217)
#DEE1DF
(222,225,223)
#E4E7E5
(228,231,229)
#EAEDEB
(234,237,235)
#F0F3F1
(240,243,241)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABDBB; }

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

This text font color is #BABDBB.


Background Color

.myBgColor { background-color: #BABDBB; }

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

This div background color is #BABDBB.


Border color

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

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

This div border color is #BABDBB.


Opacity

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

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

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

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

This text has shadow with #BABDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABDBB on black background.


Color preview on white background

This text has color #BABDBB on white background.



Black color preview on #BABDBB background

This text has black color on #BABDBB background.


White color preview on #BABDBB background

This text has white color on #BABDBB background.