COLOR #B8BEBF

HEX: #B8BEBF
RGB: (184,190,191)

Color info

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

RGB color model

#B8BEBF color RGB value is (184,190,191).

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

RGB channels and saturation

R 184 of 255 = 72%
G 190 of 255 = 75%
B 191 of 255 = 75%

184
190
191

R + G + B ~ 74%. #B8BEBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 190 + 191 = 565 (100%)
R 184 of 565 ~ 32.57%
G 190 of 565 ~ 33.63%
B 191 of 565 ~ 33.81%

%32.57
%33.63
%33.81

CMYK color model

#B8BEBF color CMYK value is (4,1,0,25).

  • cyan value is 3.66%
  • magenta value is 0.52%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(4,1,0,25)
C4M1Y0K25 
(4%,1%,0%,25%)
(0.04/0.01/0.00/0.25)	

CMYK percentages

%3.66
%0.52
%0
%25.1

Codes

Color #B8BEBF in popluar color models

B8BEBF
RGB184190191
HSL189°5.19%73.53%
HSB/HSV189°3.66%74.90%
CMYK3.66%0.52%0.00%
25.10%

Color #B8BEBF in popluar number systems.

HEXB8BEBF
Decimal184190191
Binary101110001011111010111111
Octal270276277

Shades and tints

Shades of #B8BEBF

#B8BEBF
(184,190,191)
#A8ADAE
(168,173,174)
#989C9D
(152,156,157)
#888B8C
(136,139,140)
#787A7B
(120,122,123)
#68696A
(104,105,106)
#585859
(88,88,89)
#484748
(72,71,72)
#383637
(56,54,55)
#282526
(40,37,38)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #B8BEBF

#B8BEBF
(184,190,191)
#BEC3C4
(190,195,196)
#C4C8C9
(196,200,201)
#CACDCE
(202,205,206)
#D0D2D3
(208,210,211)
#D6D7D8
(214,215,216)
#DCDCDD
(220,220,221)
#E2E1E2
(226,225,226)
#E8E6E7
(232,230,231)
#EEEBEC
(238,235,236)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8BEBF; }

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

This text font color is #B8BEBF.


Background Color

.myBgColor { background-color: #B8BEBF; }

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

This div background color is #B8BEBF.


Border color

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

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

This div border color is #B8BEBF.


Opacity

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

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

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

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

This text has shadow with #B8BEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8BEBF on black background.


Color preview on white background

This text has color #B8BEBF on white background.



Black color preview on #B8BEBF background

This text has black color on #B8BEBF background.


White color preview on #B8BEBF background

This text has white color on #B8BEBF background.