COLOR #B2A2BD

HEX: #B2A2BD
RGB: (178,162,189)

Color info

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

RGB color model

#B2A2BD color RGB value is (178,162,189).

  • red value is 178;
  • green value is 162;
  • blue value is 189.
RGB:
(178,162,189)
(70%,64%,74%)

RGB channels and saturation

R 178 of 255 = 70%
G 162 of 255 = 64%
B 189 of 255 = 74%

178
162
189

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

Portions of RGB colors in percentages

R + G + B =
178 + 162 + 189 = 529 (100%)
R 178 of 529 ~ 33.65%
G 162 of 529 ~ 30.62%
B 189 of 529 ~ 35.73%

%33.65
%30.62
%35.73

CMYK color model

#B2A2BD color CMYK value is (6,14,0,26).

  • cyan value is 5.82%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(6,14,0,26)
C6M14Y0K26 
(6%,14%,0%,26%)
(0.06/0.14/0.00/0.26)	

CMYK percentages

%5.82
%14.29
%0
%25.88

Codes

Color #B2A2BD in popluar color models

B2A2BD
RGB178162189
HSL276°16.98%68.82%
HSB/HSV276°14.29%74.12%
CMYK5.82%14.29%0.00%
25.88%

Color #B2A2BD in popluar number systems.

HEXB2A2BD
Decimal178162189
Binary101100101010001010111101
Octal262242275

Shades and tints

Shades of #B2A2BD

#B2A2BD
(178,162,189)
#A294AC
(162,148,172)
#92869B
(146,134,155)
#82788A
(130,120,138)
#726A79
(114,106,121)
#625C68
(98,92,104)
#524E57
(82,78,87)
#424046
(66,64,70)
#323235
(50,50,53)
#222424
(34,36,36)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #B2A2BD

#B2A2BD
(178,162,189)
#B9AAC3
(185,170,195)
#C0B2C9
(192,178,201)
#C7BACF
(199,186,207)
#CEC2D5
(206,194,213)
#D5CADB
(213,202,219)
#DCD2E1
(220,210,225)
#E3DAE7
(227,218,231)
#EAE2ED
(234,226,237)
#F1EAF3
(241,234,243)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A2BD color. Also use rgb(178,162,189) instead hex code.

Text Font Color

.myTextColor { color: #B2A2BD; }

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

This text font color is #B2A2BD.


Background Color

.myBgColor { background-color: #B2A2BD; }

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

This div background color is #B2A2BD.


Border color

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

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

This div border color is #B2A2BD.


Opacity

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

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

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

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

This text has shadow with #B2A2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A2BD on black background.


Color preview on white background

This text has color #B2A2BD on white background.



Black color preview on #B2A2BD background

This text has black color on #B2A2BD background.


White color preview on #B2A2BD background

This text has white color on #B2A2BD background.