COLOR #B7B4BE

HEX: #B7B4BE
RGB: (183,180,190)

Color info

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

RGB color model

#B7B4BE color RGB value is (183,180,190).

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

RGB channels and saturation

R 183 of 255 = 72%
G 180 of 255 = 71%
B 190 of 255 = 75%

183
180
190

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

Portions of RGB colors in percentages

R + G + B =
183 + 180 + 190 = 553 (100%)
R 183 of 553 ~ 33.09%
G 180 of 553 ~ 32.55%
B 190 of 553 ~ 34.36%

%33.09
%32.55
%34.36

CMYK color model

#B7B4BE color CMYK value is (4,5,0,25).

  • cyan value is 3.68%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(4,5,0,25)
C4M5Y0K25 
(4%,5%,0%,25%)
(0.04/0.05/0.00/0.25)	

CMYK percentages

%3.68
%5.26
%0
%25.49

Codes

Color #B7B4BE in popluar color models

B7B4BE
RGB183180190
HSL258°7.14%72.55%
HSB/HSV258°5.26%74.51%
CMYK3.68%5.26%0.00%
25.49%

Color #B7B4BE in popluar number systems.

HEXB7B4BE
Decimal183180190
Binary101101111011010010111110
Octal267264276

Shades and tints

Shades of #B7B4BE

#B7B4BE
(183,180,190)
#A7A4AD
(167,164,173)
#97949C
(151,148,156)
#87848B
(135,132,139)
#77747A
(119,116,122)
#676469
(103,100,105)
#575458
(87,84,88)
#474447
(71,68,71)
#373436
(55,52,54)
#272425
(39,36,37)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #B7B4BE

#B7B4BE
(183,180,190)
#BDBAC3
(189,186,195)
#C3C0C8
(195,192,200)
#C9C6CD
(201,198,205)
#CFCCD2
(207,204,210)
#D5D2D7
(213,210,215)
#DBD8DC
(219,216,220)
#E1DEE1
(225,222,225)
#E7E4E6
(231,228,230)
#EDEAEB
(237,234,235)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B4BE; }

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

This text font color is #B7B4BE.


Background Color

.myBgColor { background-color: #B7B4BE; }

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

This div background color is #B7B4BE.


Border color

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

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

This div border color is #B7B4BE.


Opacity

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

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

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

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

This text has shadow with #B7B4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B4BE on black background.


Color preview on white background

This text has color #B7B4BE on white background.



Black color preview on #B7B4BE background

This text has black color on #B7B4BE background.


White color preview on #B7B4BE background

This text has white color on #B7B4BE background.