COLOR #B7BDBF

HEX: #B7BDBF
RGB: (183,189,191)

Color info

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

RGB color model

#B7BDBF color RGB value is (183,189,191).

  • red value is 183;
  • green value is 189;
  • blue value is 191.
RGB:
(183,189,191)
(72%,74%,75%)

RGB channels and saturation

R 183 of 255 = 72%
G 189 of 255 = 74%
B 191 of 255 = 75%

183
189
191

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

Portions of RGB colors in percentages

R + G + B =
183 + 189 + 191 = 563 (100%)
R 183 of 563 ~ 32.5%
G 189 of 563 ~ 33.57%
B 191 of 563 ~ 33.93%

%32.5
%33.57
%33.93

CMYK color model

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

  • cyan value is 4.19%
  • magenta value is 1.05%
  • 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

%4.19
%1.05
%0
%25.1

Codes

Color #B7BDBF in popluar color models

B7BDBF
RGB183189191
HSL195°5.88%73.33%
HSB/HSV195°4.19%74.90%
CMYK4.19%1.05%0.00%
25.10%

Color #B7BDBF in popluar number systems.

HEXB7BDBF
Decimal183189191
Binary101101111011110110111111
Octal267275277

Shades and tints

Shades of #B7BDBF

#B7BDBF
(183,189,191)
#A7ACAE
(167,172,174)
#979B9D
(151,155,157)
#878A8C
(135,138,140)
#77797B
(119,121,123)
#67686A
(103,104,106)
#575759
(87,87,89)
#474648
(71,70,72)
#373537
(55,53,55)
#272426
(39,36,38)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #B7BDBF

#B7BDBF
(183,189,191)
#BDC3C4
(189,195,196)
#C3C9C9
(195,201,201)
#C9CFCE
(201,207,206)
#CFD5D3
(207,213,211)
#D5DBD8
(213,219,216)
#DBE1DD
(219,225,221)
#E1E7E2
(225,231,226)
#E7EDE7
(231,237,231)
#EDF3EC
(237,243,236)
#F3F9F1
(243,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7BDBF color. Also use rgb(183,189,191) instead hex code.

Text Font Color

.myTextColor { color: #B7BDBF; }

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

This text font color is #B7BDBF.


Background Color

.myBgColor { background-color: #B7BDBF; }

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

This div background color is #B7BDBF.


Border color

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

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

This div border color is #B7BDBF.


Opacity

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

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

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

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

This text has shadow with #B7BDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BDBF on black background.


Color preview on white background

This text has color #B7BDBF on white background.



Black color preview on #B7BDBF background

This text has black color on #B7BDBF background.


White color preview on #B7BDBF background

This text has white color on #B7BDBF background.