COLOR #B9AED6

HEX: #B9AED6
RGB: (185,174,214)

Color info

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

RGB color model

#B9AED6 color RGB value is (185,174,214).

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

RGB channels and saturation

R 185 of 255 = 73%
G 174 of 255 = 68%
B 214 of 255 = 84%

185
174
214

R + G + B ~ 75%. #B9AED6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 174 + 214 = 573 (100%)
R 185 of 573 ~ 32.29%
G 174 of 573 ~ 30.37%
B 214 of 573 ~ 37.35%

%32.29
%30.37
%37.35

CMYK color model

#B9AED6 color CMYK value is (14,19,0,16).

  • cyan value is 13.55%
  • magenta value is 18.69%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(14,19,0,16)
C14M19Y0K16 
(14%,19%,0%,16%)
(0.14/0.19/0.00/0.16)	

CMYK percentages

%13.55
%18.69
%0
%16.08

Codes

Color #B9AED6 in popluar color models

B9AED6
RGB185174214
HSL257°32.79%76.08%
HSB/HSV257°18.69%83.92%
CMYK13.55%18.69%0.00%
16.08%

Color #B9AED6 in popluar number systems.

HEXB9AED6
Decimal185174214
Binary101110011010111011010110
Octal271256326

Shades and tints

Shades of #B9AED6

#B9AED6
(185,174,214)
#A99FC3
(169,159,195)
#9990B0
(153,144,176)
#89819D
(137,129,157)
#79728A
(121,114,138)
#696377
(105,99,119)
#595464
(89,84,100)
#494551
(73,69,81)
#39363E
(57,54,62)
#29272B
(41,39,43)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #B9AED6

#B9AED6
(185,174,214)
#BFB5D9
(191,181,217)
#C5BCDC
(197,188,220)
#CBC3DF
(203,195,223)
#D1CAE2
(209,202,226)
#D7D1E5
(215,209,229)
#DDD8E8
(221,216,232)
#E3DFEB
(227,223,235)
#E9E6EE
(233,230,238)
#EFEDF1
(239,237,241)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AED6; }

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

This text font color is #B9AED6.


Background Color

.myBgColor { background-color: #B9AED6; }

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

This div background color is #B9AED6.


Border color

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

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

This div border color is #B9AED6.


Opacity

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

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

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

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

This text has shadow with #B9AED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AED6 on black background.


Color preview on white background

This text has color #B9AED6 on white background.



Black color preview on #B9AED6 background

This text has black color on #B9AED6 background.


White color preview on #B9AED6 background

This text has white color on #B9AED6 background.