COLOR #B2A8B6

HEX: #B2A8B6
RGB: (178,168,182)

Color info

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

RGB color model

#B2A8B6 color RGB value is (178,168,182).

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

RGB channels and saturation

R 178 of 255 = 70%
G 168 of 255 = 66%
B 182 of 255 = 71%

178
168
182

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

Portions of RGB colors in percentages

R + G + B =
178 + 168 + 182 = 528 (100%)
R 178 of 528 ~ 33.71%
G 168 of 528 ~ 31.82%
B 182 of 528 ~ 34.47%

%33.71
%31.82
%34.47

CMYK color model

#B2A8B6 color CMYK value is (2,8,0,29).

  • cyan value is 2.20%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(2,8,0,29)
C2M8Y0K29 
(2%,8%,0%,29%)
(0.02/0.08/0.00/0.29)	

CMYK percentages

%2.2
%7.69
%0
%28.63

Codes

Color #B2A8B6 in popluar color models

B2A8B6
RGB178168182
HSL283°8.75%68.63%
HSB/HSV283°7.69%71.37%
CMYK2.20%7.69%0.00%
28.63%

Color #B2A8B6 in popluar number systems.

HEXB2A8B6
Decimal178168182
Binary101100101010100010110110
Octal262250266

Shades and tints

Shades of #B2A8B6

#B2A8B6
(178,168,182)
#A299A6
(162,153,166)
#928A96
(146,138,150)
#827B86
(130,123,134)
#726C76
(114,108,118)
#625D66
(98,93,102)
#524E56
(82,78,86)
#423F46
(66,63,70)
#323036
(50,48,54)
#222126
(34,33,38)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #B2A8B6

#B2A8B6
(178,168,182)
#B9AFBC
(185,175,188)
#C0B6C2
(192,182,194)
#C7BDC8
(199,189,200)
#CEC4CE
(206,196,206)
#D5CBD4
(213,203,212)
#DCD2DA
(220,210,218)
#E3D9E0
(227,217,224)
#EAE0E6
(234,224,230)
#F1E7EC
(241,231,236)
#F8EEF2
(248,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A8B6; }

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

This text font color is #B2A8B6.


Background Color

.myBgColor { background-color: #B2A8B6; }

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

This div background color is #B2A8B6.


Border color

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

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

This div border color is #B2A8B6.


Opacity

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

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

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

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

This text has shadow with #B2A8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A8B6 on black background.


Color preview on white background

This text has color #B2A8B6 on white background.



Black color preview on #B2A8B6 background

This text has black color on #B2A8B6 background.


White color preview on #B2A8B6 background

This text has white color on #B2A8B6 background.