COLOR #99B997

HEX: #99B997
RGB: (153,185,151)

Color info

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

RGB color model

#99B997 color RGB value is (153,185,151).

  • red value is 153;
  • green value is 185;
  • blue value is 151.
RGB:
(153,185,151)
(60%,73%,59%)

RGB channels and saturation

R 153 of 255 = 60%
G 185 of 255 = 73%
B 151 of 255 = 59%

153
185
151

R + G + B ~ 64%. #99B997 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 185 + 151 = 489 (100%)
R 153 of 489 ~ 31.29%
G 185 of 489 ~ 37.83%
B 151 of 489 ~ 30.88%

%31.29
%37.83
%30.88

CMYK color model

#99B997 color CMYK value is (17,0,18,27).

  • cyan value is 17.30%
  • magenta value is 0.00%
  • yellow value is 18.38%
  • key color value is 27.45%
CMYK:
(17,0,18,27)
C17M0Y18K27 
(17%,0%,18%,27%)
(0.17/0.00/0.18/0.27)	

CMYK percentages

%17.3
%0
%18.38
%27.45

Codes

Color #99B997 in popluar color models

99B997
RGB153185151
HSL116°19.54%65.88%
HSB/HSV116°18.38%72.55%
CMYK17.30%0.00%18.38%
27.45%

Color #99B997 in popluar number systems.

HEX99B997
Decimal153185151
Binary100110011011100110010111
Octal231271227

Shades and tints

Shades of #99B997

#99B997
(153,185,151)
#8CA98A
(140,169,138)
#7F997D
(127,153,125)
#728970
(114,137,112)
#657963
(101,121,99)
#586956
(88,105,86)
#4B5949
(75,89,73)
#3E493C
(62,73,60)
#31392F
(49,57,47)
#242922
(36,41,34)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #99B997

#99B997
(153,185,151)
#A2BFA0
(162,191,160)
#ABC5A9
(171,197,169)
#B4CBB2
(180,203,178)
#BDD1BB
(189,209,187)
#C6D7C4
(198,215,196)
#CFDDCD
(207,221,205)
#D8E3D6
(216,227,214)
#E1E9DF
(225,233,223)
#EAEFE8
(234,239,232)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B997 color. Also use rgb(153,185,151) instead hex code.

Text Font Color

.myTextColor { color: #99B997; }

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

This text font color is #99B997.


Background Color

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

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

This div background color is #99B997.


Border color

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

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

This div border color is #99B997.


Opacity

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

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

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

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

This text has shadow with #99B997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B997 on black background.


Color preview on white background

This text has color #99B997 on white background.



Black color preview on #99B997 background

This text has black color on #99B997 background.


White color preview on #99B997 background

This text has white color on #99B997 background.