COLOR #B8BEB7

HEX: #B8BEB7
RGB: (184,190,183)

Color info

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

RGB color model

#B8BEB7 color RGB value is (184,190,183).

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

RGB channels and saturation

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

184
190
183

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

Portions of RGB colors in percentages

R + G + B =
184 + 190 + 183 = 557 (100%)
R 184 of 557 ~ 33.03%
G 190 of 557 ~ 34.11%
B 183 of 557 ~ 32.85%

%33.03
%34.11
%32.85

CMYK color model

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

  • cyan value is 3.16%
  • magenta value is 0.00%
  • yellow value is 3.68%
  • key color value is 25.49%
CMYK:
(3,0,4,25)
C3M0Y4K25 
(3%,0%,4%,25%)
(0.03/0.00/0.04/0.25)	

CMYK percentages

%3.16
%0
%3.68
%25.49

Codes

Color #B8BEB7 in popluar color models

B8BEB7
RGB184190183
HSL111°5.11%73.14%
HSB/HSV111°3.68%74.51%
CMYK3.16%0.00%3.68%
25.49%

Color #B8BEB7 in popluar number systems.

HEXB8BEB7
Decimal184190183
Binary101110001011111010110111
Octal270276267

Shades and tints

Shades of #B8BEB7

#B8BEB7
(184,190,183)
#A8ADA7
(168,173,167)
#989C97
(152,156,151)
#888B87
(136,139,135)
#787A77
(120,122,119)
#686967
(104,105,103)
#585857
(88,88,87)
#484747
(72,71,71)
#383637
(56,54,55)
#282527
(40,37,39)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #B8BEB7

#B8BEB7
(184,190,183)
#BEC3BD
(190,195,189)
#C4C8C3
(196,200,195)
#CACDC9
(202,205,201)
#D0D2CF
(208,210,207)
#D6D7D5
(214,215,213)
#DCDCDB
(220,220,219)
#E2E1E1
(226,225,225)
#E8E6E7
(232,230,231)
#EEEBED
(238,235,237)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8BEB7; }

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

This text font color is #B8BEB7.


Background Color

.myBgColor { background-color: #B8BEB7; }

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

This div background color is #B8BEB7.


Border color

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

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

This div border color is #B8BEB7.


Opacity

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

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

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

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

This text has shadow with #B8BEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8BEB7 on black background.


Color preview on white background

This text has color #B8BEB7 on white background.



Black color preview on #B8BEB7 background

This text has black color on #B8BEB7 background.


White color preview on #B8BEB7 background

This text has white color on #B8BEB7 background.