COLOR #99AB97

HEX: #99AB97
RGB: (153,171,151)

Color info

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

RGB color model

#99AB97 color RGB value is (153,171,151).

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

RGB channels and saturation

R 153 of 255 = 60%
G 171 of 255 = 67%
B 151 of 255 = 59%

153
171
151

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

Portions of RGB colors in percentages

R + G + B =
153 + 171 + 151 = 475 (100%)
R 153 of 475 ~ 32.21%
G 171 of 475 ~ 36%
B 151 of 475 ~ 31.79%

%32.21
%36
%31.79

CMYK color model

#99AB97 color CMYK value is (11,0,12,33).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 11.70%
  • key color value is 32.94%
CMYK:
(11,0,12,33)
C11M0Y12K33 
(11%,0%,12%,33%)
(0.11/0.00/0.12/0.33)	

CMYK percentages

%10.53
%0
%11.7
%32.94

Codes

Color #99AB97 in popluar color models

99AB97
RGB153171151
HSL114°10.64%63.14%
HSB/HSV114°11.70%67.06%
CMYK10.53%0.00%11.70%
32.94%

Color #99AB97 in popluar number systems.

HEX99AB97
Decimal153171151
Binary100110011010101110010111
Octal231253227

Shades and tints

Shades of #99AB97

#99AB97
(153,171,151)
#8C9C8A
(140,156,138)
#7F8D7D
(127,141,125)
#727E70
(114,126,112)
#656F63
(101,111,99)
#586056
(88,96,86)
#4B5149
(75,81,73)
#3E423C
(62,66,60)
#31332F
(49,51,47)
#242422
(36,36,34)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #99AB97

#99AB97
(153,171,151)
#A2B2A0
(162,178,160)
#ABB9A9
(171,185,169)
#B4C0B2
(180,192,178)
#BDC7BB
(189,199,187)
#C6CEC4
(198,206,196)
#CFD5CD
(207,213,205)
#D8DCD6
(216,220,214)
#E1E3DF
(225,227,223)
#EAEAE8
(234,234,232)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AB97; }

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

This text font color is #99AB97.


Background Color

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

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

This div background color is #99AB97.


Border color

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

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

This div border color is #99AB97.


Opacity

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

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

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

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

This text has shadow with #99AB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AB97 on black background.


Color preview on white background

This text has color #99AB97 on white background.



Black color preview on #99AB97 background

This text has black color on #99AB97 background.


White color preview on #99AB97 background

This text has white color on #99AB97 background.