COLOR #99AFA0

HEX: #99AFA0
RGB: (153,175,160)

Color info

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

RGB color model

#99AFA0 color RGB value is (153,175,160).

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

RGB channels and saturation

R 153 of 255 = 60%
G 175 of 255 = 69%
B 160 of 255 = 63%

153
175
160

R + G + B ~ 64%. #99AFA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 175 + 160 = 488 (100%)
R 153 of 488 ~ 31.35%
G 175 of 488 ~ 35.86%
B 160 of 488 ~ 32.79%

%31.35
%35.86
%32.79

CMYK color model

#99AFA0 color CMYK value is (13,0,9,31).

  • cyan value is 12.57%
  • magenta value is 0.00%
  • yellow value is 8.57%
  • key color value is 31.37%
CMYK:
(13,0,9,31)
C13M0Y9K31 
(13%,0%,9%,31%)
(0.13/0.00/0.09/0.31)	

CMYK percentages

%12.57
%0
%8.57
%31.37

Codes

Color #99AFA0 in popluar color models

99AFA0
RGB153175160
HSL139°12.09%64.31%
HSB/HSV139°12.57%68.63%
CMYK12.57%0.00%8.57%
31.37%

Color #99AFA0 in popluar number systems.

HEX99AFA0
Decimal153175160
Binary100110011010111110100000
Octal231257240

Shades and tints

Shades of #99AFA0

#99AFA0
(153,175,160)
#8CA092
(140,160,146)
#7F9184
(127,145,132)
#728276
(114,130,118)
#657368
(101,115,104)
#58645A
(88,100,90)
#4B554C
(75,85,76)
#3E463E
(62,70,62)
#313730
(49,55,48)
#242822
(36,40,34)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #99AFA0

#99AFA0
(153,175,160)
#A2B6A8
(162,182,168)
#ABBDB0
(171,189,176)
#B4C4B8
(180,196,184)
#BDCBC0
(189,203,192)
#C6D2C8
(198,210,200)
#CFD9D0
(207,217,208)
#D8E0D8
(216,224,216)
#E1E7E0
(225,231,224)
#EAEEE8
(234,238,232)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AFA0; }

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

This text font color is #99AFA0.


Background Color

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

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

This div background color is #99AFA0.


Border color

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

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

This div border color is #99AFA0.


Opacity

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

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

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

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

This text has shadow with #99AFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AFA0 on black background.


Color preview on white background

This text has color #99AFA0 on white background.



Black color preview on #99AFA0 background

This text has black color on #99AFA0 background.


White color preview on #99AFA0 background

This text has white color on #99AFA0 background.