COLOR #B8B7BB

HEX: #B8B7BB RGB: (184,183,187)

Color info

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

RGB color model

#B8B7BB color RGB value is (184,183,187).

RGB: (184,183,187) (72%, 72%, 73%)

RGB channels and saturation

R 184 of 255 = 72%
G 183 of 255 = 72%
B 187 of 255 = 73%

184
183
187

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

Portions of RGB colors in percentages

R + G + B = 184 + 183 + 187 = 554 (100%)
R 184 of 554 ~ 33.21%
G 183 of 554 ~ 33.03%
B 187 of 554 ~ 33.75'%

%33.21
%33.03
%33.75

CMYK color model

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

  • cyan value is 1.60%
  • magenta value is 2.14%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (2,2,0,27)
C2M2Y0K27 (2%, 2%, 0%, 27%)
(0.02 / 0.02 / 0.00 / 0.27)

CMYK percentages

%1.6
%2.14
%0
%26.67

Codes

Color #B8B7BB in popluar color models

B8 B7 BB
RGB 184 183 187
HSL 255° 2.86% 72.55%
HSB/HSV 255° 2.14% 73.33%
CMYK 1.60% 2.14% 0.00%
26.67%

Color #B8B7BB in popluar number systems.

HEX B8 B7 BB
Decimal 184 183 187
Binary 10111000 10110111 10111011
Octal 270 267 273

Shades and tints

Shades of #B8B7BB

#B8B7BB
(184,183,187)
#A8A7AA
(168,167,170)
#989799
(152,151,153)
#888788
(136,135,136)
#787777
(120,119,119)
#686766
(104,103,102)
#585755
(88,87,85)
#484744
(72,71,68)
#383733
(56,55,51)
#282722
(40,39,34)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #B8B7BB

#B8B7BB
(184,183,187)
#BEBDC1
(190,189,193)
#C4C3C7
(196,195,199)
#CAC9CD
(202,201,205)
#D0CFD3
(208,207,211)
#D6D5D9
(214,213,217)
#DCDBDF
(220,219,223)
#E2E1E5
(226,225,229)
#E8E7EB
(232,231,235)
#EEEDF1
(238,237,241)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B7BB; }

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

This text font color is #B8B7BB.

Background Color

.myBgColor { background-color: #B8B7BB; }

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

This div background color is #B8B7BB.

Border color

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

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

This div border color is #B8B7BB.

Opacity

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

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

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

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

This text has shadow with #B8B7BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8B7BB.

Preview

Color preview on black background

This text has color #B8B7BB on black background.


Color preview on white background

This text has color #B8B7BB on white background.


Black color preview on #B8B7BB background

This text has black color on #B8B7BB background.


White color preview on #B8B7BB background

This text has white color on #B8B7BB background.


Related colors

Complementary color

Complementary color for #hex is #474844.


I love getcolorcode.com

Triadic colors

1 #BBB8B7 and #B7BBB8 with #B8B7BB are triadic colors.

2 #BBB7B8 and #B7B8BB with #B8B7BB are triadic colors.