COLOR #B9CCC8

HEX: #B9CCC8
RGB: (185,204,200)

Color info

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

RGB color model

#B9CCC8 color RGB value is (185,204,200).

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

RGB channels and saturation

R 185 of 255 = 73%
G 204 of 255 = 80%
B 200 of 255 = 78%

185
204
200

R + G + B ~ 77%. #B9CCC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 204 + 200 = 589 (100%)
R 185 of 589 ~ 31.41%
G 204 of 589 ~ 34.63%
B 200 of 589 ~ 33.96%

%31.41
%34.63
%33.96

CMYK color model

#B9CCC8 color CMYK value is (9,0,2,20).

  • cyan value is 9.31%
  • magenta value is 0.00%
  • yellow value is 1.96%
  • key color value is 20.00%
CMYK:
(9,0,2,20)
C9M0Y2K20 
(9%,0%,2%,20%)
(0.09/0.00/0.02/0.20)	

CMYK percentages

%9.31
%0
%1.96
%20

Codes

Color #B9CCC8 in popluar color models

B9CCC8
RGB185204200
HSL167°15.70%76.27%
HSB/HSV167°9.31%80.00%
CMYK9.31%0.00%1.96%
20.00%

Color #B9CCC8 in popluar number systems.

HEXB9CCC8
Decimal185204200
Binary101110011100110011001000
Octal271314310

Shades and tints

Shades of #B9CCC8

#B9CCC8
(185,204,200)
#A9BAB6
(169,186,182)
#99A8A4
(153,168,164)
#899692
(137,150,146)
#798480
(121,132,128)
#69726E
(105,114,110)
#59605C
(89,96,92)
#494E4A
(73,78,74)
#393C38
(57,60,56)
#292A26
(41,42,38)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #B9CCC8

#B9CCC8
(185,204,200)
#BFD0CD
(191,208,205)
#C5D4D2
(197,212,210)
#CBD8D7
(203,216,215)
#D1DCDC
(209,220,220)
#D7E0E1
(215,224,225)
#DDE4E6
(221,228,230)
#E3E8EB
(227,232,235)
#E9ECF0
(233,236,240)
#EFF0F5
(239,240,245)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CCC8; }

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

This text font color is #B9CCC8.


Background Color

.myBgColor { background-color: #B9CCC8; }

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

This div background color is #B9CCC8.


Border color

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

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

This div border color is #B9CCC8.


Opacity

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

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

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

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

This text has shadow with #B9CCC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CCC8 on black background.


Color preview on white background

This text has color #B9CCC8 on white background.



Black color preview on #B9CCC8 background

This text has black color on #B9CCC8 background.


White color preview on #B9CCC8 background

This text has white color on #B9CCC8 background.