COLOR #BABBB6

HEX: #BABBB6
RGB: (186,187,182)

Color info

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

RGB color model

#BABBB6 color RGB value is (186,187,182).

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

RGB channels and saturation

R 186 of 255 = 73%
G 187 of 255 = 73%
B 182 of 255 = 71%

186
187
182

R + G + B ~ 72%. #BABBB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 187 + 182 = 555 (100%)
R 186 of 555 ~ 33.51%
G 187 of 555 ~ 33.69%
B 182 of 555 ~ 32.79%

%33.51
%33.69
%32.79

CMYK color model

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

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 2.67%
  • key color value is 26.67%
CMYK:
(1,0,3,27)
C1M0Y3K27 
(1%,0%,3%,27%)
(0.01/0.00/0.03/0.27)	

CMYK percentages

%0.53
%0
%2.67
%26.67

Codes

Color #BABBB6 in popluar color models

BABBB6
RGB186187182
HSL72°3.55%72.35%
HSB/HSV72°2.67%73.33%
CMYK0.53%0.00%2.67%
26.67%

Color #BABBB6 in popluar number systems.

HEXBABBB6
Decimal186187182
Binary101110101011101110110110
Octal272273266

Shades and tints

Shades of #BABBB6

#BABBB6
(186,187,182)
#AAAAA6
(170,170,166)
#9A9996
(154,153,150)
#8A8886
(138,136,134)
#7A7776
(122,119,118)
#6A6666
(106,102,102)
#5A5556
(90,85,86)
#4A4446
(74,68,70)
#3A3336
(58,51,54)
#2A2226
(42,34,38)
#1A1116
(26,17,22)
#000000
(0,0,0)

Tints of #BABBB6

#BABBB6
(186,187,182)
#C0C1BC
(192,193,188)
#C6C7C2
(198,199,194)
#CCCDC8
(204,205,200)
#D2D3CE
(210,211,206)
#D8D9D4
(216,217,212)
#DEDFDA
(222,223,218)
#E4E5E0
(228,229,224)
#EAEBE6
(234,235,230)
#F0F1EC
(240,241,236)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABBB6; }

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

This text font color is #BABBB6.


Background Color

.myBgColor { background-color: #BABBB6; }

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

This div background color is #BABBB6.


Border color

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

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

This div border color is #BABBB6.


Opacity

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

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

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

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

This text has shadow with #BABBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABBB6 on black background.


Color preview on white background

This text has color #BABBB6 on white background.



Black color preview on #BABBB6 background

This text has black color on #BABBB6 background.


White color preview on #BABBB6 background

This text has white color on #BABBB6 background.