COLOR #B9ADCB

HEX: #B9ADCB
RGB: (185,173,203)

Color info

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

RGB color model

#B9ADCB color RGB value is (185,173,203).

  • red value is 185;
  • green value is 173;
  • blue value is 203.
RGB:
(185,173,203)
(73%,68%,80%)

RGB channels and saturation

R 185 of 255 = 73%
G 173 of 255 = 68%
B 203 of 255 = 80%

185
173
203

R + G + B ~ 74%. #B9ADCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 173 + 203 = 561 (100%)
R 185 of 561 ~ 32.98%
G 173 of 561 ~ 30.84%
B 203 of 561 ~ 36.19%

%32.98
%30.84
%36.19

CMYK color model

#B9ADCB color CMYK value is (9,15,0,20).

  • cyan value is 8.87%
  • magenta value is 14.78%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(9,15,0,20)
C9M15Y0K20 
(9%,15%,0%,20%)
(0.09/0.15/0.00/0.20)	

CMYK percentages

%8.87
%14.78
%0
%20.39

Codes

Color #B9ADCB in popluar color models

B9ADCB
RGB185173203
HSL264°22.39%73.73%
HSB/HSV264°14.78%79.61%
CMYK8.87%14.78%0.00%
20.39%

Color #B9ADCB in popluar number systems.

HEXB9ADCB
Decimal185173203
Binary101110011010110111001011
Octal271255313

Shades and tints

Shades of #B9ADCB

#B9ADCB
(185,173,203)
#A99EB9
(169,158,185)
#998FA7
(153,143,167)
#898095
(137,128,149)
#797183
(121,113,131)
#696271
(105,98,113)
#59535F
(89,83,95)
#49444D
(73,68,77)
#39353B
(57,53,59)
#292629
(41,38,41)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #B9ADCB

#B9ADCB
(185,173,203)
#BFB4CF
(191,180,207)
#C5BBD3
(197,187,211)
#CBC2D7
(203,194,215)
#D1C9DB
(209,201,219)
#D7D0DF
(215,208,223)
#DDD7E3
(221,215,227)
#E3DEE7
(227,222,231)
#E9E5EB
(233,229,235)
#EFECEF
(239,236,239)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9ADCB color. Also use rgb(185,173,203) instead hex code.

Text Font Color

.myTextColor { color: #B9ADCB; }

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

This text font color is #B9ADCB.


Background Color

.myBgColor { background-color: #B9ADCB; }

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

This div background color is #B9ADCB.


Border color

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

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

This div border color is #B9ADCB.


Opacity

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

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

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

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

This text has shadow with #B9ADCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9ADCB on black background.


Color preview on white background

This text has color #B9ADCB on white background.



Black color preview on #B9ADCB background

This text has black color on #B9ADCB background.


White color preview on #B9ADCB background

This text has white color on #B9ADCB background.