COLOR #B6AEB8

HEX: #B6AEB8
RGB: (182,174,184)

Color info

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

RGB color model

#B6AEB8 color RGB value is (182,174,184).

  • red value is 182;
  • green value is 174;
  • blue value is 184.
RGB:
(182,174,184)
(71%,68%,72%)

RGB channels and saturation

R 182 of 255 = 71%
G 174 of 255 = 68%
B 184 of 255 = 72%

182
174
184

R + G + B ~ 70%. #B6AEB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 174 + 184 = 540 (100%)
R 182 of 540 ~ 33.7%
G 174 of 540 ~ 32.22%
B 184 of 540 ~ 34.07%

%33.7
%32.22
%34.07

CMYK color model

#B6AEB8 color CMYK value is (1,5,0,28).

  • cyan value is 1.09%
  • magenta value is 5.43%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(1,5,0,28)
C1M5Y0K28 
(1%,5%,0%,28%)
(0.01/0.05/0.00/0.28)	

CMYK percentages

%1.09
%5.43
%0
%27.84

Codes

Color #B6AEB8 in popluar color models

B6AEB8
RGB182174184
HSL288°6.58%70.20%
HSB/HSV288°5.43%72.16%
CMYK1.09%5.43%0.00%
27.84%

Color #B6AEB8 in popluar number systems.

HEXB6AEB8
Decimal182174184
Binary101101101010111010111000
Octal266256270

Shades and tints

Shades of #B6AEB8

#B6AEB8
(182,174,184)
#A69FA8
(166,159,168)
#969098
(150,144,152)
#868188
(134,129,136)
#767278
(118,114,120)
#666368
(102,99,104)
#565458
(86,84,88)
#464548
(70,69,72)
#363638
(54,54,56)
#262728
(38,39,40)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #B6AEB8

#B6AEB8
(182,174,184)
#BCB5BE
(188,181,190)
#C2BCC4
(194,188,196)
#C8C3CA
(200,195,202)
#CECAD0
(206,202,208)
#D4D1D6
(212,209,214)
#DAD8DC
(218,216,220)
#E0DFE2
(224,223,226)
#E6E6E8
(230,230,232)
#ECEDEE
(236,237,238)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6AEB8 color. Also use rgb(182,174,184) instead hex code.

Text Font Color

.myTextColor { color: #B6AEB8; }

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

This text font color is #B6AEB8.


Background Color

.myBgColor { background-color: #B6AEB8; }

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

This div background color is #B6AEB8.


Border color

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

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

This div border color is #B6AEB8.


Opacity

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

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

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

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

This text has shadow with #B6AEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AEB8 on black background.


Color preview on white background

This text has color #B6AEB8 on white background.



Black color preview on #B6AEB8 background

This text has black color on #B6AEB8 background.


White color preview on #B6AEB8 background

This text has white color on #B6AEB8 background.