COLOR #B2AAAF

HEX: #B2AAAF
RGB: (178,170,175)

Color info

#B2AAAF contains red, green and blue colors in about the same proportion. Web safe color of #B2AAAF is #999999 (or #999).

RGB color model

#B2AAAF color RGB value is (178,170,175).

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

RGB channels and saturation

R 178 of 255 = 70%
G 170 of 255 = 67%
B 175 of 255 = 69%

178
170
175

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

Portions of RGB colors in percentages

R + G + B =
178 + 170 + 175 = 523 (100%)
R 178 of 523 ~ 34.03%
G 170 of 523 ~ 32.5%
B 175 of 523 ~ 33.46%

%34.03
%32.5
%33.46

CMYK color model

#B2AAAF color CMYK value is (0,4,2,30).

  • cyan value is 0.00%
  • magenta value is 4.49%
  • yellow value is 1.69%
  • key color value is 30.20%
CMYK:
(0,4,2,30)
C0M4Y2K30 
(0%,4%,2%,30%)
(0.00/0.04/0.02/0.30)	

CMYK percentages

%0
%4.49
%1.69
%30.2

Codes

Color #B2AAAF in popluar color models

B2AAAF
RGB178170175
HSL323°4.94%68.24%
HSB/HSV323°4.49%69.80%
CMYK0.00%4.49%1.69%
30.20%

Color #B2AAAF in popluar number systems.

HEXB2AAAF
Decimal178170175
Binary101100101010101010101111
Octal262252257

Shades and tints

Shades of #B2AAAF

#B2AAAF
(178,170,175)
#A29BA0
(162,155,160)
#928C91
(146,140,145)
#827D82
(130,125,130)
#726E73
(114,110,115)
#625F64
(98,95,100)
#525055
(82,80,85)
#424146
(66,65,70)
#323237
(50,50,55)
#222328
(34,35,40)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #B2AAAF

#B2AAAF
(178,170,175)
#B9B1B6
(185,177,182)
#C0B8BD
(192,184,189)
#C7BFC4
(199,191,196)
#CEC6CB
(206,198,203)
#D5CDD2
(213,205,210)
#DCD4D9
(220,212,217)
#E3DBE0
(227,219,224)
#EAE2E7
(234,226,231)
#F1E9EE
(241,233,238)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AAAF; }

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

This text font color is #B2AAAF.


Background Color

.myBgColor { background-color: #B2AAAF; }

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

This div background color is #B2AAAF.


Border color

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

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

This div border color is #B2AAAF.


Opacity

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

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

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

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

This text has shadow with #B2AAAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2AAAF on black background.


Color preview on white background

This text has color #B2AAAF on white background.



Black color preview on #B2AAAF background

This text has black color on #B2AAAF background.


White color preview on #B2AAAF background

This text has white color on #B2AAAF background.