COLOR #99AB91

HEX: #99AB91
RGB: (153,171,145)

Color info

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

RGB color model

#99AB91 color RGB value is (153,171,145).

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

RGB channels and saturation

R 153 of 255 = 60%
G 171 of 255 = 67%
B 145 of 255 = 57%

153
171
145

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

Portions of RGB colors in percentages

R + G + B =
153 + 171 + 145 = 469 (100%)
R 153 of 469 ~ 32.62%
G 171 of 469 ~ 36.46%
B 145 of 469 ~ 30.92%

%32.62
%36.46
%30.92

CMYK color model

#99AB91 color CMYK value is (11,0,15,33).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 32.94%
CMYK:
(11,0,15,33)
C11M0Y15K33 
(11%,0%,15%,33%)
(0.11/0.00/0.15/0.33)	

CMYK percentages

%10.53
%0
%15.2
%32.94

Codes

Color #99AB91 in popluar color models

99AB91
RGB153171145
HSL102°13.40%61.96%
HSB/HSV102°15.20%67.06%
CMYK10.53%0.00%15.20%
32.94%

Color #99AB91 in popluar number systems.

HEX99AB91
Decimal153171145
Binary100110011010101110010001
Octal231253221

Shades and tints

Shades of #99AB91

#99AB91
(153,171,145)
#8C9C84
(140,156,132)
#7F8D77
(127,141,119)
#727E6A
(114,126,106)
#656F5D
(101,111,93)
#586050
(88,96,80)
#4B5143
(75,81,67)
#3E4236
(62,66,54)
#313329
(49,51,41)
#24241C
(36,36,28)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #99AB91

#99AB91
(153,171,145)
#A2B29B
(162,178,155)
#ABB9A5
(171,185,165)
#B4C0AF
(180,192,175)
#BDC7B9
(189,199,185)
#C6CEC3
(198,206,195)
#CFD5CD
(207,213,205)
#D8DCD7
(216,220,215)
#E1E3E1
(225,227,225)
#EAEAEB
(234,234,235)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AB91; }

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

This text font color is #99AB91.


Background Color

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

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

This div background color is #99AB91.


Border color

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

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

This div border color is #99AB91.


Opacity

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

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

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

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

This text has shadow with #99AB91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AB91 on black background.


Color preview on white background

This text has color #99AB91 on white background.



Black color preview on #99AB91 background

This text has black color on #99AB91 background.


White color preview on #99AB91 background

This text has white color on #99AB91 background.