COLOR #B7BFCF

HEX: #B7BFCF
RGB: (183,191,207)

Color info

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

RGB color model

#B7BFCF color RGB value is (183,191,207).

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

RGB channels and saturation

R 183 of 255 = 72%
G 191 of 255 = 75%
B 207 of 255 = 81%

183
191
207

R + G + B ~ 76%. #B7BFCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 191 + 207 = 581 (100%)
R 183 of 581 ~ 31.5%
G 191 of 581 ~ 32.87%
B 207 of 581 ~ 35.63%

%31.5
%32.87
%35.63

CMYK color model

#B7BFCF color CMYK value is (12,8,0,19).

  • cyan value is 11.59%
  • magenta value is 7.73%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(12,8,0,19)
C12M8Y0K19 
(12%,8%,0%,19%)
(0.12/0.08/0.00/0.19)	

CMYK percentages

%11.59
%7.73
%0
%18.82

Codes

Color #B7BFCF in popluar color models

B7BFCF
RGB183191207
HSL220°20.00%76.47%
HSB/HSV220°11.59%81.18%
CMYK11.59%7.73%0.00%
18.82%

Color #B7BFCF in popluar number systems.

HEXB7BFCF
Decimal183191207
Binary101101111011111111001111
Octal267277317

Shades and tints

Shades of #B7BFCF

#B7BFCF
(183,191,207)
#A7AEBD
(167,174,189)
#979DAB
(151,157,171)
#878C99
(135,140,153)
#777B87
(119,123,135)
#676A75
(103,106,117)
#575963
(87,89,99)
#474851
(71,72,81)
#37373F
(55,55,63)
#27262D
(39,38,45)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #B7BFCF

#B7BFCF
(183,191,207)
#BDC4D3
(189,196,211)
#C3C9D7
(195,201,215)
#C9CEDB
(201,206,219)
#CFD3DF
(207,211,223)
#D5D8E3
(213,216,227)
#DBDDE7
(219,221,231)
#E1E2EB
(225,226,235)
#E7E7EF
(231,231,239)
#EDECF3
(237,236,243)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BFCF; }

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

This text font color is #B7BFCF.


Background Color

.myBgColor { background-color: #B7BFCF; }

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

This div background color is #B7BFCF.


Border color

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

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

This div border color is #B7BFCF.


Opacity

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

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

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

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

This text has shadow with #B7BFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BFCF on black background.


Color preview on white background

This text has color #B7BFCF on white background.



Black color preview on #B7BFCF background

This text has black color on #B7BFCF background.


White color preview on #B7BFCF background

This text has white color on #B7BFCF background.