COLOR #B9AEB6

HEX: #B9AEB6
RGB: (185,174,182)

Color info

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

RGB color model

#B9AEB6 color RGB value is (185,174,182).

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

RGB channels and saturation

R 185 of 255 = 73%
G 174 of 255 = 68%
B 182 of 255 = 71%

185
174
182

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

Portions of RGB colors in percentages

R + G + B =
185 + 174 + 182 = 541 (100%)
R 185 of 541 ~ 34.2%
G 174 of 541 ~ 32.16%
B 182 of 541 ~ 33.64%

%34.2
%32.16
%33.64

CMYK color model

#B9AEB6 color CMYK value is (0,6,2,27).

  • cyan value is 0.00%
  • magenta value is 5.95%
  • yellow value is 1.62%
  • key color value is 27.45%
CMYK:
(0,6,2,27)
C0M6Y2K27 
(0%,6%,2%,27%)
(0.00/0.06/0.02/0.27)	

CMYK percentages

%0
%5.95
%1.62
%27.45

Codes

Color #B9AEB6 in popluar color models

B9AEB6
RGB185174182
HSL316°7.28%70.39%
HSB/HSV316°5.95%72.55%
CMYK0.00%5.95%1.62%
27.45%

Color #B9AEB6 in popluar number systems.

HEXB9AEB6
Decimal185174182
Binary101110011010111010110110
Octal271256266

Shades and tints

Shades of #B9AEB6

#B9AEB6
(185,174,182)
#A99FA6
(169,159,166)
#999096
(153,144,150)
#898186
(137,129,134)
#797276
(121,114,118)
#696366
(105,99,102)
#595456
(89,84,86)
#494546
(73,69,70)
#393636
(57,54,54)
#292726
(41,39,38)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #B9AEB6

#B9AEB6
(185,174,182)
#BFB5BC
(191,181,188)
#C5BCC2
(197,188,194)
#CBC3C8
(203,195,200)
#D1CACE
(209,202,206)
#D7D1D4
(215,209,212)
#DDD8DA
(221,216,218)
#E3DFE0
(227,223,224)
#E9E6E6
(233,230,230)
#EFEDEC
(239,237,236)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AEB6; }

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

This text font color is #B9AEB6.


Background Color

.myBgColor { background-color: #B9AEB6; }

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

This div background color is #B9AEB6.


Border color

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

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

This div border color is #B9AEB6.


Opacity

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

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

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

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

This text has shadow with #B9AEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AEB6 on black background.


Color preview on white background

This text has color #B9AEB6 on white background.



Black color preview on #B9AEB6 background

This text has black color on #B9AEB6 background.


White color preview on #B9AEB6 background

This text has white color on #B9AEB6 background.