COLOR #99A7AF

HEX: #99A7AF
RGB: (153,167,175)

Color info

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

RGB color model

#99A7AF color RGB value is (153,167,175).

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

RGB channels and saturation

R 153 of 255 = 60%
G 167 of 255 = 65%
B 175 of 255 = 69%

153
167
175

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

Portions of RGB colors in percentages

R + G + B =
153 + 167 + 175 = 495 (100%)
R 153 of 495 ~ 30.91%
G 167 of 495 ~ 33.74%
B 175 of 495 ~ 35.35%

%30.91
%33.74
%35.35

CMYK color model

#99A7AF color CMYK value is (13,5,0,31).

  • cyan value is 12.57%
  • magenta value is 4.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(13,5,0,31)
C13M5Y0K31 
(13%,5%,0%,31%)
(0.13/0.05/0.00/0.31)	

CMYK percentages

%12.57
%4.57
%0
%31.37

Codes

Color #99A7AF in popluar color models

99A7AF
RGB153167175
HSL202°12.09%64.31%
HSB/HSV202°12.57%68.63%
CMYK12.57%4.57%0.00%
31.37%

Color #99A7AF in popluar number systems.

HEX99A7AF
Decimal153167175
Binary100110011010011110101111
Octal231247257

Shades and tints

Shades of #99A7AF

#99A7AF
(153,167,175)
#8C98A0
(140,152,160)
#7F8991
(127,137,145)
#727A82
(114,122,130)
#656B73
(101,107,115)
#585C64
(88,92,100)
#4B4D55
(75,77,85)
#3E3E46
(62,62,70)
#312F37
(49,47,55)
#242028
(36,32,40)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #99A7AF

#99A7AF
(153,167,175)
#A2AFB6
(162,175,182)
#ABB7BD
(171,183,189)
#B4BFC4
(180,191,196)
#BDC7CB
(189,199,203)
#C6CFD2
(198,207,210)
#CFD7D9
(207,215,217)
#D8DFE0
(216,223,224)
#E1E7E7
(225,231,231)
#EAEFEE
(234,239,238)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A7AF; }

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

This text font color is #99A7AF.


Background Color

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

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

This div background color is #99A7AF.


Border color

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

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

This div border color is #99A7AF.


Opacity

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

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

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

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

This text has shadow with #99A7AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A7AF on black background.


Color preview on white background

This text has color #99A7AF on white background.



Black color preview on #99A7AF background

This text has black color on #99A7AF background.


White color preview on #99A7AF background

This text has white color on #99A7AF background.