COLOR #B9B1C9

HEX: #B9B1C9
RGB: (185,177,201)

Color info

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

RGB color model

#B9B1C9 color RGB value is (185,177,201).

  • red value is 185;
  • green value is 177;
  • blue value is 201.
RGB:
(185,177,201)
(73%,69%,79%)

RGB channels and saturation

R 185 of 255 = 73%
G 177 of 255 = 69%
B 201 of 255 = 79%

185
177
201

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

Portions of RGB colors in percentages

R + G + B =
185 + 177 + 201 = 563 (100%)
R 185 of 563 ~ 32.86%
G 177 of 563 ~ 31.44%
B 201 of 563 ~ 35.7%

%32.86
%31.44
%35.7

CMYK color model

#B9B1C9 color CMYK value is (8,12,0,21).

  • cyan value is 7.96%
  • magenta value is 11.94%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(8,12,0,21)
C8M12Y0K21 
(8%,12%,0%,21%)
(0.08/0.12/0.00/0.21)	

CMYK percentages

%7.96
%11.94
%0
%21.18

Codes

Color #B9B1C9 in popluar color models

B9B1C9
RGB185177201
HSL260°18.18%74.12%
HSB/HSV260°11.94%78.82%
CMYK7.96%11.94%0.00%
21.18%

Color #B9B1C9 in popluar number systems.

HEXB9B1C9
Decimal185177201
Binary101110011011000111001001
Octal271261311

Shades and tints

Shades of #B9B1C9

#B9B1C9
(185,177,201)
#A9A1B7
(169,161,183)
#9991A5
(153,145,165)
#898193
(137,129,147)
#797181
(121,113,129)
#69616F
(105,97,111)
#59515D
(89,81,93)
#49414B
(73,65,75)
#393139
(57,49,57)
#292127
(41,33,39)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #B9B1C9

#B9B1C9
(185,177,201)
#BFB8CD
(191,184,205)
#C5BFD1
(197,191,209)
#CBC6D5
(203,198,213)
#D1CDD9
(209,205,217)
#D7D4DD
(215,212,221)
#DDDBE1
(221,219,225)
#E3E2E5
(227,226,229)
#E9E9E9
(233,233,233)
#EFF0ED
(239,240,237)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B1C9 color. Also use rgb(185,177,201) instead hex code.

Text Font Color

.myTextColor { color: #B9B1C9; }

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

This text font color is #B9B1C9.


Background Color

.myBgColor { background-color: #B9B1C9; }

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

This div background color is #B9B1C9.


Border color

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

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

This div border color is #B9B1C9.


Opacity

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

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

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

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

This text has shadow with #B9B1C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B1C9 on black background.


Color preview on white background

This text has color #B9B1C9 on white background.



Black color preview on #B9B1C9 background

This text has black color on #B9B1C9 background.


White color preview on #B9B1C9 background

This text has white color on #B9B1C9 background.