COLOR #B9B0CB

HEX: #B9B0CB
RGB: (185,176,203)

Color info

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

RGB color model

#B9B0CB color RGB value is (185,176,203).

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

RGB channels and saturation

R 185 of 255 = 73%
G 176 of 255 = 69%
B 203 of 255 = 80%

185
176
203

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

Portions of RGB colors in percentages

R + G + B =
185 + 176 + 203 = 564 (100%)
R 185 of 564 ~ 32.8%
G 176 of 564 ~ 31.21%
B 203 of 564 ~ 35.99%

%32.8
%31.21
%35.99

CMYK color model

#B9B0CB color CMYK value is (9,13,0,20).

  • cyan value is 8.87%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(9,13,0,20)
C9M13Y0K20 
(9%,13%,0%,20%)
(0.09/0.13/0.00/0.20)	

CMYK percentages

%8.87
%13.3
%0
%20.39

Codes

Color #B9B0CB in popluar color models

B9B0CB
RGB185176203
HSL260°20.61%74.31%
HSB/HSV260°13.30%79.61%
CMYK8.87%13.30%0.00%
20.39%

Color #B9B0CB in popluar number systems.

HEXB9B0CB
Decimal185176203
Binary101110011011000011001011
Octal271260313

Shades and tints

Shades of #B9B0CB

#B9B0CB
(185,176,203)
#A9A0B9
(169,160,185)
#9990A7
(153,144,167)
#898095
(137,128,149)
#797083
(121,112,131)
#696071
(105,96,113)
#59505F
(89,80,95)
#49404D
(73,64,77)
#39303B
(57,48,59)
#292029
(41,32,41)
#191017
(25,16,23)
#000000
(0,0,0)

Tints of #B9B0CB

#B9B0CB
(185,176,203)
#BFB7CF
(191,183,207)
#C5BED3
(197,190,211)
#CBC5D7
(203,197,215)
#D1CCDB
(209,204,219)
#D7D3DF
(215,211,223)
#DDDAE3
(221,218,227)
#E3E1E7
(227,225,231)
#E9E8EB
(233,232,235)
#EFEFEF
(239,239,239)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B0CB; }

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

This text font color is #B9B0CB.


Background Color

.myBgColor { background-color: #B9B0CB; }

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

This div background color is #B9B0CB.


Border color

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

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

This div border color is #B9B0CB.


Opacity

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

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

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

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

This text has shadow with #B9B0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B0CB on black background.


Color preview on white background

This text has color #B9B0CB on white background.



Black color preview on #B9B0CB background

This text has black color on #B9B0CB background.


White color preview on #B9B0CB background

This text has white color on #B9B0CB background.