COLOR #99AF7C

HEX: #99AF7C RGB: (153,175,124)

Color info

#99AF7C contains red, green and blue colors in about the same proportion. Web safe color of #99AF7C is #999966 (or #996).

RGB color model

#99AF7C color RGB value is (153,175,124).

RGB: (153,175,124) (60%, 69%, 49%)

RGB channels and saturation

R 153 of 255 = 60%
G 175 of 255 = 69%
B 124 of 255 = 49%

153
175
124

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

Portions of RGB colors in percentages

R + G + B = 153 + 175 + 124 = 452 (100%)
R 153 of 452 ~ 33.85%
G 175 of 452 ~ 38.72%
B 124 of 452 ~ 27.43'%

%33.85
%38.72
%27.43

CMYK color model

#99AF7C color CMYK value is (13,0,29,31).

  • cyan value is 12.57%
  • magenta value is 0.00%
  • yellow value is 29.14%
  • key color value is 31.37%

CMYK: (13,0,29,31)
C13M0Y29K31 (13%, 0%, 29%, 31%)
(0.13 / 0.00 / 0.29 / 0.31)

CMYK percentages

%12.57
%0
%29.14
%31.37

Codes

Color #99AF7C in popluar color models

99 AF 7C
RGB 153 175 124
HSL 86° 24.17% 58.63%
HSB/HSV 86° 29.14% 68.63%
CMYK 12.57% 0.00% 29.14%
31.37%

Color #99AF7C in popluar number systems.

HEX 99 AF 7C
Decimal 153 175 124
Binary 10011001 10101111 1111100
Octal 231 257 174

Shades and tints

Shades of #99AF7C

#99AF7C
(153,175,124)
#8CA071
(140,160,113)
#7F9166
(127,145,102)
#72825B
(114,130,91)
#657350
(101,115,80)
#586445
(88,100,69)
#4B553A
(75,85,58)
#3E462F
(62,70,47)
#313724
(49,55,36)
#242819
(36,40,25)
#17190E
(23,25,14)
#000000
(0,0,0)

Tints of #99AF7C

#99AF7C
(153,175,124)
#A2B687
(162,182,135)
#ABBD92
(171,189,146)
#B4C49D
(180,196,157)
#BDCBA8
(189,203,168)
#C6D2B3
(198,210,179)
#CFD9BE
(207,217,190)
#D8E0C9
(216,224,201)
#E1E7D4
(225,231,212)
#EAEEDF
(234,238,223)
#F3F5EA
(243,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AF7C; }

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

This text font color is #99AF7C.

Background Color

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

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

This div background color is #99AF7C.

Border color

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

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

This div border color is #99AF7C.

Opacity

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

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

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

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

This text has shadow with #99AF7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99AF7C.

Preview

Color preview on black background

This text has color #99AF7C on black background.


Color preview on white background

This text has color #99AF7C on white background.


Black color preview on #99AF7C background

This text has black color on #99AF7C background.


White color preview on #99AF7C background

This text has white color on #99AF7C background.


Related colors

Complementary color

Complementary color for #hex is #665083.


I love getcolorcode.com

Triadic colors

1 #7C99AF and #AF7C99 with #99AF7C are triadic colors.

2 #7CAF99 and #AF997C with #99AF7C are triadic colors.