COLOR #B9C3B3

HEX: #B9C3B3
RGB: (185,195,179)

Color info

#B9C3B3 contains red, green and blue colors in about the same proportion. Web safe color of #B9C3B3 is #CCCC99 (or #CC9).

RGB color model

#B9C3B3 color RGB value is (185,195,179).

  • red value is 185;
  • green value is 195;
  • blue value is 179.
RGB:
(185,195,179)
(73%,76%,70%)

RGB channels and saturation

R 185 of 255 = 73%
G 195 of 255 = 76%
B 179 of 255 = 70%

185
195
179

R + G + B ~ 73%. #B9C3B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 195 + 179 = 559 (100%)
R 185 of 559 ~ 33.09%
G 195 of 559 ~ 34.88%
B 179 of 559 ~ 32.02%

%33.09
%34.88
%32.02

CMYK color model

#B9C3B3 color CMYK value is (5,0,8,24).

  • cyan value is 5.13%
  • magenta value is 0.00%
  • yellow value is 8.21%
  • key color value is 23.53%
CMYK:
(5,0,8,24)
C5M0Y8K24 
(5%,0%,8%,24%)
(0.05/0.00/0.08/0.24)	

CMYK percentages

%5.13
%0
%8.21
%23.53

Codes

Color #B9C3B3 in popluar color models

B9C3B3
RGB185195179
HSL98°11.76%73.33%
HSB/HSV98°8.21%76.47%
CMYK5.13%0.00%8.21%
23.53%

Color #B9C3B3 in popluar number systems.

HEXB9C3B3
Decimal185195179
Binary101110011100001110110011
Octal271303263

Shades and tints

Shades of #B9C3B3

#B9C3B3
(185,195,179)
#A9B2A3
(169,178,163)
#99A193
(153,161,147)
#899083
(137,144,131)
#797F73
(121,127,115)
#696E63
(105,110,99)
#595D53
(89,93,83)
#494C43
(73,76,67)
#393B33
(57,59,51)
#292A23
(41,42,35)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #B9C3B3

#B9C3B3
(185,195,179)
#BFC8B9
(191,200,185)
#C5CDBF
(197,205,191)
#CBD2C5
(203,210,197)
#D1D7CB
(209,215,203)
#D7DCD1
(215,220,209)
#DDE1D7
(221,225,215)
#E3E6DD
(227,230,221)
#E9EBE3
(233,235,227)
#EFF0E9
(239,240,233)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C3B3 color. Also use rgb(185,195,179) instead hex code.

Text Font Color

.myTextColor { color: #B9C3B3; }

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

This text font color is #B9C3B3.


Background Color

.myBgColor { background-color: #B9C3B3; }

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

This div background color is #B9C3B3.


Border color

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

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

This div border color is #B9C3B3.


Opacity

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

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

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

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

This text has shadow with #B9C3B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C3B3 on black background.


Color preview on white background

This text has color #B9C3B3 on white background.



Black color preview on #B9C3B3 background

This text has black color on #B9C3B3 background.


White color preview on #B9C3B3 background

This text has white color on #B9C3B3 background.