COLOR #B9C9C4

HEX: #B9C9C4
RGB: (185,201,196)

Color info

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

RGB color model

#B9C9C4 color RGB value is (185,201,196).

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

RGB channels and saturation

R 185 of 255 = 73%
G 201 of 255 = 79%
B 196 of 255 = 77%

185
201
196

R + G + B ~ 76%. #B9C9C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 201 + 196 = 582 (100%)
R 185 of 582 ~ 31.79%
G 201 of 582 ~ 34.54%
B 196 of 582 ~ 33.68%

%31.79
%34.54
%33.68

CMYK color model

#B9C9C4 color CMYK value is (8,0,2,21).

  • cyan value is 7.96%
  • magenta value is 0.00%
  • yellow value is 2.49%
  • key color value is 21.18%
CMYK:
(8,0,2,21)
C8M0Y2K21 
(8%,0%,2%,21%)
(0.08/0.00/0.02/0.21)	

CMYK percentages

%7.96
%0
%2.49
%21.18

Codes

Color #B9C9C4 in popluar color models

B9C9C4
RGB185201196
HSL161°12.90%75.69%
HSB/HSV161°7.96%78.82%
CMYK7.96%0.00%2.49%
21.18%

Color #B9C9C4 in popluar number systems.

HEXB9C9C4
Decimal185201196
Binary101110011100100111000100
Octal271311304

Shades and tints

Shades of #B9C9C4

#B9C9C4
(185,201,196)
#A9B7B3
(169,183,179)
#99A5A2
(153,165,162)
#899391
(137,147,145)
#798180
(121,129,128)
#696F6F
(105,111,111)
#595D5E
(89,93,94)
#494B4D
(73,75,77)
#39393C
(57,57,60)
#29272B
(41,39,43)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #B9C9C4

#B9C9C4
(185,201,196)
#BFCDC9
(191,205,201)
#C5D1CE
(197,209,206)
#CBD5D3
(203,213,211)
#D1D9D8
(209,217,216)
#D7DDDD
(215,221,221)
#DDE1E2
(221,225,226)
#E3E5E7
(227,229,231)
#E9E9EC
(233,233,236)
#EFEDF1
(239,237,241)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C9C4; }

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

This text font color is #B9C9C4.


Background Color

.myBgColor { background-color: #B9C9C4; }

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

This div background color is #B9C9C4.


Border color

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

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

This div border color is #B9C9C4.


Opacity

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

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

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

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

This text has shadow with #B9C9C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C9C4 on black background.


Color preview on white background

This text has color #B9C9C4 on white background.



Black color preview on #B9C9C4 background

This text has black color on #B9C9C4 background.


White color preview on #B9C9C4 background

This text has white color on #B9C9C4 background.