COLOR #99A991

HEX: #99A991 RGB: (153,169,145)

Color info

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

RGB color model

#99A991 color RGB value is (153,169,145).

RGB: (153,169,145) (60%, 66%, 57%)

RGB channels and saturation

R 153 of 255 = 60%
G 169 of 255 = 66%
B 145 of 255 = 57%

153
169
145

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

Portions of RGB colors in percentages

R + G + B = 153 + 169 + 145 = 467 (100%)
R 153 of 467 ~ 32.76%
G 169 of 467 ~ 36.19%
B 145 of 467 ~ 31.05'%

%32.76
%36.19
%31.05

CMYK color model

#99A991 color CMYK value is (9,0,14,34).

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 14.20%
  • key color value is 33.73%

CMYK: (9,0,14,34)
C9M0Y14K34 (9%, 0%, 14%, 34%)
(0.09 / 0.00 / 0.14 / 0.34)

CMYK percentages

%9.47
%0
%14.2
%33.73

Codes

Color #99A991 in popluar color models

99 A9 91
RGB 153 169 145
HSL 100° 12.24% 61.57%
HSB/HSV 100° 14.20% 66.27%
CMYK 9.47% 0.00% 14.20%
33.73%

Color #99A991 in popluar number systems.

HEX 99 A9 91
Decimal 153 169 145
Binary 10011001 10101001 10010001
Octal 231 251 221

Shades and tints

Shades of #99A991

#99A991
(153,169,145)
#8C9A84
(140,154,132)
#7F8B77
(127,139,119)
#727C6A
(114,124,106)
#656D5D
(101,109,93)
#585E50
(88,94,80)
#4B4F43
(75,79,67)
#3E4036
(62,64,54)
#313129
(49,49,41)
#24221C
(36,34,28)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #99A991

#99A991
(153,169,145)
#A2B09B
(162,176,155)
#ABB7A5
(171,183,165)
#B4BEAF
(180,190,175)
#BDC5B9
(189,197,185)
#C6CCC3
(198,204,195)
#CFD3CD
(207,211,205)
#D8DAD7
(216,218,215)
#E1E1E1
(225,225,225)
#EAE8EB
(234,232,235)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A991; }

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

This text font color is #99A991.

Background Color

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

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

This div background color is #99A991.

Border color

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

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

This div border color is #99A991.

Opacity

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

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

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

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

This text has shadow with #99A991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A991.

Preview

Color preview on black background

This text has color #99A991 on black background.


Color preview on white background

This text has color #99A991 on white background.


Black color preview on #99A991 background

This text has black color on #99A991 background.


White color preview on #99A991 background

This text has white color on #99A991 background.


Related colors

Complementary color

Complementary color for #hex is #66566E.


I love getcolorcode.com

Triadic colors

1 #9199A9 and #A99199 with #99A991 are triadic colors.

2 #91A999 and #A99991 with #99A991 are triadic colors.