COLOR #B6AAC8

HEX: #B6AAC8 RGB: (182,170,200)

Color info

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

RGB color model

#B6AAC8 color RGB value is (182,170,200).

RGB: (182,170,200) (71%, 67%, 78%)

RGB channels and saturation

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

182
170
200

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

Portions of RGB colors in percentages

R + G + B = 182 + 170 + 200 = 552 (100%)
R 182 of 552 ~ 32.97%
G 170 of 552 ~ 30.8%
B 200 of 552 ~ 36.23'%

%32.97
%30.8
%36.23

CMYK color model

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

  • cyan value is 9.00%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (9,15,0,22)
C9M15Y0K22 (9%, 15%, 0%, 22%)
(0.09 / 0.15 / 0.00 / 0.22)

CMYK percentages

%9
%15
%0
%21.57

Codes

Color #B6AAC8 in popluar color models

B6 AA C8
RGB 182 170 200
HSL 264° 21.43% 72.55%
HSB/HSV 264° 15.00% 78.43%
CMYK 9.00% 15.00% 0.00%
21.57%

Color #B6AAC8 in popluar number systems.

HEX B6 AA C8
Decimal 182 170 200
Binary 10110110 10101010 11001000
Octal 266 252 310

Shades and tints

Shades of #B6AAC8

#B6AAC8
(182,170,200)
#A69BB6
(166,155,182)
#968CA4
(150,140,164)
#867D92
(134,125,146)
#766E80
(118,110,128)
#665F6E
(102,95,110)
#56505C
(86,80,92)
#46414A
(70,65,74)
#363238
(54,50,56)
#262326
(38,35,38)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #B6AAC8

#B6AAC8
(182,170,200)
#BCB1CD
(188,177,205)
#C2B8D2
(194,184,210)
#C8BFD7
(200,191,215)
#CEC6DC
(206,198,220)
#D4CDE1
(212,205,225)
#DAD4E6
(218,212,230)
#E0DBEB
(224,219,235)
#E6E2F0
(230,226,240)
#ECE9F5
(236,233,245)
#F2F0FA
(242,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AAC8; }

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

This text font color is #B6AAC8.

Background Color

.myBgColor { background-color: #B6AAC8; }

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

This div background color is #B6AAC8.

Border color

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

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

This div border color is #B6AAC8.

Opacity

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

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

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

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

This text has shadow with #B6AAC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6AAC8.

Preview

Color preview on black background

This text has color #B6AAC8 on black background.


Color preview on white background

This text has color #B6AAC8 on white background.


Black color preview on #B6AAC8 background

This text has black color on #B6AAC8 background.


White color preview on #B6AAC8 background

This text has white color on #B6AAC8 background.


Related colors

Complementary color

Complementary color for #hex is #495537.


I love getcolorcode.com

Triadic colors

1 #C8B6AA and #AAC8B6 with #B6AAC8 are triadic colors.

2 #C8AAB6 and #AAB6C8 with #B6AAC8 are triadic colors.