COLOR #B2A6C6

HEX: #B2A6C6
RGB: (178,166,198)

Color info

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

RGB color model

#B2A6C6 color RGB value is (178,166,198).

  • red value is 178;
  • green value is 166;
  • blue value is 198.
RGB:
(178,166,198)
(70%,65%,78%)

RGB channels and saturation

R 178 of 255 = 70%
G 166 of 255 = 65%
B 198 of 255 = 78%

178
166
198

R + G + B ~ 71%. #B2A6C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 166 + 198 = 542 (100%)
R 178 of 542 ~ 32.84%
G 166 of 542 ~ 30.63%
B 198 of 542 ~ 36.53%

%32.84
%30.63
%36.53

CMYK color model

#B2A6C6 color CMYK value is (10,16,0,22).

  • cyan value is 10.10%
  • magenta value is 16.16%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(10,16,0,22)
C10M16Y0K22 
(10%,16%,0%,22%)
(0.10/0.16/0.00/0.22)	

CMYK percentages

%10.1
%16.16
%0
%22.35

Codes

Color #B2A6C6 in popluar color models

B2A6C6
RGB178166198
HSL263°21.92%71.37%
HSB/HSV263°16.16%77.65%
CMYK10.10%16.16%0.00%
22.35%

Color #B2A6C6 in popluar number systems.

HEXB2A6C6
Decimal178166198
Binary101100101010011011000110
Octal262246306

Shades and tints

Shades of #B2A6C6

#B2A6C6
(178,166,198)
#A297B4
(162,151,180)
#9288A2
(146,136,162)
#827990
(130,121,144)
#726A7E
(114,106,126)
#625B6C
(98,91,108)
#524C5A
(82,76,90)
#423D48
(66,61,72)
#322E36
(50,46,54)
#221F24
(34,31,36)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #B2A6C6

#B2A6C6
(178,166,198)
#B9AECB
(185,174,203)
#C0B6D0
(192,182,208)
#C7BED5
(199,190,213)
#CEC6DA
(206,198,218)
#D5CEDF
(213,206,223)
#DCD6E4
(220,214,228)
#E3DEE9
(227,222,233)
#EAE6EE
(234,230,238)
#F1EEF3
(241,238,243)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A6C6 color. Also use rgb(178,166,198) instead hex code.

Text Font Color

.myTextColor { color: #B2A6C6; }

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

This text font color is #B2A6C6.


Background Color

.myBgColor { background-color: #B2A6C6; }

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

This div background color is #B2A6C6.


Border color

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

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

This div border color is #B2A6C6.


Opacity

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

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

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

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

This text has shadow with #B2A6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A6C6 on black background.


Color preview on white background

This text has color #B2A6C6 on white background.



Black color preview on #B2A6C6 background

This text has black color on #B2A6C6 background.


White color preview on #B2A6C6 background

This text has white color on #B2A6C6 background.