COLOR #BBB7B8

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

187
183
184

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

Portions of RGB colors in percentages

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

%33.75
%33.03
%33.21

CMYK color model

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

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

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

CMYK percentages

%0
%2.14
%1.6
%26.67

Codes

Color #BBB7B8 in popluar color models

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

Color #BBB7B8 in popluar number systems.

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

Shades and tints

Shades of #BBB7B8

#BBB7B8
(187,183,184)
#AAA7A8
(170,167,168)
#999798
(153,151,152)
#888788
(136,135,136)
#777778
(119,119,120)
#666768
(102,103,104)
#555758
(85,87,88)
#444748
(68,71,72)
#333738
(51,55,56)
#222728
(34,39,40)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #BBB7B8

#BBB7B8
(187,183,184)
#C1BDBE
(193,189,190)
#C7C3C4
(199,195,196)
#CDC9CA
(205,201,202)
#D3CFD0
(211,207,208)
#D9D5D6
(217,213,214)
#DFDBDC
(223,219,220)
#E5E1E2
(229,225,226)
#EBE7E8
(235,231,232)
#F1EDEE
(241,237,238)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB7B8; }

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

This text font color is #BBB7B8.

Background Color

.myBgColor { background-color: #BBB7B8; }

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

This div background color is #BBB7B8.

Border color

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

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

This div border color is #BBB7B8.

Opacity

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

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

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

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

This text has shadow with #BBB7B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB7B8.

Preview

Color preview on black background

This text has color #BBB7B8 on black background.


Color preview on white background

This text has color #BBB7B8 on white background.


Black color preview on #BBB7B8 background

This text has black color on #BBB7B8 background.


White color preview on #BBB7B8 background

This text has white color on #BBB7B8 background.


Related colors

Complementary color

Complementary color for #hex is #444847.


I love getcolorcode.com

Triadic colors

1 #B8BBB7 and #B7B8BB with #BBB7B8 are triadic colors.

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