COLOR #99AF95

HEX: #99AF95
RGB: (153,175,149)

Color info

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

RGB color model

#99AF95 color RGB value is (153,175,149).

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

RGB channels and saturation

R 153 of 255 = 60%
G 175 of 255 = 69%
B 149 of 255 = 58%

153
175
149

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

Portions of RGB colors in percentages

R + G + B =
153 + 175 + 149 = 477 (100%)
R 153 of 477 ~ 32.08%
G 175 of 477 ~ 36.69%
B 149 of 477 ~ 31.24%

%32.08
%36.69
%31.24

CMYK color model

#99AF95 color CMYK value is (13,0,15,31).

  • cyan value is 12.57%
  • magenta value is 0.00%
  • yellow value is 14.86%
  • key color value is 31.37%
CMYK:
(13,0,15,31)
C13M0Y15K31 
(13%,0%,15%,31%)
(0.13/0.00/0.15/0.31)	

CMYK percentages

%12.57
%0
%14.86
%31.37

Codes

Color #99AF95 in popluar color models

99AF95
RGB153175149
HSL111°13.98%63.53%
HSB/HSV111°14.86%68.63%
CMYK12.57%0.00%14.86%
31.37%

Color #99AF95 in popluar number systems.

HEX99AF95
Decimal153175149
Binary100110011010111110010101
Octal231257225

Shades and tints

Shades of #99AF95

#99AF95
(153,175,149)
#8CA088
(140,160,136)
#7F917B
(127,145,123)
#72826E
(114,130,110)
#657361
(101,115,97)
#586454
(88,100,84)
#4B5547
(75,85,71)
#3E463A
(62,70,58)
#31372D
(49,55,45)
#242820
(36,40,32)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #99AF95

#99AF95
(153,175,149)
#A2B69E
(162,182,158)
#ABBDA7
(171,189,167)
#B4C4B0
(180,196,176)
#BDCBB9
(189,203,185)
#C6D2C2
(198,210,194)
#CFD9CB
(207,217,203)
#D8E0D4
(216,224,212)
#E1E7DD
(225,231,221)
#EAEEE6
(234,238,230)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AF95; }

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

This text font color is #99AF95.


Background Color

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

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

This div background color is #99AF95.


Border color

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

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

This div border color is #99AF95.


Opacity

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

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

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

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

This text has shadow with #99AF95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AF95 on black background.


Color preview on white background

This text has color #99AF95 on white background.



Black color preview on #99AF95 background

This text has black color on #99AF95 background.


White color preview on #99AF95 background

This text has white color on #99AF95 background.