COLOR #B9AEC7

HEX: #B9AEC7
RGB: (185,174,199)

Color info

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

RGB color model

#B9AEC7 color RGB value is (185,174,199).

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

RGB channels and saturation

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

185
174
199

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

Portions of RGB colors in percentages

R + G + B =
185 + 174 + 199 = 558 (100%)
R 185 of 558 ~ 33.15%
G 174 of 558 ~ 31.18%
B 199 of 558 ~ 35.66%

%33.15
%31.18
%35.66

CMYK color model

#B9AEC7 color CMYK value is (7,13,0,22).

  • cyan value is 7.04%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(7,13,0,22)
C7M13Y0K22 
(7%,13%,0%,22%)
(0.07/0.13/0.00/0.22)	

CMYK percentages

%7.04
%12.56
%0
%21.96

Codes

Color #B9AEC7 in popluar color models

B9AEC7
RGB185174199
HSL266°18.25%73.14%
HSB/HSV266°12.56%78.04%
CMYK7.04%12.56%0.00%
21.96%

Color #B9AEC7 in popluar number systems.

HEXB9AEC7
Decimal185174199
Binary101110011010111011000111
Octal271256307

Shades and tints

Shades of #B9AEC7

#B9AEC7
(185,174,199)
#A99FB5
(169,159,181)
#9990A3
(153,144,163)
#898191
(137,129,145)
#79727F
(121,114,127)
#69636D
(105,99,109)
#59545B
(89,84,91)
#494549
(73,69,73)
#393637
(57,54,55)
#292725
(41,39,37)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #B9AEC7

#B9AEC7
(185,174,199)
#BFB5CC
(191,181,204)
#C5BCD1
(197,188,209)
#CBC3D6
(203,195,214)
#D1CADB
(209,202,219)
#D7D1E0
(215,209,224)
#DDD8E5
(221,216,229)
#E3DFEA
(227,223,234)
#E9E6EF
(233,230,239)
#EFEDF4
(239,237,244)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AEC7; }

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

This text font color is #B9AEC7.


Background Color

.myBgColor { background-color: #B9AEC7; }

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

This div background color is #B9AEC7.


Border color

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

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

This div border color is #B9AEC7.


Opacity

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

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

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

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

This text has shadow with #B9AEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AEC7 on black background.


Color preview on white background

This text has color #B9AEC7 on white background.



Black color preview on #B9AEC7 background

This text has black color on #B9AEC7 background.


White color preview on #B9AEC7 background

This text has white color on #B9AEC7 background.