COLOR #B2B7AA

HEX: #B2B7AA
RGB: (178,183,170)

Color info

#B2B7AA contains red, green and blue colors in about the same proportion. Web safe color of #B2B7AA is #99CC99 (or #9C9).

RGB color model

#B2B7AA color RGB value is (178,183,170).

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

RGB channels and saturation

R 178 of 255 = 70%
G 183 of 255 = 72%
B 170 of 255 = 67%

178
183
170

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

Portions of RGB colors in percentages

R + G + B =
178 + 183 + 170 = 531 (100%)
R 178 of 531 ~ 33.52%
G 183 of 531 ~ 34.46%
B 170 of 531 ~ 32.02%

%33.52
%34.46
%32.02

CMYK color model

#B2B7AA color CMYK value is (3,0,7,28).

  • cyan value is 2.73%
  • magenta value is 0.00%
  • yellow value is 7.10%
  • key color value is 28.24%
CMYK:
(3,0,7,28)
C3M0Y7K28 
(3%,0%,7%,28%)
(0.03/0.00/0.07/0.28)	

CMYK percentages

%2.73
%0
%7.1
%28.24

Codes

Color #B2B7AA in popluar color models

B2B7AA
RGB178183170
HSL83°8.28%69.22%
HSB/HSV83°7.10%71.76%
CMYK2.73%0.00%7.10%
28.24%

Color #B2B7AA in popluar number systems.

HEXB2B7AA
Decimal178183170
Binary101100101011011110101010
Octal262267252

Shades and tints

Shades of #B2B7AA

#B2B7AA
(178,183,170)
#A2A79B
(162,167,155)
#92978C
(146,151,140)
#82877D
(130,135,125)
#72776E
(114,119,110)
#62675F
(98,103,95)
#525750
(82,87,80)
#424741
(66,71,65)
#323732
(50,55,50)
#222723
(34,39,35)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #B2B7AA

#B2B7AA
(178,183,170)
#B9BDB1
(185,189,177)
#C0C3B8
(192,195,184)
#C7C9BF
(199,201,191)
#CECFC6
(206,207,198)
#D5D5CD
(213,213,205)
#DCDBD4
(220,219,212)
#E3E1DB
(227,225,219)
#EAE7E2
(234,231,226)
#F1EDE9
(241,237,233)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B7AA; }

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

This text font color is #B2B7AA.


Background Color

.myBgColor { background-color: #B2B7AA; }

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

This div background color is #B2B7AA.


Border color

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

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

This div border color is #B2B7AA.


Opacity

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

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

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

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

This text has shadow with #B2B7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B7AA on black background.


Color preview on white background

This text has color #B2B7AA on white background.



Black color preview on #B2B7AA background

This text has black color on #B2B7AA background.


White color preview on #B2B7AA background

This text has white color on #B2B7AA background.