COLOR #B7BBB6

HEX: #B7BBB6
RGB: (183,187,182)

Color info

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

RGB color model

#B7BBB6 color RGB value is (183,187,182).

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

RGB channels and saturation

R 183 of 255 = 72%
G 187 of 255 = 73%
B 182 of 255 = 71%

183
187
182

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

Portions of RGB colors in percentages

R + G + B =
183 + 187 + 182 = 552 (100%)
R 183 of 552 ~ 33.15%
G 187 of 552 ~ 33.88%
B 182 of 552 ~ 32.97%

%33.15
%33.88
%32.97

CMYK color model

#B7BBB6 color CMYK value is (2,0,3,27).

  • cyan value is 2.14%
  • magenta value is 0.00%
  • yellow value is 2.67%
  • key color value is 26.67%
CMYK:
(2,0,3,27)
C2M0Y3K27 
(2%,0%,3%,27%)
(0.02/0.00/0.03/0.27)	

CMYK percentages

%2.14
%0
%2.67
%26.67

Codes

Color #B7BBB6 in popluar color models

B7BBB6
RGB183187182
HSL108°3.55%72.35%
HSB/HSV108°2.67%73.33%
CMYK2.14%0.00%2.67%
26.67%

Color #B7BBB6 in popluar number systems.

HEXB7BBB6
Decimal183187182
Binary101101111011101110110110
Octal267273266

Shades and tints

Shades of #B7BBB6

#B7BBB6
(183,187,182)
#A7AAA6
(167,170,166)
#979996
(151,153,150)
#878886
(135,136,134)
#777776
(119,119,118)
#676666
(103,102,102)
#575556
(87,85,86)
#474446
(71,68,70)
#373336
(55,51,54)
#272226
(39,34,38)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #B7BBB6

#B7BBB6
(183,187,182)
#BDC1BC
(189,193,188)
#C3C7C2
(195,199,194)
#C9CDC8
(201,205,200)
#CFD3CE
(207,211,206)
#D5D9D4
(213,217,212)
#DBDFDA
(219,223,218)
#E1E5E0
(225,229,224)
#E7EBE6
(231,235,230)
#EDF1EC
(237,241,236)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BBB6; }

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

This text font color is #B7BBB6.


Background Color

.myBgColor { background-color: #B7BBB6; }

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

This div background color is #B7BBB6.


Border color

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

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

This div border color is #B7BBB6.


Opacity

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

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

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

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

This text has shadow with #B7BBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BBB6 on black background.


Color preview on white background

This text has color #B7BBB6 on white background.



Black color preview on #B7BBB6 background

This text has black color on #B7BBB6 background.


White color preview on #B7BBB6 background

This text has white color on #B7BBB6 background.