COLOR #B99D8E

HEX: #B99D8E
RGB: (185,157,142)

Color info

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

RGB color model

#B99D8E color RGB value is (185,157,142).

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

RGB channels and saturation

R 185 of 255 = 73%
G 157 of 255 = 62%
B 142 of 255 = 56%

185
157
142

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

Portions of RGB colors in percentages

R + G + B =
185 + 157 + 142 = 484 (100%)
R 185 of 484 ~ 38.22%
G 157 of 484 ~ 32.44%
B 142 of 484 ~ 29.34%

%38.22
%32.44
%29.34

CMYK color model

#B99D8E color CMYK value is (0,15,23,27).

  • cyan value is 0.00%
  • magenta value is 15.14%
  • yellow value is 23.24%
  • key color value is 27.45%
CMYK:
(0,15,23,27)
C0M15Y23K27 
(0%,15%,23%,27%)
(0.00/0.15/0.23/0.27)	

CMYK percentages

%0
%15.14
%23.24
%27.45

Codes

Color #B99D8E in popluar color models

B99D8E
RGB185157142
HSL21°23.50%64.12%
HSB/HSV21°23.24%72.55%
CMYK0.00%15.14%23.24%
27.45%

Color #B99D8E in popluar number systems.

HEXB99D8E
Decimal185157142
Binary101110011001110110001110
Octal271235216

Shades and tints

Shades of #B99D8E

#B99D8E
(185,157,142)
#A98F82
(169,143,130)
#998176
(153,129,118)
#89736A
(137,115,106)
#79655E
(121,101,94)
#695752
(105,87,82)
#594946
(89,73,70)
#493B3A
(73,59,58)
#392D2E
(57,45,46)
#291F22
(41,31,34)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #B99D8E

#B99D8E
(185,157,142)
#BFA598
(191,165,152)
#C5ADA2
(197,173,162)
#CBB5AC
(203,181,172)
#D1BDB6
(209,189,182)
#D7C5C0
(215,197,192)
#DDCDCA
(221,205,202)
#E3D5D4
(227,213,212)
#E9DDDE
(233,221,222)
#EFE5E8
(239,229,232)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99D8E; }

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

This text font color is #B99D8E.


Background Color

.myBgColor { background-color: #B99D8E; }

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

This div background color is #B99D8E.


Border color

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

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

This div border color is #B99D8E.


Opacity

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

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

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

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

This text has shadow with #B99D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99D8E on black background.


Color preview on white background

This text has color #B99D8E on white background.



Black color preview on #B99D8E background

This text has black color on #B99D8E background.


White color preview on #B99D8E background

This text has white color on #B99D8E background.