COLOR #99B887

HEX: #99B887
RGB: (153,184,135)

Color info

#99B887 contains red, green and blue colors in about the same proportion. Web safe color of #99B887 is #99CC99 (or #9C9).

RGB color model

#99B887 color RGB value is (153,184,135).

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

RGB channels and saturation

R 153 of 255 = 60%
G 184 of 255 = 72%
B 135 of 255 = 53%

153
184
135

R + G + B ~ 62%. #99B887 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 184 + 135 = 472 (100%)
R 153 of 472 ~ 32.42%
G 184 of 472 ~ 38.98%
B 135 of 472 ~ 28.6%

%32.42
%38.98
%28.6

CMYK color model

#99B887 color CMYK value is (17,0,27,28).

  • cyan value is 16.85%
  • magenta value is 0.00%
  • yellow value is 26.63%
  • key color value is 27.84%
CMYK:
(17,0,27,28)
C17M0Y27K28 
(17%,0%,27%,28%)
(0.17/0.00/0.27/0.28)	

CMYK percentages

%16.85
%0
%26.63
%27.84

Codes

Color #99B887 in popluar color models

99B887
RGB153184135
HSL98°25.65%62.55%
HSB/HSV98°26.63%72.16%
CMYK16.85%0.00%26.63%
27.84%

Color #99B887 in popluar number systems.

HEX99B887
Decimal153184135
Binary100110011011100010000111
Octal231270207

Shades and tints

Shades of #99B887

#99B887
(153,184,135)
#8CA87B
(140,168,123)
#7F986F
(127,152,111)
#728863
(114,136,99)
#657857
(101,120,87)
#58684B
(88,104,75)
#4B583F
(75,88,63)
#3E4833
(62,72,51)
#313827
(49,56,39)
#24281B
(36,40,27)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #99B887

#99B887
(153,184,135)
#A2BE91
(162,190,145)
#ABC49B
(171,196,155)
#B4CAA5
(180,202,165)
#BDD0AF
(189,208,175)
#C6D6B9
(198,214,185)
#CFDCC3
(207,220,195)
#D8E2CD
(216,226,205)
#E1E8D7
(225,232,215)
#EAEEE1
(234,238,225)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B887; }

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

This text font color is #99B887.


Background Color

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

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

This div background color is #99B887.


Border color

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

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

This div border color is #99B887.


Opacity

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

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

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

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

This text has shadow with #99B887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B887 on black background.


Color preview on white background

This text has color #99B887 on white background.



Black color preview on #99B887 background

This text has black color on #99B887 background.


White color preview on #99B887 background

This text has white color on #99B887 background.