COLOR #99BB97

HEX: #99BB97
RGB: (153,187,151)

Color info

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

RGB color model

#99BB97 color RGB value is (153,187,151).

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

RGB channels and saturation

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

153
187
151

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

Portions of RGB colors in percentages

R + G + B =
153 + 187 + 151 = 491 (100%)
R 153 of 491 ~ 31.16%
G 187 of 491 ~ 38.09%
B 151 of 491 ~ 30.75%

%31.16
%38.09
%30.75

CMYK color model

#99BB97 color CMYK value is (18,0,19,27).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 19.25%
  • key color value is 26.67%
CMYK:
(18,0,19,27)
C18M0Y19K27 
(18%,0%,19%,27%)
(0.18/0.00/0.19/0.27)	

CMYK percentages

%18.18
%0
%19.25
%26.67

Codes

Color #99BB97 in popluar color models

99BB97
RGB153187151
HSL117°20.93%66.27%
HSB/HSV117°19.25%73.33%
CMYK18.18%0.00%19.25%
26.67%

Color #99BB97 in popluar number systems.

HEX99BB97
Decimal153187151
Binary100110011011101110010111
Octal231273227

Shades and tints

Shades of #99BB97

#99BB97
(153,187,151)
#8CAA8A
(140,170,138)
#7F997D
(127,153,125)
#728870
(114,136,112)
#657763
(101,119,99)
#586656
(88,102,86)
#4B5549
(75,85,73)
#3E443C
(62,68,60)
#31332F
(49,51,47)
#242222
(36,34,34)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #99BB97

#99BB97
(153,187,151)
#A2C1A0
(162,193,160)
#ABC7A9
(171,199,169)
#B4CDB2
(180,205,178)
#BDD3BB
(189,211,187)
#C6D9C4
(198,217,196)
#CFDFCD
(207,223,205)
#D8E5D6
(216,229,214)
#E1EBDF
(225,235,223)
#EAF1E8
(234,241,232)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99BB97; }

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

This text font color is #99BB97.


Background Color

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

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

This div background color is #99BB97.


Border color

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

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

This div border color is #99BB97.


Opacity

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

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

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

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

This text has shadow with #99BB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BB97 on black background.


Color preview on white background

This text has color #99BB97 on white background.



Black color preview on #99BB97 background

This text has black color on #99BB97 background.


White color preview on #99BB97 background

This text has white color on #99BB97 background.