COLOR #B9AEC5

HEX: #B9AEC5
RGB: (185,174,197)

Color info

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

RGB color model

#B9AEC5 color RGB value is (185,174,197).

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

RGB channels and saturation

R 185 of 255 = 73%
G 174 of 255 = 68%
B 197 of 255 = 77%

185
174
197

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

Portions of RGB colors in percentages

R + G + B =
185 + 174 + 197 = 556 (100%)
R 185 of 556 ~ 33.27%
G 174 of 556 ~ 31.29%
B 197 of 556 ~ 35.43%

%33.27
%31.29
%35.43

CMYK color model

#B9AEC5 color CMYK value is (6,12,0,23).

  • cyan value is 6.09%
  • magenta value is 11.68%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(6,12,0,23)
C6M12Y0K23 
(6%,12%,0%,23%)
(0.06/0.12/0.00/0.23)	

CMYK percentages

%6.09
%11.68
%0
%22.75

Codes

Color #B9AEC5 in popluar color models

B9AEC5
RGB185174197
HSL269°16.55%72.75%
HSB/HSV269°11.68%77.25%
CMYK6.09%11.68%0.00%
22.75%

Color #B9AEC5 in popluar number systems.

HEXB9AEC5
Decimal185174197
Binary101110011010111011000101
Octal271256305

Shades and tints

Shades of #B9AEC5

#B9AEC5
(185,174,197)
#A99FB4
(169,159,180)
#9990A3
(153,144,163)
#898192
(137,129,146)
#797281
(121,114,129)
#696370
(105,99,112)
#59545F
(89,84,95)
#49454E
(73,69,78)
#39363D
(57,54,61)
#29272C
(41,39,44)
#19181B
(25,24,27)
#000000
(0,0,0)

Tints of #B9AEC5

#B9AEC5
(185,174,197)
#BFB5CA
(191,181,202)
#C5BCCF
(197,188,207)
#CBC3D4
(203,195,212)
#D1CAD9
(209,202,217)
#D7D1DE
(215,209,222)
#DDD8E3
(221,216,227)
#E3DFE8
(227,223,232)
#E9E6ED
(233,230,237)
#EFEDF2
(239,237,242)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AEC5; }

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

This text font color is #B9AEC5.


Background Color

.myBgColor { background-color: #B9AEC5; }

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

This div background color is #B9AEC5.


Border color

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

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

This div border color is #B9AEC5.


Opacity

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

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

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

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

This text has shadow with #B9AEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AEC5 on black background.


Color preview on white background

This text has color #B9AEC5 on white background.



Black color preview on #B9AEC5 background

This text has black color on #B9AEC5 background.


White color preview on #B9AEC5 background

This text has white color on #B9AEC5 background.