COLOR #99AFA8

HEX: #99AFA8
RGB: (153,175,168)

Color info

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

RGB color model

#99AFA8 color RGB value is (153,175,168).

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

RGB channels and saturation

R 153 of 255 = 60%
G 175 of 255 = 69%
B 168 of 255 = 66%

153
175
168

R + G + B ~ 65%. #99AFA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 175 + 168 = 496 (100%)
R 153 of 496 ~ 30.85%
G 175 of 496 ~ 35.28%
B 168 of 496 ~ 33.87%

%30.85
%35.28
%33.87

CMYK color model

#99AFA8 color CMYK value is (13,0,4,31).

  • cyan value is 12.57%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 31.37%
CMYK:
(13,0,4,31)
C13M0Y4K31 
(13%,0%,4%,31%)
(0.13/0.00/0.04/0.31)	

CMYK percentages

%12.57
%0
%4
%31.37

Codes

Color #99AFA8 in popluar color models

99AFA8
RGB153175168
HSL161°12.09%64.31%
HSB/HSV161°12.57%68.63%
CMYK12.57%0.00%4.00%
31.37%

Color #99AFA8 in popluar number systems.

HEX99AFA8
Decimal153175168
Binary100110011010111110101000
Octal231257250

Shades and tints

Shades of #99AFA8

#99AFA8
(153,175,168)
#8CA099
(140,160,153)
#7F918A
(127,145,138)
#72827B
(114,130,123)
#65736C
(101,115,108)
#58645D
(88,100,93)
#4B554E
(75,85,78)
#3E463F
(62,70,63)
#313730
(49,55,48)
#242821
(36,40,33)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #99AFA8

#99AFA8
(153,175,168)
#A2B6AF
(162,182,175)
#ABBDB6
(171,189,182)
#B4C4BD
(180,196,189)
#BDCBC4
(189,203,196)
#C6D2CB
(198,210,203)
#CFD9D2
(207,217,210)
#D8E0D9
(216,224,217)
#E1E7E0
(225,231,224)
#EAEEE7
(234,238,231)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AFA8; }

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

This text font color is #99AFA8.


Background Color

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

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

This div background color is #99AFA8.


Border color

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

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

This div border color is #99AFA8.


Opacity

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

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

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

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

This text has shadow with #99AFA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AFA8 on black background.


Color preview on white background

This text has color #99AFA8 on white background.



Black color preview on #99AFA8 background

This text has black color on #99AFA8 background.


White color preview on #99AFA8 background

This text has white color on #99AFA8 background.