COLOR #B99B9E

HEX: #B99B9E
RGB: (185,155,158)

Color info

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

RGB color model

#B99B9E color RGB value is (185,155,158).

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

RGB channels and saturation

R 185 of 255 = 73%
G 155 of 255 = 61%
B 158 of 255 = 62%

185
155
158

R + G + B ~ 65%. #B99B9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 155 + 158 = 498 (100%)
R 185 of 498 ~ 37.15%
G 155 of 498 ~ 31.12%
B 158 of 498 ~ 31.73%

%37.15
%31.12
%31.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.22%
  • yellow value is 14.59%
  • key color value is 27.45%
CMYK:
(0,16,15,27)
C0M16Y15K27 
(0%,16%,15%,27%)
(0.00/0.16/0.15/0.27)	

CMYK percentages

%0
%16.22
%14.59
%27.45

Codes

Color #B99B9E in popluar color models

B99B9E
RGB185155158
HSL354°17.65%66.67%
HSB/HSV354°16.22%72.55%
CMYK0.00%16.22%14.59%
27.45%

Color #B99B9E in popluar number systems.

HEXB99B9E
Decimal185155158
Binary101110011001101110011110
Octal271233236

Shades and tints

Shades of #B99B9E

#B99B9E
(185,155,158)
#A98D90
(169,141,144)
#997F82
(153,127,130)
#897174
(137,113,116)
#796366
(121,99,102)
#695558
(105,85,88)
#59474A
(89,71,74)
#49393C
(73,57,60)
#392B2E
(57,43,46)
#291D20
(41,29,32)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #B99B9E

#B99B9E
(185,155,158)
#BFA4A6
(191,164,166)
#C5ADAE
(197,173,174)
#CBB6B6
(203,182,182)
#D1BFBE
(209,191,190)
#D7C8C6
(215,200,198)
#DDD1CE
(221,209,206)
#E3DAD6
(227,218,214)
#E9E3DE
(233,227,222)
#EFECE6
(239,236,230)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99B9E; }

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

This text font color is #B99B9E.


Background Color

.myBgColor { background-color: #B99B9E; }

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

This div background color is #B99B9E.


Border color

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

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

This div border color is #B99B9E.


Opacity

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

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

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

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

This text has shadow with #B99B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99B9E on black background.


Color preview on white background

This text has color #B99B9E on white background.



Black color preview on #B99B9E background

This text has black color on #B99B9E background.


White color preview on #B99B9E background

This text has white color on #B99B9E background.