COLOR #B6BBAD

HEX: #B6BBAD
RGB: (182,187,173)

Color info

#B6BBAD contains red, green and blue colors in about the same proportion. Web safe color of #B6BBAD is #CCCC99 (or #CC9).

RGB color model

#B6BBAD color RGB value is (182,187,173).

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

RGB channels and saturation

R 182 of 255 = 71%
G 187 of 255 = 73%
B 173 of 255 = 68%

182
187
173

R + G + B ~ 71%. #B6BBAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 187 + 173 = 542 (100%)
R 182 of 542 ~ 33.58%
G 187 of 542 ~ 34.5%
B 173 of 542 ~ 31.92%

%33.58
%34.5
%31.92

CMYK color model

#B6BBAD color CMYK value is (3,0,7,27).

  • cyan value is 2.67%
  • magenta value is 0.00%
  • yellow value is 7.49%
  • key color value is 26.67%
CMYK:
(3,0,7,27)
C3M0Y7K27 
(3%,0%,7%,27%)
(0.03/0.00/0.07/0.27)	

CMYK percentages

%2.67
%0
%7.49
%26.67

Codes

Color #B6BBAD in popluar color models

B6BBAD
RGB182187173
HSL81°9.33%70.59%
HSB/HSV81°7.49%73.33%
CMYK2.67%0.00%7.49%
26.67%

Color #B6BBAD in popluar number systems.

HEXB6BBAD
Decimal182187173
Binary101101101011101110101101
Octal266273255

Shades and tints

Shades of #B6BBAD

#B6BBAD
(182,187,173)
#A6AA9E
(166,170,158)
#96998F
(150,153,143)
#868880
(134,136,128)
#767771
(118,119,113)
#666662
(102,102,98)
#565553
(86,85,83)
#464444
(70,68,68)
#363335
(54,51,53)
#262226
(38,34,38)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #B6BBAD

#B6BBAD
(182,187,173)
#BCC1B4
(188,193,180)
#C2C7BB
(194,199,187)
#C8CDC2
(200,205,194)
#CED3C9
(206,211,201)
#D4D9D0
(212,217,208)
#DADFD7
(218,223,215)
#E0E5DE
(224,229,222)
#E6EBE5
(230,235,229)
#ECF1EC
(236,241,236)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BBAD; }

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

This text font color is #B6BBAD.


Background Color

.myBgColor { background-color: #B6BBAD; }

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

This div background color is #B6BBAD.


Border color

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

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

This div border color is #B6BBAD.


Opacity

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

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

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

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

This text has shadow with #B6BBAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BBAD on black background.


Color preview on white background

This text has color #B6BBAD on white background.



Black color preview on #B6BBAD background

This text has black color on #B6BBAD background.


White color preview on #B6BBAD background

This text has white color on #B6BBAD background.