COLOR #999DA1

HEX: #999DA1
RGB: (153,157,161)

Color info

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

RGB color model

#999DA1 color RGB value is (153,157,161).

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

RGB channels and saturation

R 153 of 255 = 60%
G 157 of 255 = 62%
B 161 of 255 = 63%

153
157
161

R + G + B ~ 62%. #999DA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 157 + 161 = 471 (100%)
R 153 of 471 ~ 32.48%
G 157 of 471 ~ 33.33%
B 161 of 471 ~ 34.18%

%32.48
%33.33
%34.18

CMYK color model

#999DA1 color CMYK value is (5,2,0,37).

  • cyan value is 4.97%
  • magenta value is 2.48%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(5,2,0,37)
C5M2Y0K37 
(5%,2%,0%,37%)
(0.05/0.02/0.00/0.37)	

CMYK percentages

%4.97
%2.48
%0
%36.86

Codes

Color #999DA1 in popluar color models

999DA1
RGB153157161
HSL210°4.08%61.57%
HSB/HSV210°4.97%63.14%
CMYK4.97%2.48%0.00%
36.86%

Color #999DA1 in popluar number systems.

HEX999DA1
Decimal153157161
Binary100110011001110110100001
Octal231235241

Shades and tints

Shades of #999DA1

#999DA1
(153,157,161)
#8C8F93
(140,143,147)
#7F8185
(127,129,133)
#727377
(114,115,119)
#656569
(101,101,105)
#58575B
(88,87,91)
#4B494D
(75,73,77)
#3E3B3F
(62,59,63)
#312D31
(49,45,49)
#241F23
(36,31,35)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #999DA1

#999DA1
(153,157,161)
#A2A5A9
(162,165,169)
#ABADB1
(171,173,177)
#B4B5B9
(180,181,185)
#BDBDC1
(189,189,193)
#C6C5C9
(198,197,201)
#CFCDD1
(207,205,209)
#D8D5D9
(216,213,217)
#E1DDE1
(225,221,225)
#EAE5E9
(234,229,233)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999DA1; }

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

This text font color is #999DA1.


Background Color

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

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

This div background color is #999DA1.


Border color

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

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

This div border color is #999DA1.


Opacity

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

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

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

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

This text has shadow with #999DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999DA1 on black background.


Color preview on white background

This text has color #999DA1 on white background.



Black color preview on #999DA1 background

This text has black color on #999DA1 background.


White color preview on #999DA1 background

This text has white color on #999DA1 background.