COLOR #B2AAC6

HEX: #B2AAC6
RGB: (178,170,198)

Color info

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

RGB color model

#B2AAC6 color RGB value is (178,170,198).

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

RGB channels and saturation

R 178 of 255 = 70%
G 170 of 255 = 67%
B 198 of 255 = 78%

178
170
198

R + G + B ~ 72%. #B2AAC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 170 + 198 = 546 (100%)
R 178 of 546 ~ 32.6%
G 170 of 546 ~ 31.14%
B 198 of 546 ~ 36.26%

%32.6
%31.14
%36.26

CMYK color model

#B2AAC6 color CMYK value is (10,14,0,22).

  • cyan value is 10.10%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(10,14,0,22)
C10M14Y0K22 
(10%,14%,0%,22%)
(0.10/0.14/0.00/0.22)	

CMYK percentages

%10.1
%14.14
%0
%22.35

Codes

Color #B2AAC6 in popluar color models

B2AAC6
RGB178170198
HSL257°19.72%72.16%
HSB/HSV257°14.14%77.65%
CMYK10.10%14.14%0.00%
22.35%

Color #B2AAC6 in popluar number systems.

HEXB2AAC6
Decimal178170198
Binary101100101010101011000110
Octal262252306

Shades and tints

Shades of #B2AAC6

#B2AAC6
(178,170,198)
#A29BB4
(162,155,180)
#928CA2
(146,140,162)
#827D90
(130,125,144)
#726E7E
(114,110,126)
#625F6C
(98,95,108)
#52505A
(82,80,90)
#424148
(66,65,72)
#323236
(50,50,54)
#222324
(34,35,36)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #B2AAC6

#B2AAC6
(178,170,198)
#B9B1CB
(185,177,203)
#C0B8D0
(192,184,208)
#C7BFD5
(199,191,213)
#CEC6DA
(206,198,218)
#D5CDDF
(213,205,223)
#DCD4E4
(220,212,228)
#E3DBE9
(227,219,233)
#EAE2EE
(234,226,238)
#F1E9F3
(241,233,243)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AAC6; }

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

This text font color is #B2AAC6.


Background Color

.myBgColor { background-color: #B2AAC6; }

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

This div background color is #B2AAC6.


Border color

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

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

This div border color is #B2AAC6.


Opacity

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

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

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

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

This text has shadow with #B2AAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2AAC6 on black background.


Color preview on white background

This text has color #B2AAC6 on white background.



Black color preview on #B2AAC6 background

This text has black color on #B2AAC6 background.


White color preview on #B2AAC6 background

This text has white color on #B2AAC6 background.