COLOR #B8B9BE

HEX: #B8B9BE
RGB: (184,185,190)

Color info

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

RGB color model

#B8B9BE color RGB value is (184,185,190).

  • red value is 184;
  • green value is 185;
  • blue value is 190.
RGB:
(184,185,190)
(72%,73%,75%)

RGB channels and saturation

R 184 of 255 = 72%
G 185 of 255 = 73%
B 190 of 255 = 75%

184
185
190

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

Portions of RGB colors in percentages

R + G + B =
184 + 185 + 190 = 559 (100%)
R 184 of 559 ~ 32.92%
G 185 of 559 ~ 33.09%
B 190 of 559 ~ 33.99%

%32.92
%33.09
%33.99

CMYK color model

#B8B9BE color CMYK value is (3,3,0,25).

  • cyan value is 3.16%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(3,3,0,25)
C3M3Y0K25 
(3%,3%,0%,25%)
(0.03/0.03/0.00/0.25)	

CMYK percentages

%3.16
%2.63
%0
%25.49

Codes

Color #B8B9BE in popluar color models

B8B9BE
RGB184185190
HSL230°4.41%73.33%
HSB/HSV230°3.16%74.51%
CMYK3.16%2.63%0.00%
25.49%

Color #B8B9BE in popluar number systems.

HEXB8B9BE
Decimal184185190
Binary101110001011100110111110
Octal270271276

Shades and tints

Shades of #B8B9BE

#B8B9BE
(184,185,190)
#A8A9AD
(168,169,173)
#98999C
(152,153,156)
#88898B
(136,137,139)
#78797A
(120,121,122)
#686969
(104,105,105)
#585958
(88,89,88)
#484947
(72,73,71)
#383936
(56,57,54)
#282925
(40,41,37)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #B8B9BE

#B8B9BE
(184,185,190)
#BEBFC3
(190,191,195)
#C4C5C8
(196,197,200)
#CACBCD
(202,203,205)
#D0D1D2
(208,209,210)
#D6D7D7
(214,215,215)
#DCDDDC
(220,221,220)
#E2E3E1
(226,227,225)
#E8E9E6
(232,233,230)
#EEEFEB
(238,239,235)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8B9BE color. Also use rgb(184,185,190) instead hex code.

Text Font Color

.myTextColor { color: #B8B9BE; }

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

This text font color is #B8B9BE.


Background Color

.myBgColor { background-color: #B8B9BE; }

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

This div background color is #B8B9BE.


Border color

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

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

This div border color is #B8B9BE.


Opacity

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

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

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

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

This text has shadow with #B8B9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B9BE on black background.


Color preview on white background

This text has color #B8B9BE on white background.



Black color preview on #B8B9BE background

This text has black color on #B8B9BE background.


White color preview on #B8B9BE background

This text has white color on #B8B9BE background.