COLOR #B9B1CC

HEX: #B9B1CC
RGB: (185,177,204)

Color info

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

RGB color model

#B9B1CC color RGB value is (185,177,204).

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

RGB channels and saturation

R 185 of 255 = 73%
G 177 of 255 = 69%
B 204 of 255 = 80%

185
177
204

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

Portions of RGB colors in percentages

R + G + B =
185 + 177 + 204 = 566 (100%)
R 185 of 566 ~ 32.69%
G 177 of 566 ~ 31.27%
B 204 of 566 ~ 36.04%

%32.69
%31.27
%36.04

CMYK color model

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

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

CMYK percentages

%9.31
%13.24
%0
%20

Codes

Color #B9B1CC in popluar color models

B9B1CC
RGB185177204
HSL258°20.93%74.71%
HSB/HSV258°13.24%80.00%
CMYK9.31%13.24%0.00%
20.00%

Color #B9B1CC in popluar number systems.

HEXB9B1CC
Decimal185177204
Binary101110011011000111001100
Octal271261314

Shades and tints

Shades of #B9B1CC

#B9B1CC
(185,177,204)
#A9A1BA
(169,161,186)
#9991A8
(153,145,168)
#898196
(137,129,150)
#797184
(121,113,132)
#696172
(105,97,114)
#595160
(89,81,96)
#49414E
(73,65,78)
#39313C
(57,49,60)
#29212A
(41,33,42)
#191118
(25,17,24)
#000000
(0,0,0)

Tints of #B9B1CC

#B9B1CC
(185,177,204)
#BFB8D0
(191,184,208)
#C5BFD4
(197,191,212)
#CBC6D8
(203,198,216)
#D1CDDC
(209,205,220)
#D7D4E0
(215,212,224)
#DDDBE4
(221,219,228)
#E3E2E8
(227,226,232)
#E9E9EC
(233,233,236)
#EFF0F0
(239,240,240)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B1CC; }

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

This text font color is #B9B1CC.


Background Color

.myBgColor { background-color: #B9B1CC; }

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

This div background color is #B9B1CC.


Border color

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

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

This div border color is #B9B1CC.


Opacity

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

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

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

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

This text has shadow with #B9B1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B1CC on black background.


Color preview on white background

This text has color #B9B1CC on white background.



Black color preview on #B9B1CC background

This text has black color on #B9B1CC background.


White color preview on #B9B1CC background

This text has white color on #B9B1CC background.