COLOR #99AF85

HEX: #99AF85
RGB: (153,175,133)

Color info

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

RGB color model

#99AF85 color RGB value is (153,175,133).

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

RGB channels and saturation

R 153 of 255 = 60%
G 175 of 255 = 69%
B 133 of 255 = 52%

153
175
133

R + G + B ~ 60%. #99AF85 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 175 + 133 = 461 (100%)
R 153 of 461 ~ 33.19%
G 175 of 461 ~ 37.96%
B 133 of 461 ~ 28.85%

%33.19
%37.96
%28.85

CMYK color model

#99AF85 color CMYK value is (13,0,24,31).

  • cyan value is 12.57%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 31.37%
CMYK:
(13,0,24,31)
C13M0Y24K31 
(13%,0%,24%,31%)
(0.13/0.00/0.24/0.31)	

CMYK percentages

%12.57
%0
%24
%31.37

Codes

Color #99AF85 in popluar color models

99AF85
RGB153175133
HSL91°20.79%60.39%
HSB/HSV91°24.00%68.63%
CMYK12.57%0.00%24.00%
31.37%

Color #99AF85 in popluar number systems.

HEX99AF85
Decimal153175133
Binary100110011010111110000101
Octal231257205

Shades and tints

Shades of #99AF85

#99AF85
(153,175,133)
#8CA079
(140,160,121)
#7F916D
(127,145,109)
#728261
(114,130,97)
#657355
(101,115,85)
#586449
(88,100,73)
#4B553D
(75,85,61)
#3E4631
(62,70,49)
#313725
(49,55,37)
#242819
(36,40,25)
#17190D
(23,25,13)
#000000
(0,0,0)

Tints of #99AF85

#99AF85
(153,175,133)
#A2B690
(162,182,144)
#ABBD9B
(171,189,155)
#B4C4A6
(180,196,166)
#BDCBB1
(189,203,177)
#C6D2BC
(198,210,188)
#CFD9C7
(207,217,199)
#D8E0D2
(216,224,210)
#E1E7DD
(225,231,221)
#EAEEE8
(234,238,232)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AF85; }

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

This text font color is #99AF85.


Background Color

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

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

This div background color is #99AF85.


Border color

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

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

This div border color is #99AF85.


Opacity

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

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

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

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

This text has shadow with #99AF85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AF85 on black background.


Color preview on white background

This text has color #99AF85 on white background.



Black color preview on #99AF85 background

This text has black color on #99AF85 background.


White color preview on #99AF85 background

This text has white color on #99AF85 background.