COLOR #B7B8A8

HEX: #B7B8A8 RGB: (183,184,168)

Color info

#B7B8A8 contains red, green and blue colors in about the same proportion. Web safe color of #B7B8A8 is #CCCC99 (or #CC9).

RGB color model

#B7B8A8 color RGB value is (183,184,168).

RGB: (183,184,168) (72%, 72%, 66%)

RGB channels and saturation

R 183 of 255 = 72%
G 184 of 255 = 72%
B 168 of 255 = 66%

183
184
168

R + G + B ~ 70%. #B7B8A8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 184 + 168 = 535 (100%)
R 183 of 535 ~ 34.21%
G 184 of 535 ~ 34.39%
B 168 of 535 ~ 31.4'%

%34.21
%34.39
%31.4

CMYK color model

#B7B8A8 color CMYK value is (1,0,9,28).

  • cyan value is 0.54%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 27.84%

CMYK: (1,0,9,28)
C1M0Y9K28 (1%, 0%, 9%, 28%)
(0.01 / 0.00 / 0.09 / 0.28)

CMYK percentages

%0.54
%0
%8.7
%27.84

Codes

Color #B7B8A8 in popluar color models

B7 B8 A8
RGB 183 184 168
HSL 64° 10.13% 69.02%
HSB/HSV 64° 8.70% 72.16%
CMYK 0.54% 0.00% 8.70%
27.84%

Color #B7B8A8 in popluar number systems.

HEX B7 B8 A8
Decimal 183 184 168
Binary 10110111 10111000 10101000
Octal 267 270 250

Shades and tints

Shades of #B7B8A8

#B7B8A8
(183,184,168)
#A7A899
(167,168,153)
#97988A
(151,152,138)
#87887B
(135,136,123)
#77786C
(119,120,108)
#67685D
(103,104,93)
#57584E
(87,88,78)
#47483F
(71,72,63)
#373830
(55,56,48)
#272821
(39,40,33)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #B7B8A8

#B7B8A8
(183,184,168)
#BDBEAF
(189,190,175)
#C3C4B6
(195,196,182)
#C9CABD
(201,202,189)
#CFD0C4
(207,208,196)
#D5D6CB
(213,214,203)
#DBDCD2
(219,220,210)
#E1E2D9
(225,226,217)
#E7E8E0
(231,232,224)
#EDEEE7
(237,238,231)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B8A8; }

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

This text font color is #B7B8A8.

Background Color

.myBgColor { background-color: #B7B8A8; }

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

This div background color is #B7B8A8.

Border color

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

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

This div border color is #B7B8A8.

Opacity

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

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

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

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

This text has shadow with #B7B8A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7B8A8.

Preview

Color preview on black background

This text has color #B7B8A8 on black background.


Color preview on white background

This text has color #B7B8A8 on white background.


Black color preview on #B7B8A8 background

This text has black color on #B7B8A8 background.


White color preview on #B7B8A8 background

This text has white color on #B7B8A8 background.


Related colors

Complementary color

Complementary color for #hex is #484757.


I love getcolorcode.com

Triadic colors

1 #A8B7B8 and #B8A8B7 with #B7B8A8 are triadic colors.

2 #A8B8B7 and #B8B7A8 with #B7B8A8 are triadic colors.