COLOR #99A4AB

HEX: #99A4AB
RGB: (153,164,171)

Color info

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

RGB color model

#99A4AB color RGB value is (153,164,171).

  • red value is 153;
  • green value is 164;
  • blue value is 171.
RGB:
(153,164,171)
(60%,64%,67%)

RGB channels and saturation

R 153 of 255 = 60%
G 164 of 255 = 64%
B 171 of 255 = 67%

153
164
171

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

Portions of RGB colors in percentages

R + G + B =
153 + 164 + 171 = 488 (100%)
R 153 of 488 ~ 31.35%
G 164 of 488 ~ 33.61%
B 171 of 488 ~ 35.04%

%31.35
%33.61
%35.04

CMYK color model

#99A4AB color CMYK value is (11,4,0,33).

  • cyan value is 10.53%
  • magenta value is 4.09%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(11,4,0,33)
C11M4Y0K33 
(11%,4%,0%,33%)
(0.11/0.04/0.00/0.33)	

CMYK percentages

%10.53
%4.09
%0
%32.94

Codes

Color #99A4AB in popluar color models

99A4AB
RGB153164171
HSL203°9.68%63.53%
HSB/HSV203°10.53%67.06%
CMYK10.53%4.09%0.00%
32.94%

Color #99A4AB in popluar number systems.

HEX99A4AB
Decimal153164171
Binary100110011010010010101011
Octal231244253

Shades and tints

Shades of #99A4AB

#99A4AB
(153,164,171)
#8C969C
(140,150,156)
#7F888D
(127,136,141)
#727A7E
(114,122,126)
#656C6F
(101,108,111)
#585E60
(88,94,96)
#4B5051
(75,80,81)
#3E4242
(62,66,66)
#313433
(49,52,51)
#242624
(36,38,36)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #99A4AB

#99A4AB
(153,164,171)
#A2ACB2
(162,172,178)
#ABB4B9
(171,180,185)
#B4BCC0
(180,188,192)
#BDC4C7
(189,196,199)
#C6CCCE
(198,204,206)
#CFD4D5
(207,212,213)
#D8DCDC
(216,220,220)
#E1E4E3
(225,228,227)
#EAECEA
(234,236,234)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A4AB color. Also use rgb(153,164,171) instead hex code.

Text Font Color

.myTextColor { color: #99A4AB; }

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

This text font color is #99A4AB.


Background Color

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

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

This div background color is #99A4AB.


Border color

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

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

This div border color is #99A4AB.


Opacity

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

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

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

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

This text has shadow with #99A4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A4AB on black background.


Color preview on white background

This text has color #99A4AB on white background.



Black color preview on #99A4AB background

This text has black color on #99A4AB background.


White color preview on #99A4AB background

This text has white color on #99A4AB background.