COLOR #B99D9E

HEX: #B99D9E
RGB: (185,157,158)

Color info

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

RGB color model

#B99D9E color RGB value is (185,157,158).

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

RGB channels and saturation

R 185 of 255 = 73%
G 157 of 255 = 62%
B 158 of 255 = 62%

185
157
158

R + G + B ~ 66%. #B99D9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 157 + 158 = 500 (100%)
R 185 of 500 ~ 37%
G 157 of 500 ~ 31.4%
B 158 of 500 ~ 31.6%

%37
%31.4
%31.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.14%
  • yellow value is 14.59%
  • key color value is 27.45%
CMYK:
(0,15,15,27)
C0M15Y15K27 
(0%,15%,15%,27%)
(0.00/0.15/0.15/0.27)	

CMYK percentages

%0
%15.14
%14.59
%27.45

Codes

Color #B99D9E in popluar color models

B99D9E
RGB185157158
HSL358°16.67%67.06%
HSB/HSV358°15.14%72.55%
CMYK0.00%15.14%14.59%
27.45%

Color #B99D9E in popluar number systems.

HEXB99D9E
Decimal185157158
Binary101110011001110110011110
Octal271235236

Shades and tints

Shades of #B99D9E

#B99D9E
(185,157,158)
#A98F90
(169,143,144)
#998182
(153,129,130)
#897374
(137,115,116)
#796566
(121,101,102)
#695758
(105,87,88)
#59494A
(89,73,74)
#493B3C
(73,59,60)
#392D2E
(57,45,46)
#291F20
(41,31,32)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #B99D9E

#B99D9E
(185,157,158)
#BFA5A6
(191,165,166)
#C5ADAE
(197,173,174)
#CBB5B6
(203,181,182)
#D1BDBE
(209,189,190)
#D7C5C6
(215,197,198)
#DDCDCE
(221,205,206)
#E3D5D6
(227,213,214)
#E9DDDE
(233,221,222)
#EFE5E6
(239,229,230)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99D9E; }

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

This text font color is #B99D9E.


Background Color

.myBgColor { background-color: #B99D9E; }

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

This div background color is #B99D9E.


Border color

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

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

This div border color is #B99D9E.


Opacity

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

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

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

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

This text has shadow with #B99D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99D9E on black background.


Color preview on white background

This text has color #B99D9E on white background.



Black color preview on #B99D9E background

This text has black color on #B99D9E background.


White color preview on #B99D9E background

This text has white color on #B99D9E background.