COLOR #B9B0CD

HEX: #B9B0CD
RGB: (185,176,205)

Color info

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

RGB color model

#B9B0CD color RGB value is (185,176,205).

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

RGB channels and saturation

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

185
176
205

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

Portions of RGB colors in percentages

R + G + B =
185 + 176 + 205 = 566 (100%)
R 185 of 566 ~ 32.69%
G 176 of 566 ~ 31.1%
B 205 of 566 ~ 36.22%

%32.69
%31.1
%36.22

CMYK color model

#B9B0CD color CMYK value is (10,14,0,20).

  • cyan value is 9.76%
  • magenta value is 14.15%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(10,14,0,20)
C10M14Y0K20 
(10%,14%,0%,20%)
(0.10/0.14/0.00/0.20)	

CMYK percentages

%9.76
%14.15
%0
%19.61

Codes

Color #B9B0CD in popluar color models

B9B0CD
RGB185176205
HSL259°22.48%74.71%
HSB/HSV259°14.15%80.39%
CMYK9.76%14.15%0.00%
19.61%

Color #B9B0CD in popluar number systems.

HEXB9B0CD
Decimal185176205
Binary101110011011000011001101
Octal271260315

Shades and tints

Shades of #B9B0CD

#B9B0CD
(185,176,205)
#A9A0BB
(169,160,187)
#9990A9
(153,144,169)
#898097
(137,128,151)
#797085
(121,112,133)
#696073
(105,96,115)
#595061
(89,80,97)
#49404F
(73,64,79)
#39303D
(57,48,61)
#29202B
(41,32,43)
#191019
(25,16,25)
#000000
(0,0,0)

Tints of #B9B0CD

#B9B0CD
(185,176,205)
#BFB7D1
(191,183,209)
#C5BED5
(197,190,213)
#CBC5D9
(203,197,217)
#D1CCDD
(209,204,221)
#D7D3E1
(215,211,225)
#DDDAE5
(221,218,229)
#E3E1E9
(227,225,233)
#E9E8ED
(233,232,237)
#EFEFF1
(239,239,241)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B0CD; }

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

This text font color is #B9B0CD.


Background Color

.myBgColor { background-color: #B9B0CD; }

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

This div background color is #B9B0CD.


Border color

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

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

This div border color is #B9B0CD.


Opacity

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

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

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

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

This text has shadow with #B9B0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B0CD on black background.


Color preview on white background

This text has color #B9B0CD on white background.



Black color preview on #B9B0CD background

This text has black color on #B9B0CD background.


White color preview on #B9B0CD background

This text has white color on #B9B0CD background.