COLOR #B99D93

HEX: #B99D93
RGB: (185,157,147)

Color info

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

RGB color model

#B99D93 color RGB value is (185,157,147).

  • red value is 185;
  • green value is 157;
  • blue value is 147.
RGB:
(185,157,147)
(73%,62%,58%)

RGB channels and saturation

R 185 of 255 = 73%
G 157 of 255 = 62%
B 147 of 255 = 58%

185
157
147

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

Portions of RGB colors in percentages

R + G + B =
185 + 157 + 147 = 489 (100%)
R 185 of 489 ~ 37.83%
G 157 of 489 ~ 32.11%
B 147 of 489 ~ 30.06%

%37.83
%32.11
%30.06

CMYK color model

#B99D93 color CMYK value is (0,15,21,27).

  • cyan value is 0.00%
  • magenta value is 15.14%
  • yellow value is 20.54%
  • key color value is 27.45%
CMYK:
(0,15,21,27)
C0M15Y21K27 
(0%,15%,21%,27%)
(0.00/0.15/0.21/0.27)	

CMYK percentages

%0
%15.14
%20.54
%27.45

Codes

Color #B99D93 in popluar color models

B99D93
RGB185157147
HSL16°21.35%65.10%
HSB/HSV16°20.54%72.55%
CMYK0.00%15.14%20.54%
27.45%

Color #B99D93 in popluar number systems.

HEXB99D93
Decimal185157147
Binary101110011001110110010011
Octal271235223

Shades and tints

Shades of #B99D93

#B99D93
(185,157,147)
#A98F86
(169,143,134)
#998179
(153,129,121)
#89736C
(137,115,108)
#79655F
(121,101,95)
#695752
(105,87,82)
#594945
(89,73,69)
#493B38
(73,59,56)
#392D2B
(57,45,43)
#291F1E
(41,31,30)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #B99D93

#B99D93
(185,157,147)
#BFA59C
(191,165,156)
#C5ADA5
(197,173,165)
#CBB5AE
(203,181,174)
#D1BDB7
(209,189,183)
#D7C5C0
(215,197,192)
#DDCDC9
(221,205,201)
#E3D5D2
(227,213,210)
#E9DDDB
(233,221,219)
#EFE5E4
(239,229,228)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99D93 color. Also use rgb(185,157,147) instead hex code.

Text Font Color

.myTextColor { color: #B99D93; }

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

This text font color is #B99D93.


Background Color

.myBgColor { background-color: #B99D93; }

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

This div background color is #B99D93.


Border color

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

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

This div border color is #B99D93.


Opacity

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

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

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

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

This text has shadow with #B99D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99D93 on black background.


Color preview on white background

This text has color #B99D93 on white background.



Black color preview on #B99D93 background

This text has black color on #B99D93 background.


White color preview on #B99D93 background

This text has white color on #B99D93 background.