COLOR #B2AFA8

HEX: #B2AFA8
RGB: (178,175,168)

Color info

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

RGB color model

#B2AFA8 color RGB value is (178,175,168).

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

RGB channels and saturation

R 178 of 255 = 70%
G 175 of 255 = 69%
B 168 of 255 = 66%

178
175
168

R + G + B ~ 68%. #B2AFA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 175 + 168 = 521 (100%)
R 178 of 521 ~ 34.17%
G 175 of 521 ~ 33.59%
B 168 of 521 ~ 32.25%

%34.17
%33.59
%32.25

CMYK color model

#B2AFA8 color CMYK value is (0,2,6,30).

  • cyan value is 0.00%
  • magenta value is 1.69%
  • yellow value is 5.62%
  • key color value is 30.20%
CMYK:
(0,2,6,30)
C0M2Y6K30 
(0%,2%,6%,30%)
(0.00/0.02/0.06/0.30)	

CMYK percentages

%0
%1.69
%5.62
%30.2

Codes

Color #B2AFA8 in popluar color models

B2AFA8
RGB178175168
HSL42°6.10%67.84%
HSB/HSV42°5.62%69.80%
CMYK0.00%1.69%5.62%
30.20%

Color #B2AFA8 in popluar number systems.

HEXB2AFA8
Decimal178175168
Binary101100101010111110101000
Octal262257250

Shades and tints

Shades of #B2AFA8

#B2AFA8
(178,175,168)
#A2A099
(162,160,153)
#92918A
(146,145,138)
#82827B
(130,130,123)
#72736C
(114,115,108)
#62645D
(98,100,93)
#52554E
(82,85,78)
#42463F
(66,70,63)
#323730
(50,55,48)
#222821
(34,40,33)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #B2AFA8

#B2AFA8
(178,175,168)
#B9B6AF
(185,182,175)
#C0BDB6
(192,189,182)
#C7C4BD
(199,196,189)
#CECBC4
(206,203,196)
#D5D2CB
(213,210,203)
#DCD9D2
(220,217,210)
#E3E0D9
(227,224,217)
#EAE7E0
(234,231,224)
#F1EEE7
(241,238,231)
#F8F5EE
(248,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AFA8; }

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

This text font color is #B2AFA8.


Background Color

.myBgColor { background-color: #B2AFA8; }

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

This div background color is #B2AFA8.


Border color

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

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

This div border color is #B2AFA8.


Opacity

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

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

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

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

This text has shadow with #B2AFA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2AFA8 on black background.


Color preview on white background

This text has color #B2AFA8 on white background.



Black color preview on #B2AFA8 background

This text has black color on #B2AFA8 background.


White color preview on #B2AFA8 background

This text has white color on #B2AFA8 background.