COLOR #B6AAC7

HEX: #B6AAC7
RGB: (182,170,199)

Color info

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

RGB color model

#B6AAC7 color RGB value is (182,170,199).

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

RGB channels and saturation

R 182 of 255 = 71%
G 170 of 255 = 67%
B 199 of 255 = 78%

182
170
199

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

Portions of RGB colors in percentages

R + G + B =
182 + 170 + 199 = 551 (100%)
R 182 of 551 ~ 33.03%
G 170 of 551 ~ 30.85%
B 199 of 551 ~ 36.12%

%33.03
%30.85
%36.12

CMYK color model

#B6AAC7 color CMYK value is (9,15,0,22).

  • cyan value is 8.54%
  • magenta value is 14.57%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(9,15,0,22)
C9M15Y0K22 
(9%,15%,0%,22%)
(0.09/0.15/0.00/0.22)	

CMYK percentages

%8.54
%14.57
%0
%21.96

Codes

Color #B6AAC7 in popluar color models

B6AAC7
RGB182170199
HSL265°20.57%72.35%
HSB/HSV265°14.57%78.04%
CMYK8.54%14.57%0.00%
21.96%

Color #B6AAC7 in popluar number systems.

HEXB6AAC7
Decimal182170199
Binary101101101010101011000111
Octal266252307

Shades and tints

Shades of #B6AAC7

#B6AAC7
(182,170,199)
#A69BB5
(166,155,181)
#968CA3
(150,140,163)
#867D91
(134,125,145)
#766E7F
(118,110,127)
#665F6D
(102,95,109)
#56505B
(86,80,91)
#464149
(70,65,73)
#363237
(54,50,55)
#262325
(38,35,37)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #B6AAC7

#B6AAC7
(182,170,199)
#BCB1CC
(188,177,204)
#C2B8D1
(194,184,209)
#C8BFD6
(200,191,214)
#CEC6DB
(206,198,219)
#D4CDE0
(212,205,224)
#DAD4E5
(218,212,229)
#E0DBEA
(224,219,234)
#E6E2EF
(230,226,239)
#ECE9F4
(236,233,244)
#F2F0F9
(242,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AAC7; }

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

This text font color is #B6AAC7.


Background Color

.myBgColor { background-color: #B6AAC7; }

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

This div background color is #B6AAC7.


Border color

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

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

This div border color is #B6AAC7.


Opacity

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

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

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

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

This text has shadow with #B6AAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AAC7 on black background.


Color preview on white background

This text has color #B6AAC7 on white background.



Black color preview on #B6AAC7 background

This text has black color on #B6AAC7 background.


White color preview on #B6AAC7 background

This text has white color on #B6AAC7 background.