COLOR #B9AADC

HEX: #B9AADC
RGB: (185,170,220)

Color info

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

RGB color model

#B9AADC color RGB value is (185,170,220).

  • red value is 185;
  • green value is 170;
  • blue value is 220.
RGB:
(185,170,220)
(73%,67%,86%)

RGB channels and saturation

R 185 of 255 = 73%
G 170 of 255 = 67%
B 220 of 255 = 86%

185
170
220

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

Portions of RGB colors in percentages

R + G + B =
185 + 170 + 220 = 575 (100%)
R 185 of 575 ~ 32.17%
G 170 of 575 ~ 29.57%
B 220 of 575 ~ 38.26%

%32.17
%29.57
%38.26

CMYK color model

#B9AADC color CMYK value is (16,23,0,14).

  • cyan value is 15.91%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(16,23,0,14)
C16M23Y0K14 
(16%,23%,0%,14%)
(0.16/0.23/0.00/0.14)	

CMYK percentages

%15.91
%22.73
%0
%13.73

Codes

Color #B9AADC in popluar color models

B9AADC
RGB185170220
HSL258°41.67%76.47%
HSB/HSV258°22.73%86.27%
CMYK15.91%22.73%0.00%
13.73%

Color #B9AADC in popluar number systems.

HEXB9AADC
Decimal185170220
Binary101110011010101011011100
Octal271252334

Shades and tints

Shades of #B9AADC

#B9AADC
(185,170,220)
#A99BC8
(169,155,200)
#998CB4
(153,140,180)
#897DA0
(137,125,160)
#796E8C
(121,110,140)
#695F78
(105,95,120)
#595064
(89,80,100)
#494150
(73,65,80)
#39323C
(57,50,60)
#292328
(41,35,40)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #B9AADC

#B9AADC
(185,170,220)
#BFB1DF
(191,177,223)
#C5B8E2
(197,184,226)
#CBBFE5
(203,191,229)
#D1C6E8
(209,198,232)
#D7CDEB
(215,205,235)
#DDD4EE
(221,212,238)
#E3DBF1
(227,219,241)
#E9E2F4
(233,226,244)
#EFE9F7
(239,233,247)
#F5F0FA
(245,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9AADC color. Also use rgb(185,170,220) instead hex code.

Text Font Color

.myTextColor { color: #B9AADC; }

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

This text font color is #B9AADC.


Background Color

.myBgColor { background-color: #B9AADC; }

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

This div background color is #B9AADC.


Border color

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

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

This div border color is #B9AADC.


Opacity

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

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

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

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

This text has shadow with #B9AADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AADC on black background.


Color preview on white background

This text has color #B9AADC on white background.



Black color preview on #B9AADC background

This text has black color on #B9AADC background.


White color preview on #B9AADC background

This text has white color on #B9AADC background.