COLOR #99A7AE

HEX: #99A7AE
RGB: (153,167,174)

Color info

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

RGB color model

#99A7AE color RGB value is (153,167,174).

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

RGB channels and saturation

R 153 of 255 = 60%
G 167 of 255 = 65%
B 174 of 255 = 68%

153
167
174

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

Portions of RGB colors in percentages

R + G + B =
153 + 167 + 174 = 494 (100%)
R 153 of 494 ~ 30.97%
G 167 of 494 ~ 33.81%
B 174 of 494 ~ 35.22%

%30.97
%33.81
%35.22

CMYK color model

#99A7AE color CMYK value is (12,4,0,32).

  • cyan value is 12.07%
  • magenta value is 4.02%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(12,4,0,32)
C12M4Y0K32 
(12%,4%,0%,32%)
(0.12/0.04/0.00/0.32)	

CMYK percentages

%12.07
%4.02
%0
%31.76

Codes

Color #99A7AE in popluar color models

99A7AE
RGB153167174
HSL200°11.48%64.12%
HSB/HSV200°12.07%68.24%
CMYK12.07%4.02%0.00%
31.76%

Color #99A7AE in popluar number systems.

HEX99A7AE
Decimal153167174
Binary100110011010011110101110
Octal231247256

Shades and tints

Shades of #99A7AE

#99A7AE
(153,167,174)
#8C989F
(140,152,159)
#7F8990
(127,137,144)
#727A81
(114,122,129)
#656B72
(101,107,114)
#585C63
(88,92,99)
#4B4D54
(75,77,84)
#3E3E45
(62,62,69)
#312F36
(49,47,54)
#242027
(36,32,39)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #99A7AE

#99A7AE
(153,167,174)
#A2AFB5
(162,175,181)
#ABB7BC
(171,183,188)
#B4BFC3
(180,191,195)
#BDC7CA
(189,199,202)
#C6CFD1
(198,207,209)
#CFD7D8
(207,215,216)
#D8DFDF
(216,223,223)
#E1E7E6
(225,231,230)
#EAEFED
(234,239,237)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A7AE; }

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

This text font color is #99A7AE.


Background Color

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

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

This div background color is #99A7AE.


Border color

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

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

This div border color is #99A7AE.


Opacity

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

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

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

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

This text has shadow with #99A7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A7AE on black background.


Color preview on white background

This text has color #99A7AE on white background.



Black color preview on #99A7AE background

This text has black color on #99A7AE background.


White color preview on #99A7AE background

This text has white color on #99A7AE background.