COLOR #B2AFB4

HEX: #B2AFB4
RGB: (178,175,180)

Color info

#B2AFB4 contains red, green and blue colors in about the same proportion. Web safe color of #B2AFB4 is #9999CC (or #99C).

RGB color model

#B2AFB4 color RGB value is (178,175,180).

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

RGB channels and saturation

R 178 of 255 = 70%
G 175 of 255 = 69%
B 180 of 255 = 71%

178
175
180

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

Portions of RGB colors in percentages

R + G + B =
178 + 175 + 180 = 533 (100%)
R 178 of 533 ~ 33.4%
G 175 of 533 ~ 32.83%
B 180 of 533 ~ 33.77%

%33.4
%32.83
%33.77

CMYK color model

#B2AFB4 color CMYK value is (1,3,0,29).

  • cyan value is 1.11%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(1,3,0,29)
C1M3Y0K29 
(1%,3%,0%,29%)
(0.01/0.03/0.00/0.29)	

CMYK percentages

%1.11
%2.78
%0
%29.41

Codes

Color #B2AFB4 in popluar color models

B2AFB4
RGB178175180
HSL276°3.23%69.61%
HSB/HSV276°2.78%70.59%
CMYK1.11%2.78%0.00%
29.41%

Color #B2AFB4 in popluar number systems.

HEXB2AFB4
Decimal178175180
Binary101100101010111110110100
Octal262257264

Shades and tints

Shades of #B2AFB4

#B2AFB4
(178,175,180)
#A2A0A4
(162,160,164)
#929194
(146,145,148)
#828284
(130,130,132)
#727374
(114,115,116)
#626464
(98,100,100)
#525554
(82,85,84)
#424644
(66,70,68)
#323734
(50,55,52)
#222824
(34,40,36)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #B2AFB4

#B2AFB4
(178,175,180)
#B9B6BA
(185,182,186)
#C0BDC0
(192,189,192)
#C7C4C6
(199,196,198)
#CECBCC
(206,203,204)
#D5D2D2
(213,210,210)
#DCD9D8
(220,217,216)
#E3E0DE
(227,224,222)
#EAE7E4
(234,231,228)
#F1EEEA
(241,238,234)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AFB4; }

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

This text font color is #B2AFB4.


Background Color

.myBgColor { background-color: #B2AFB4; }

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

This div background color is #B2AFB4.


Border color

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

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

This div border color is #B2AFB4.


Opacity

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

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

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

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

This text has shadow with #B2AFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2AFB4 on black background.


Color preview on white background

This text has color #B2AFB4 on white background.



Black color preview on #B2AFB4 background

This text has black color on #B2AFB4 background.


White color preview on #B2AFB4 background

This text has white color on #B2AFB4 background.