COLOR #B8BDBC

HEX: #B8BDBC
RGB: (184,189,188)

Color info

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

RGB color model

#B8BDBC color RGB value is (184,189,188).

  • red value is 184;
  • green value is 189;
  • blue value is 188.
RGB:
(184,189,188)
(72%,74%,74%)

RGB channels and saturation

R 184 of 255 = 72%
G 189 of 255 = 74%
B 188 of 255 = 74%

184
189
188

R + G + B ~ 73%. #B8BDBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 189 + 188 = 561 (100%)
R 184 of 561 ~ 32.8%
G 189 of 561 ~ 33.69%
B 188 of 561 ~ 33.51%

%32.8
%33.69
%33.51

CMYK color model

#B8BDBC color CMYK value is (3,0,1,26).

  • cyan value is 2.65%
  • magenta value is 0.00%
  • yellow value is 0.53%
  • key color value is 25.88%
CMYK:
(3,0,1,26)
C3M0Y1K26 
(3%,0%,1%,26%)
(0.03/0.00/0.01/0.26)	

CMYK percentages

%2.65
%0
%0.53
%25.88

Codes

Color #B8BDBC in popluar color models

B8BDBC
RGB184189188
HSL168°3.65%73.14%
HSB/HSV168°2.65%74.12%
CMYK2.65%0.00%0.53%
25.88%

Color #B8BDBC in popluar number systems.

HEXB8BDBC
Decimal184189188
Binary101110001011110110111100
Octal270275274

Shades and tints

Shades of #B8BDBC

#B8BDBC
(184,189,188)
#A8ACAB
(168,172,171)
#989B9A
(152,155,154)
#888A89
(136,138,137)
#787978
(120,121,120)
#686867
(104,104,103)
#585756
(88,87,86)
#484645
(72,70,69)
#383534
(56,53,52)
#282423
(40,36,35)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #B8BDBC

#B8BDBC
(184,189,188)
#BEC3C2
(190,195,194)
#C4C9C8
(196,201,200)
#CACFCE
(202,207,206)
#D0D5D4
(208,213,212)
#D6DBDA
(214,219,218)
#DCE1E0
(220,225,224)
#E2E7E6
(226,231,230)
#E8EDEC
(232,237,236)
#EEF3F2
(238,243,242)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8BDBC color. Also use rgb(184,189,188) instead hex code.

Text Font Color

.myTextColor { color: #B8BDBC; }

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

This text font color is #B8BDBC.


Background Color

.myBgColor { background-color: #B8BDBC; }

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

This div background color is #B8BDBC.


Border color

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

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

This div border color is #B8BDBC.


Opacity

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

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

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

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

This text has shadow with #B8BDBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8BDBC on black background.


Color preview on white background

This text has color #B8BDBC on white background.



Black color preview on #B8BDBC background

This text has black color on #B8BDBC background.


White color preview on #B8BDBC background

This text has white color on #B8BDBC background.