COLOR #B2AFB3

HEX: #B2AFB3
RGB: (178,175,179)

Color info

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

RGB color model

#B2AFB3 color RGB value is (178,175,179).

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

RGB channels and saturation

R 178 of 255 = 70%
G 175 of 255 = 69%
B 179 of 255 = 70%

178
175
179

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

Portions of RGB colors in percentages

R + G + B =
178 + 175 + 179 = 532 (100%)
R 178 of 532 ~ 33.46%
G 175 of 532 ~ 32.89%
B 179 of 532 ~ 33.65%

%33.46
%32.89
%33.65

CMYK color model

#B2AFB3 color CMYK value is (1,2,0,30).

  • cyan value is 0.56%
  • magenta value is 2.23%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(1,2,0,30)
C1M2Y0K30 
(1%,2%,0%,30%)
(0.01/0.02/0.00/0.30)	

CMYK percentages

%0.56
%2.23
%0
%29.8

Codes

Color #B2AFB3 in popluar color models

B2AFB3
RGB178175179
HSL285°2.56%69.41%
HSB/HSV285°2.23%70.20%
CMYK0.56%2.23%0.00%
29.80%

Color #B2AFB3 in popluar number systems.

HEXB2AFB3
Decimal178175179
Binary101100101010111110110011
Octal262257263

Shades and tints

Shades of #B2AFB3

#B2AFB3
(178,175,179)
#A2A0A3
(162,160,163)
#929193
(146,145,147)
#828283
(130,130,131)
#727373
(114,115,115)
#626463
(98,100,99)
#525553
(82,85,83)
#424643
(66,70,67)
#323733
(50,55,51)
#222823
(34,40,35)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #B2AFB3

#B2AFB3
(178,175,179)
#B9B6B9
(185,182,185)
#C0BDBF
(192,189,191)
#C7C4C5
(199,196,197)
#CECBCB
(206,203,203)
#D5D2D1
(213,210,209)
#DCD9D7
(220,217,215)
#E3E0DD
(227,224,221)
#EAE7E3
(234,231,227)
#F1EEE9
(241,238,233)
#F8F5EF
(248,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AFB3; }

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

This text font color is #B2AFB3.


Background Color

.myBgColor { background-color: #B2AFB3; }

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

This div background color is #B2AFB3.


Border color

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

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

This div border color is #B2AFB3.


Opacity

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

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

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

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

This text has shadow with #B2AFB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2AFB3 on black background.


Color preview on white background

This text has color #B2AFB3 on white background.



Black color preview on #B2AFB3 background

This text has black color on #B2AFB3 background.


White color preview on #B2AFB3 background

This text has white color on #B2AFB3 background.