COLOR #BABDB6

HEX: #BABDB6
RGB: (186,189,182)

Color info

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

RGB color model

#BABDB6 color RGB value is (186,189,182).

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

RGB channels and saturation

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

186
189
182

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

Portions of RGB colors in percentages

R + G + B =
186 + 189 + 182 = 557 (100%)
R 186 of 557 ~ 33.39%
G 189 of 557 ~ 33.93%
B 182 of 557 ~ 32.68%

%33.39
%33.93
%32.68

CMYK color model

#BABDB6 color CMYK value is (2,0,4,26).

  • cyan value is 1.59%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 25.88%
CMYK:
(2,0,4,26)
C2M0Y4K26 
(2%,0%,4%,26%)
(0.02/0.00/0.04/0.26)	

CMYK percentages

%1.59
%0
%3.7
%25.88

Codes

Color #BABDB6 in popluar color models

BABDB6
RGB186189182
HSL86°5.04%72.75%
HSB/HSV86°3.70%74.12%
CMYK1.59%0.00%3.70%
25.88%

Color #BABDB6 in popluar number systems.

HEXBABDB6
Decimal186189182
Binary101110101011110110110110
Octal272275266

Shades and tints

Shades of #BABDB6

#BABDB6
(186,189,182)
#AAACA6
(170,172,166)
#9A9B96
(154,155,150)
#8A8A86
(138,138,134)
#7A7976
(122,121,118)
#6A6866
(106,104,102)
#5A5756
(90,87,86)
#4A4646
(74,70,70)
#3A3536
(58,53,54)
#2A2426
(42,36,38)
#1A1316
(26,19,22)
#000000
(0,0,0)

Tints of #BABDB6

#BABDB6
(186,189,182)
#C0C3BC
(192,195,188)
#C6C9C2
(198,201,194)
#CCCFC8
(204,207,200)
#D2D5CE
(210,213,206)
#D8DBD4
(216,219,212)
#DEE1DA
(222,225,218)
#E4E7E0
(228,231,224)
#EAEDE6
(234,237,230)
#F0F3EC
(240,243,236)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABDB6; }

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

This text font color is #BABDB6.


Background Color

.myBgColor { background-color: #BABDB6; }

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

This div background color is #BABDB6.


Border color

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

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

This div border color is #BABDB6.


Opacity

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

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

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

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

This text has shadow with #BABDB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABDB6 on black background.


Color preview on white background

This text has color #BABDB6 on white background.



Black color preview on #BABDB6 background

This text has black color on #BABDB6 background.


White color preview on #BABDB6 background

This text has white color on #BABDB6 background.