COLOR #B7BEB8

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

183
190
184

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

Portions of RGB colors in percentages

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

%32.85
%34.11
%33.03

CMYK color model

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

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

CMYK percentages

%3.68
%0
%3.16
%25.49

Codes

Color #B7BEB8 in popluar color models

B7BEB8
RGB183190184
HSL129°5.11%73.14%
HSB/HSV129°3.68%74.51%
CMYK3.68%0.00%3.16%
25.49%

Color #B7BEB8 in popluar number systems.

HEXB7BEB8
Decimal183190184
Binary101101111011111010111000
Octal267276270

Shades and tints

Shades of #B7BEB8

#B7BEB8
(183,190,184)
#A7ADA8
(167,173,168)
#979C98
(151,156,152)
#878B88
(135,139,136)
#777A78
(119,122,120)
#676968
(103,105,104)
#575858
(87,88,88)
#474748
(71,71,72)
#373638
(55,54,56)
#272528
(39,37,40)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #B7BEB8

#B7BEB8
(183,190,184)
#BDC3BE
(189,195,190)
#C3C8C4
(195,200,196)
#C9CDCA
(201,205,202)
#CFD2D0
(207,210,208)
#D5D7D6
(213,215,214)
#DBDCDC
(219,220,220)
#E1E1E2
(225,225,226)
#E7E6E8
(231,230,232)
#EDEBEE
(237,235,238)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BEB8; }

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

This text font color is #B7BEB8.


Background Color

.myBgColor { background-color: #B7BEB8; }

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

This div background color is #B7BEB8.


Border color

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

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

This div border color is #B7BEB8.


Opacity

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

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

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

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

This text has shadow with #B7BEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BEB8 on black background.


Color preview on white background

This text has color #B7BEB8 on white background.



Black color preview on #B7BEB8 background

This text has black color on #B7BEB8 background.


White color preview on #B7BEB8 background

This text has white color on #B7BEB8 background.