COLOR #B99F9E

HEX: #B99F9E RGB: (185,159,158)

Color info

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

RGB color model

#B99F9E color RGB value is (185,159,158).

RGB: (185,159,158) (73%, 62%, 62%)

RGB channels and saturation

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

185
159
158

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

Portions of RGB colors in percentages

R + G + B = 185 + 159 + 158 = 502 (100%)
R 185 of 502 ~ 36.85%
G 159 of 502 ~ 31.67%
B 158 of 502 ~ 31.47'%

%36.85
%31.67
%31.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.05%
  • yellow value is 14.59%
  • key color value is 27.45%

CMYK: (0,14,15,27)
C0M14Y15K27 (0%, 14%, 15%, 27%)
(0.00 / 0.14 / 0.15 / 0.27)

CMYK percentages

%0
%14.05
%14.59
%27.45

Codes

Color #B99F9E in popluar color models

B9 9F 9E
RGB 185 159 158
HSL 16.17% 67.25%
HSB/HSV 14.59% 72.55%
CMYK 0.00% 14.05% 14.59%
27.45%

Color #B99F9E in popluar number systems.

HEX B9 9F 9E
Decimal 185 159 158
Binary 10111001 10011111 10011110
Octal 271 237 236

Shades and tints

Shades of #B99F9E

#B99F9E
(185,159,158)
#A99190
(169,145,144)
#998382
(153,131,130)
#897574
(137,117,116)
#796766
(121,103,102)
#695958
(105,89,88)
#594B4A
(89,75,74)
#493D3C
(73,61,60)
#392F2E
(57,47,46)
#292120
(41,33,32)
#191312
(25,19,18)
#000000
(0,0,0)

Tints of #B99F9E

#B99F9E
(185,159,158)
#BFA7A6
(191,167,166)
#C5AFAE
(197,175,174)
#CBB7B6
(203,183,182)
#D1BFBE
(209,191,190)
#D7C7C6
(215,199,198)
#DDCFCE
(221,207,206)
#E3D7D6
(227,215,214)
#E9DFDE
(233,223,222)
#EFE7E6
(239,231,230)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99F9E; }

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

This text font color is #B99F9E.

Background Color

.myBgColor { background-color: #B99F9E; }

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

This div background color is #B99F9E.

Border color

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

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

This div border color is #B99F9E.

Opacity

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

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

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

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

This text has shadow with #B99F9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99F9E.

Preview

Color preview on black background

This text has color #B99F9E on black background.


Color preview on white background

This text has color #B99F9E on white background.


Black color preview on #B99F9E background

This text has black color on #B99F9E background.


White color preview on #B99F9E background

This text has white color on #B99F9E background.


Related colors

Complementary color

Complementary color for #hex is #466061.


I love getcolorcode.com

Triadic colors

1 #9EB99F and #9F9EB9 with #B99F9E are triadic colors.

2 #9E9FB9 and #9FB99E with #B99F9E are triadic colors.