COLOR #999FAF

HEX: #999FAF
RGB: (153,159,175)

Color info

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

RGB color model

#999FAF color RGB value is (153,159,175).

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

RGB channels and saturation

R 153 of 255 = 60%
G 159 of 255 = 62%
B 175 of 255 = 69%

153
159
175

R + G + B ~ 64%. #999FAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 159 + 175 = 487 (100%)
R 153 of 487 ~ 31.42%
G 159 of 487 ~ 32.65%
B 175 of 487 ~ 35.93%

%31.42
%32.65
%35.93

CMYK color model

#999FAF color CMYK value is (13,9,0,31).

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

CMYK percentages

%12.57
%9.14
%0
%31.37

Codes

Color #999FAF in popluar color models

999FAF
RGB153159175
HSL224°12.09%64.31%
HSB/HSV224°12.57%68.63%
CMYK12.57%9.14%0.00%
31.37%

Color #999FAF in popluar number systems.

HEX999FAF
Decimal153159175
Binary100110011001111110101111
Octal231237257

Shades and tints

Shades of #999FAF

#999FAF
(153,159,175)
#8C91A0
(140,145,160)
#7F8391
(127,131,145)
#727582
(114,117,130)
#656773
(101,103,115)
#585964
(88,89,100)
#4B4B55
(75,75,85)
#3E3D46
(62,61,70)
#312F37
(49,47,55)
#242128
(36,33,40)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #999FAF

#999FAF
(153,159,175)
#A2A7B6
(162,167,182)
#ABAFBD
(171,175,189)
#B4B7C4
(180,183,196)
#BDBFCB
(189,191,203)
#C6C7D2
(198,199,210)
#CFCFD9
(207,207,217)
#D8D7E0
(216,215,224)
#E1DFE7
(225,223,231)
#EAE7EE
(234,231,238)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999FAF color. Also use rgb(153,159,175) instead hex code.

Text Font Color

.myTextColor { color: #999FAF; }

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

This text font color is #999FAF.


Background Color

.myBgColor { background-color: #999FAF; }

<div style="background-color:#999FAF">Inner text</div>

This div background color is #999FAF.


Border color

.myBorderColor { border: 1px solid #999FAF; }

<div style="border:3px solid #999FAF">Div</div>

This div border color is #999FAF.


Opacity

.myOpacity80 { color: #999FAF; opacity: 0.8; }

<p style="color:#999FAF;opacity:0.8;">80%</p>

Text with #999FAF 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 #999FAF;}

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

This text has shadow with #999FAF color.

.textShadow {text-shadow: 3px 3px 1px #999FAF, 3px 3px 1px red;}

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

This text has shadow with #999FAF primary color and red secondary color.


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

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

This text has shadow with #999FAF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999FAF on black background.


Color preview on white background

This text has color #999FAF on white background.



Black color preview on #999FAF background

This text has black color on #999FAF background.


White color preview on #999FAF background

This text has white color on #999FAF background.