COLOR #B6AAC2

HEX: #B6AAC2
RGB: (182,170,194)

Color info

#B6AAC2 contains red, green and blue colors in about the same proportion. Web safe color of #B6AAC2 is #CC99CC (or #C9C).

RGB color model

#B6AAC2 color RGB value is (182,170,194).

  • red value is 182;
  • green value is 170;
  • blue value is 194.
RGB:
(182,170,194)
(71%,67%,76%)

RGB channels and saturation

R 182 of 255 = 71%
G 170 of 255 = 67%
B 194 of 255 = 76%

182
170
194

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

Portions of RGB colors in percentages

R + G + B =
182 + 170 + 194 = 546 (100%)
R 182 of 546 ~ 33.33%
G 170 of 546 ~ 31.14%
B 194 of 546 ~ 35.53%

%33.33
%31.14
%35.53

CMYK color model

#B6AAC2 color CMYK value is (6,12,0,24).

  • cyan value is 6.19%
  • magenta value is 12.37%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(6,12,0,24)
C6M12Y0K24 
(6%,12%,0%,24%)
(0.06/0.12/0.00/0.24)	

CMYK percentages

%6.19
%12.37
%0
%23.92

Codes

Color #B6AAC2 in popluar color models

B6AAC2
RGB182170194
HSL270°16.44%71.37%
HSB/HSV270°12.37%76.08%
CMYK6.19%12.37%0.00%
23.92%

Color #B6AAC2 in popluar number systems.

HEXB6AAC2
Decimal182170194
Binary101101101010101011000010
Octal266252302

Shades and tints

Shades of #B6AAC2

#B6AAC2
(182,170,194)
#A69BB1
(166,155,177)
#968CA0
(150,140,160)
#867D8F
(134,125,143)
#766E7E
(118,110,126)
#665F6D
(102,95,109)
#56505C
(86,80,92)
#46414B
(70,65,75)
#36323A
(54,50,58)
#262329
(38,35,41)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #B6AAC2

#B6AAC2
(182,170,194)
#BCB1C7
(188,177,199)
#C2B8CC
(194,184,204)
#C8BFD1
(200,191,209)
#CEC6D6
(206,198,214)
#D4CDDB
(212,205,219)
#DAD4E0
(218,212,224)
#E0DBE5
(224,219,229)
#E6E2EA
(230,226,234)
#ECE9EF
(236,233,239)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6AAC2 color. Also use rgb(182,170,194) instead hex code.

Text Font Color

.myTextColor { color: #B6AAC2; }

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

This text font color is #B6AAC2.


Background Color

.myBgColor { background-color: #B6AAC2; }

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

This div background color is #B6AAC2.


Border color

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

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

This div border color is #B6AAC2.


Opacity

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

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

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

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

This text has shadow with #B6AAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AAC2 on black background.


Color preview on white background

This text has color #B6AAC2 on white background.



Black color preview on #B6AAC2 background

This text has black color on #B6AAC2 background.


White color preview on #B6AAC2 background

This text has white color on #B6AAC2 background.