COLOR #B7B2A8

HEX: #B7B2A8
RGB: (183,178,168)

Color info

#B7B2A8 contains red, green and blue colors in about the same proportion. Web safe color of #B7B2A8 is #CC9999 (or #C99).

RGB color model

#B7B2A8 color RGB value is (183,178,168).

  • red value is 183;
  • green value is 178;
  • blue value is 168.
RGB:
(183,178,168)
(72%,70%,66%)

RGB channels and saturation

R 183 of 255 = 72%
G 178 of 255 = 70%
B 168 of 255 = 66%

183
178
168

R + G + B ~ 69%. #B7B2A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 178 + 168 = 529 (100%)
R 183 of 529 ~ 34.59%
G 178 of 529 ~ 33.65%
B 168 of 529 ~ 31.76%

%34.59
%33.65
%31.76

CMYK color model

#B7B2A8 color CMYK value is (0,3,8,28).

  • cyan value is 0.00%
  • magenta value is 2.73%
  • yellow value is 8.20%
  • key color value is 28.24%
CMYK:
(0,3,8,28)
C0M3Y8K28 
(0%,3%,8%,28%)
(0.00/0.03/0.08/0.28)	

CMYK percentages

%0
%2.73
%8.2
%28.24

Codes

Color #B7B2A8 in popluar color models

B7B2A8
RGB183178168
HSL40°9.43%68.82%
HSB/HSV40°8.20%71.76%
CMYK0.00%2.73%8.20%
28.24%

Color #B7B2A8 in popluar number systems.

HEXB7B2A8
Decimal183178168
Binary101101111011001010101000
Octal267262250

Shades and tints

Shades of #B7B2A8

#B7B2A8
(183,178,168)
#A7A299
(167,162,153)
#97928A
(151,146,138)
#87827B
(135,130,123)
#77726C
(119,114,108)
#67625D
(103,98,93)
#57524E
(87,82,78)
#47423F
(71,66,63)
#373230
(55,50,48)
#272221
(39,34,33)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #B7B2A8

#B7B2A8
(183,178,168)
#BDB9AF
(189,185,175)
#C3C0B6
(195,192,182)
#C9C7BD
(201,199,189)
#CFCEC4
(207,206,196)
#D5D5CB
(213,213,203)
#DBDCD2
(219,220,210)
#E1E3D9
(225,227,217)
#E7EAE0
(231,234,224)
#EDF1E7
(237,241,231)
#F3F8EE
(243,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B2A8; }

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

This text font color is #B7B2A8.


Background Color

.myBgColor { background-color: #B7B2A8; }

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

This div background color is #B7B2A8.


Border color

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

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

This div border color is #B7B2A8.


Opacity

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

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

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

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

This text has shadow with #B7B2A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B2A8 on black background.


Color preview on white background

This text has color #B7B2A8 on white background.



Black color preview on #B7B2A8 background

This text has black color on #B7B2A8 background.


White color preview on #B7B2A8 background

This text has white color on #B7B2A8 background.