COLOR #B99C96

HEX: #B99C96
RGB: (185,156,150)

Color info

#B99C96 contains red, green and blue colors in about the same proportion. Web safe color of #B99C96 is #CC9999 (or #C99).

RGB color model

#B99C96 color RGB value is (185,156,150).

  • red value is 185;
  • green value is 156;
  • blue value is 150.
RGB:
(185,156,150)
(73%,61%,59%)

RGB channels and saturation

R 185 of 255 = 73%
G 156 of 255 = 61%
B 150 of 255 = 59%

185
156
150

R + G + B ~ 64%. #B99C96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 156 + 150 = 491 (100%)
R 185 of 491 ~ 37.68%
G 156 of 491 ~ 31.77%
B 150 of 491 ~ 30.55%

%37.68
%31.77
%30.55

CMYK color model

#B99C96 color CMYK value is (0,16,19,27).

  • cyan value is 0.00%
  • magenta value is 15.68%
  • yellow value is 18.92%
  • key color value is 27.45%
CMYK:
(0,16,19,27)
C0M16Y19K27 
(0%,16%,19%,27%)
(0.00/0.16/0.19/0.27)	

CMYK percentages

%0
%15.68
%18.92
%27.45

Codes

Color #B99C96 in popluar color models

B99C96
RGB185156150
HSL10°20.00%65.69%
HSB/HSV10°18.92%72.55%
CMYK0.00%15.68%18.92%
27.45%

Color #B99C96 in popluar number systems.

HEXB99C96
Decimal185156150
Binary101110011001110010010110
Octal271234226

Shades and tints

Shades of #B99C96

#B99C96
(185,156,150)
#A98E89
(169,142,137)
#99807C
(153,128,124)
#89726F
(137,114,111)
#796462
(121,100,98)
#695655
(105,86,85)
#594848
(89,72,72)
#493A3B
(73,58,59)
#392C2E
(57,44,46)
#291E21
(41,30,33)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #B99C96

#B99C96
(185,156,150)
#BFA59F
(191,165,159)
#C5AEA8
(197,174,168)
#CBB7B1
(203,183,177)
#D1C0BA
(209,192,186)
#D7C9C3
(215,201,195)
#DDD2CC
(221,210,204)
#E3DBD5
(227,219,213)
#E9E4DE
(233,228,222)
#EFEDE7
(239,237,231)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99C96 color. Also use rgb(185,156,150) instead hex code.

Text Font Color

.myTextColor { color: #B99C96; }

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

This text font color is #B99C96.


Background Color

.myBgColor { background-color: #B99C96; }

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

This div background color is #B99C96.


Border color

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

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

This div border color is #B99C96.


Opacity

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

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

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

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

This text has shadow with #B99C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99C96 on black background.


Color preview on white background

This text has color #B99C96 on white background.



Black color preview on #B99C96 background

This text has black color on #B99C96 background.


White color preview on #B99C96 background

This text has white color on #B99C96 background.