COLOR #99AF9C

HEX: #99AF9C RGB: (153,175,156)

Color info

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

RGB color model

#99AF9C color RGB value is (153,175,156).

RGB: (153,175,156) (60%, 69%, 61%)

RGB channels and saturation

R 153 of 255 = 60%
G 175 of 255 = 69%
B 156 of 255 = 61%

153
175
156

R + G + B ~ 63%. #99AF9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 175 + 156 = 484 (100%)
R 153 of 484 ~ 31.61%
G 175 of 484 ~ 36.16%
B 156 of 484 ~ 32.23'%

%31.61
%36.16
%32.23

CMYK color model

#99AF9C color CMYK value is (13,0,11,31).

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

CMYK: (13,0,11,31)
C13M0Y11K31 (13%, 0%, 11%, 31%)
(0.13 / 0.00 / 0.11 / 0.31)

CMYK percentages

%12.57
%0
%10.86
%31.37

Codes

Color #99AF9C in popluar color models

99 AF 9C
RGB 153 175 156
HSL 128° 12.09% 64.31%
HSB/HSV 128° 12.57% 68.63%
CMYK 12.57% 0.00% 10.86%
31.37%

Color #99AF9C in popluar number systems.

HEX 99 AF 9C
Decimal 153 175 156
Binary 10011001 10101111 10011100
Octal 231 257 234

Shades and tints

Shades of #99AF9C

#99AF9C
(153,175,156)
#8CA08E
(140,160,142)
#7F9180
(127,145,128)
#728272
(114,130,114)
#657364
(101,115,100)
#586456
(88,100,86)
#4B5548
(75,85,72)
#3E463A
(62,70,58)
#31372C
(49,55,44)
#24281E
(36,40,30)
#171910
(23,25,16)
#000000
(0,0,0)

Tints of #99AF9C

#99AF9C
(153,175,156)
#A2B6A5
(162,182,165)
#ABBDAE
(171,189,174)
#B4C4B7
(180,196,183)
#BDCBC0
(189,203,192)
#C6D2C9
(198,210,201)
#CFD9D2
(207,217,210)
#D8E0DB
(216,224,219)
#E1E7E4
(225,231,228)
#EAEEED
(234,238,237)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AF9C; }

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

This text font color is #99AF9C.

Background Color

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

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

This div background color is #99AF9C.

Border color

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

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

This div border color is #99AF9C.

Opacity

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

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

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

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

This text has shadow with #99AF9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99AF9C.

Preview

Color preview on black background

This text has color #99AF9C on black background.


Color preview on white background

This text has color #99AF9C on white background.


Black color preview on #99AF9C background

This text has black color on #99AF9C background.


White color preview on #99AF9C background

This text has white color on #99AF9C background.


Related colors

Complementary color

Complementary color for #hex is #665063.


I love getcolorcode.com

Triadic colors

1 #9C99AF and #AF9C99 with #99AF9C are triadic colors.

2 #9CAF99 and #AF999C with #99AF9C are triadic colors.