COLOR #B9B8CC

HEX: #B9B8CC
RGB: (185,184,204)

Color info

#B9B8CC contains red, green and blue colors in about the same proportion. Web safe color of #B9B8CC is #CCCCCC (or #CCC).

RGB color model

#B9B8CC color RGB value is (185,184,204).

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

RGB channels and saturation

R 185 of 255 = 73%
G 184 of 255 = 72%
B 204 of 255 = 80%

185
184
204

R + G + B ~ 75%. #B9B8CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 184 + 204 = 573 (100%)
R 185 of 573 ~ 32.29%
G 184 of 573 ~ 32.11%
B 204 of 573 ~ 35.6%

%32.29
%32.11
%35.6

CMYK color model

#B9B8CC color CMYK value is (9,10,0,20).

  • cyan value is 9.31%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(9,10,0,20)
C9M10Y0K20 
(9%,10%,0%,20%)
(0.09/0.10/0.00/0.20)	

CMYK percentages

%9.31
%9.8
%0
%20

Codes

Color #B9B8CC in popluar color models

B9B8CC
RGB185184204
HSL243°16.39%76.08%
HSB/HSV243°9.80%80.00%
CMYK9.31%9.80%0.00%
20.00%

Color #B9B8CC in popluar number systems.

HEXB9B8CC
Decimal185184204
Binary101110011011100011001100
Octal271270314

Shades and tints

Shades of #B9B8CC

#B9B8CC
(185,184,204)
#A9A8BA
(169,168,186)
#9998A8
(153,152,168)
#898896
(137,136,150)
#797884
(121,120,132)
#696872
(105,104,114)
#595860
(89,88,96)
#49484E
(73,72,78)
#39383C
(57,56,60)
#29282A
(41,40,42)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #B9B8CC

#B9B8CC
(185,184,204)
#BFBED0
(191,190,208)
#C5C4D4
(197,196,212)
#CBCAD8
(203,202,216)
#D1D0DC
(209,208,220)
#D7D6E0
(215,214,224)
#DDDCE4
(221,220,228)
#E3E2E8
(227,226,232)
#E9E8EC
(233,232,236)
#EFEEF0
(239,238,240)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B8CC; }

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

This text font color is #B9B8CC.


Background Color

.myBgColor { background-color: #B9B8CC; }

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

This div background color is #B9B8CC.


Border color

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

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

This div border color is #B9B8CC.


Opacity

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

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

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

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

This text has shadow with #B9B8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B8CC on black background.


Color preview on white background

This text has color #B9B8CC on white background.



Black color preview on #B9B8CC background

This text has black color on #B9B8CC background.


White color preview on #B9B8CC background

This text has white color on #B9B8CC background.