COLOR #B9CCC7

HEX: #B9CCC7
RGB: (185,204,199)

Color info

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

RGB color model

#B9CCC7 color RGB value is (185,204,199).

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

RGB channels and saturation

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

185
204
199

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

Portions of RGB colors in percentages

R + G + B =
185 + 204 + 199 = 588 (100%)
R 185 of 588 ~ 31.46%
G 204 of 588 ~ 34.69%
B 199 of 588 ~ 33.84%

%31.46
%34.69
%33.84

CMYK color model

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

  • cyan value is 9.31%
  • magenta value is 0.00%
  • yellow value is 2.45%
  • 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
%2.45
%20

Codes

Color #B9CCC7 in popluar color models

B9CCC7
RGB185204199
HSL164°15.70%76.27%
HSB/HSV164°9.31%80.00%
CMYK9.31%0.00%2.45%
20.00%

Color #B9CCC7 in popluar number systems.

HEXB9CCC7
Decimal185204199
Binary101110011100110011000111
Octal271314307

Shades and tints

Shades of #B9CCC7

#B9CCC7
(185,204,199)
#A9BAB5
(169,186,181)
#99A8A3
(153,168,163)
#899691
(137,150,145)
#79847F
(121,132,127)
#69726D
(105,114,109)
#59605B
(89,96,91)
#494E49
(73,78,73)
#393C37
(57,60,55)
#292A25
(41,42,37)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #B9CCC7

#B9CCC7
(185,204,199)
#BFD0CC
(191,208,204)
#C5D4D1
(197,212,209)
#CBD8D6
(203,216,214)
#D1DCDB
(209,220,219)
#D7E0E0
(215,224,224)
#DDE4E5
(221,228,229)
#E3E8EA
(227,232,234)
#E9ECEF
(233,236,239)
#EFF0F4
(239,240,244)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CCC7; }

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

This text font color is #B9CCC7.


Background Color

.myBgColor { background-color: #B9CCC7; }

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

This div background color is #B9CCC7.


Border color

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

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

This div border color is #B9CCC7.


Opacity

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

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

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

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

This text has shadow with #B9CCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CCC7 on black background.


Color preview on white background

This text has color #B9CCC7 on white background.



Black color preview on #B9CCC7 background

This text has black color on #B9CCC7 background.


White color preview on #B9CCC7 background

This text has white color on #B9CCC7 background.