COLOR #B9AEC8

HEX: #B9AEC8 RGB: (185,174,200)

Color info

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

RGB color model

#B9AEC8 color RGB value is (185,174,200).

RGB: (185,174,200) (73%, 68%, 78%)

RGB channels and saturation

R 185 of 255 = 73%
G 174 of 255 = 68%
B 200 of 255 = 78%

185
174
200

R + G + B ~ 73%. #B9AEC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 174 + 200 = 559 (100%)
R 185 of 559 ~ 33.09%
G 174 of 559 ~ 31.13%
B 200 of 559 ~ 35.78'%

%33.09
%31.13
%35.78

CMYK color model

#B9AEC8 color CMYK value is (8,13,0,22).

  • cyan value is 7.50%
  • magenta value is 13.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (8,13,0,22)
C8M13Y0K22 (8%, 13%, 0%, 22%)
(0.08 / 0.13 / 0.00 / 0.22)

CMYK percentages

%7.5
%13
%0
%21.57

Codes

Color #B9AEC8 in popluar color models

B9 AE C8
RGB 185 174 200
HSL 265° 19.12% 73.33%
HSB/HSV 265° 13.00% 78.43%
CMYK 7.50% 13.00% 0.00%
21.57%

Color #B9AEC8 in popluar number systems.

HEX B9 AE C8
Decimal 185 174 200
Binary 10111001 10101110 11001000
Octal 271 256 310

Shades and tints

Shades of #B9AEC8

#B9AEC8
(185,174,200)
#A99FB6
(169,159,182)
#9990A4
(153,144,164)
#898192
(137,129,146)
#797280
(121,114,128)
#69636E
(105,99,110)
#59545C
(89,84,92)
#49454A
(73,69,74)
#393638
(57,54,56)
#292726
(41,39,38)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #B9AEC8

#B9AEC8
(185,174,200)
#BFB5CD
(191,181,205)
#C5BCD2
(197,188,210)
#CBC3D7
(203,195,215)
#D1CADC
(209,202,220)
#D7D1E1
(215,209,225)
#DDD8E6
(221,216,230)
#E3DFEB
(227,223,235)
#E9E6F0
(233,230,240)
#EFEDF5
(239,237,245)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AEC8; }

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

This text font color is #B9AEC8.

Background Color

.myBgColor { background-color: #B9AEC8; }

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

This div background color is #B9AEC8.

Border color

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

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

This div border color is #B9AEC8.

Opacity

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

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

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

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

This text has shadow with #B9AEC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9AEC8.

Preview

Color preview on black background

This text has color #B9AEC8 on black background.


Color preview on white background

This text has color #B9AEC8 on white background.


Black color preview on #B9AEC8 background

This text has black color on #B9AEC8 background.


White color preview on #B9AEC8 background

This text has white color on #B9AEC8 background.


Related colors

Complementary color

Complementary color for #hex is #465137.


I love getcolorcode.com

Triadic colors

1 #C8B9AE and #AEC8B9 with #B9AEC8 are triadic colors.

2 #C8AEB9 and #AEB9C8 with #B9AEC8 are triadic colors.