COLOR #99AA95

HEX: #99AA95
RGB: (153,170,149)

Color info

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

RGB color model

#99AA95 color RGB value is (153,170,149).

  • red value is 153;
  • green value is 170;
  • blue value is 149.
RGB:
(153,170,149)
(60%,67%,58%)

RGB channels and saturation

R 153 of 255 = 60%
G 170 of 255 = 67%
B 149 of 255 = 58%

153
170
149

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

Portions of RGB colors in percentages

R + G + B =
153 + 170 + 149 = 472 (100%)
R 153 of 472 ~ 32.42%
G 170 of 472 ~ 36.02%
B 149 of 472 ~ 31.57%

%32.42
%36.02
%31.57

CMYK color model

#99AA95 color CMYK value is (10,0,12,33).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 12.35%
  • key color value is 33.33%
CMYK:
(10,0,12,33)
C10M0Y12K33 
(10%,0%,12%,33%)
(0.10/0.00/0.12/0.33)	

CMYK percentages

%10
%0
%12.35
%33.33

Codes

Color #99AA95 in popluar color models

99AA95
RGB153170149
HSL109°10.99%62.55%
HSB/HSV109°12.35%66.67%
CMYK10.00%0.00%12.35%
33.33%

Color #99AA95 in popluar number systems.

HEX99AA95
Decimal153170149
Binary100110011010101010010101
Octal231252225

Shades and tints

Shades of #99AA95

#99AA95
(153,170,149)
#8C9B88
(140,155,136)
#7F8C7B
(127,140,123)
#727D6E
(114,125,110)
#656E61
(101,110,97)
#585F54
(88,95,84)
#4B5047
(75,80,71)
#3E413A
(62,65,58)
#31322D
(49,50,45)
#242320
(36,35,32)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #99AA95

#99AA95
(153,170,149)
#A2B19E
(162,177,158)
#ABB8A7
(171,184,167)
#B4BFB0
(180,191,176)
#BDC6B9
(189,198,185)
#C6CDC2
(198,205,194)
#CFD4CB
(207,212,203)
#D8DBD4
(216,219,212)
#E1E2DD
(225,226,221)
#EAE9E6
(234,233,230)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99AA95 color. Also use rgb(153,170,149) instead hex code.

Text Font Color

.myTextColor { color: #99AA95; }

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

This text font color is #99AA95.


Background Color

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

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

This div background color is #99AA95.


Border color

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

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

This div border color is #99AA95.


Opacity

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

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

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

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

This text has shadow with #99AA95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AA95 on black background.


Color preview on white background

This text has color #99AA95 on white background.



Black color preview on #99AA95 background

This text has black color on #99AA95 background.


White color preview on #99AA95 background

This text has white color on #99AA95 background.