COLOR #99B087

HEX: #99B087
RGB: (153,176,135)

Color info

#99B087 contains red, green and blue colors in about the same proportion. Web safe color of #99B087 is #999999 (or #999).

RGB color model

#99B087 color RGB value is (153,176,135).

  • red value is 153;
  • green value is 176;
  • blue value is 135.
RGB:
(153,176,135)
(60%,69%,53%)

RGB channels and saturation

R 153 of 255 = 60%
G 176 of 255 = 69%
B 135 of 255 = 53%

153
176
135

R + G + B ~ 61%. #99B087 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 176 + 135 = 464 (100%)
R 153 of 464 ~ 32.97%
G 176 of 464 ~ 37.93%
B 135 of 464 ~ 29.09%

%32.97
%37.93
%29.09

CMYK color model

#99B087 color CMYK value is (13,0,23,31).

  • cyan value is 13.07%
  • magenta value is 0.00%
  • yellow value is 23.30%
  • key color value is 30.98%
CMYK:
(13,0,23,31)
C13M0Y23K31 
(13%,0%,23%,31%)
(0.13/0.00/0.23/0.31)	

CMYK percentages

%13.07
%0
%23.3
%30.98

Codes

Color #99B087 in popluar color models

99B087
RGB153176135
HSL94°20.60%60.98%
HSB/HSV94°23.30%69.02%
CMYK13.07%0.00%23.30%
30.98%

Color #99B087 in popluar number systems.

HEX99B087
Decimal153176135
Binary100110011011000010000111
Octal231260207

Shades and tints

Shades of #99B087

#99B087
(153,176,135)
#8CA07B
(140,160,123)
#7F906F
(127,144,111)
#728063
(114,128,99)
#657057
(101,112,87)
#58604B
(88,96,75)
#4B503F
(75,80,63)
#3E4033
(62,64,51)
#313027
(49,48,39)
#24201B
(36,32,27)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #99B087

#99B087
(153,176,135)
#A2B791
(162,183,145)
#ABBE9B
(171,190,155)
#B4C5A5
(180,197,165)
#BDCCAF
(189,204,175)
#C6D3B9
(198,211,185)
#CFDAC3
(207,218,195)
#D8E1CD
(216,225,205)
#E1E8D7
(225,232,215)
#EAEFE1
(234,239,225)
#F3F6EB
(243,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B087 color. Also use rgb(153,176,135) instead hex code.

Text Font Color

.myTextColor { color: #99B087; }

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

This text font color is #99B087.


Background Color

.myBgColor { background-color: #99B087; }

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

This div background color is #99B087.


Border color

.myBorderColor { border: 1px solid #99B087; }

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

This div border color is #99B087.


Opacity

.myOpacity80 { color: #99B087; opacity: 0.8; }

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

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

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

This text has shadow with #99B087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B087 on black background.


Color preview on white background

This text has color #99B087 on white background.



Black color preview on #99B087 background

This text has black color on #99B087 background.


White color preview on #99B087 background

This text has white color on #99B087 background.