COLOR #999DAF

HEX: #999DAF
RGB: (153,157,175)

Color info

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

RGB color model

#999DAF color RGB value is (153,157,175).

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

RGB channels and saturation

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

153
157
175

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

Portions of RGB colors in percentages

R + G + B =
153 + 157 + 175 = 485 (100%)
R 153 of 485 ~ 31.55%
G 157 of 485 ~ 32.37%
B 175 of 485 ~ 36.08%

%31.55
%32.37
%36.08

CMYK color model

#999DAF color CMYK value is (13,10,0,31).

  • cyan value is 12.57%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(13,10,0,31)
C13M10Y0K31 
(13%,10%,0%,31%)
(0.13/0.10/0.00/0.31)	

CMYK percentages

%12.57
%10.29
%0
%31.37

Codes

Color #999DAF in popluar color models

999DAF
RGB153157175
HSL229°12.09%64.31%
HSB/HSV229°12.57%68.63%
CMYK12.57%10.29%0.00%
31.37%

Color #999DAF in popluar number systems.

HEX999DAF
Decimal153157175
Binary100110011001110110101111
Octal231235257

Shades and tints

Shades of #999DAF

#999DAF
(153,157,175)
#8C8FA0
(140,143,160)
#7F8191
(127,129,145)
#727382
(114,115,130)
#656573
(101,101,115)
#585764
(88,87,100)
#4B4955
(75,73,85)
#3E3B46
(62,59,70)
#312D37
(49,45,55)
#241F28
(36,31,40)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #999DAF

#999DAF
(153,157,175)
#A2A5B6
(162,165,182)
#ABADBD
(171,173,189)
#B4B5C4
(180,181,196)
#BDBDCB
(189,189,203)
#C6C5D2
(198,197,210)
#CFCDD9
(207,205,217)
#D8D5E0
(216,213,224)
#E1DDE7
(225,221,231)
#EAE5EE
(234,229,238)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999DAF; }

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

This text font color is #999DAF.


Background Color

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

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

This div background color is #999DAF.


Border color

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

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

This div border color is #999DAF.


Opacity

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

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

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

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

This text has shadow with #999DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999DAF on black background.


Color preview on white background

This text has color #999DAF on white background.



Black color preview on #999DAF background

This text has black color on #999DAF background.


White color preview on #999DAF background

This text has white color on #999DAF background.