COLOR #999CA5

HEX: #999CA5
RGB: (153,156,165)

Color info

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

RGB color model

#999CA5 color RGB value is (153,156,165).

  • red value is 153;
  • green value is 156;
  • blue value is 165.
RGB:
(153,156,165)
(60%,61%,65%)

RGB channels and saturation

R 153 of 255 = 60%
G 156 of 255 = 61%
B 165 of 255 = 65%

153
156
165

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

Portions of RGB colors in percentages

R + G + B =
153 + 156 + 165 = 474 (100%)
R 153 of 474 ~ 32.28%
G 156 of 474 ~ 32.91%
B 165 of 474 ~ 34.81%

%32.28
%32.91
%34.81

CMYK color model

#999CA5 color CMYK value is (7,5,0,35).

  • cyan value is 7.27%
  • magenta value is 5.45%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(7,5,0,35)
C7M5Y0K35 
(7%,5%,0%,35%)
(0.07/0.05/0.00/0.35)	

CMYK percentages

%7.27
%5.45
%0
%35.29

Codes

Color #999CA5 in popluar color models

999CA5
RGB153156165
HSL225°6.25%62.35%
HSB/HSV225°7.27%64.71%
CMYK7.27%5.45%0.00%
35.29%

Color #999CA5 in popluar number systems.

HEX999CA5
Decimal153156165
Binary100110011001110010100101
Octal231234245

Shades and tints

Shades of #999CA5

#999CA5
(153,156,165)
#8C8E96
(140,142,150)
#7F8087
(127,128,135)
#727278
(114,114,120)
#656469
(101,100,105)
#58565A
(88,86,90)
#4B484B
(75,72,75)
#3E3A3C
(62,58,60)
#312C2D
(49,44,45)
#241E1E
(36,30,30)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #999CA5

#999CA5
(153,156,165)
#A2A5AD
(162,165,173)
#ABAEB5
(171,174,181)
#B4B7BD
(180,183,189)
#BDC0C5
(189,192,197)
#C6C9CD
(198,201,205)
#CFD2D5
(207,210,213)
#D8DBDD
(216,219,221)
#E1E4E5
(225,228,229)
#EAEDED
(234,237,237)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999CA5 color. Also use rgb(153,156,165) instead hex code.

Text Font Color

.myTextColor { color: #999CA5; }

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

This text font color is #999CA5.


Background Color

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

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

This div background color is #999CA5.


Border color

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

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

This div border color is #999CA5.


Opacity

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

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

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

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

This text has shadow with #999CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999CA5 on black background.


Color preview on white background

This text has color #999CA5 on white background.



Black color preview on #999CA5 background

This text has black color on #999CA5 background.


White color preview on #999CA5 background

This text has white color on #999CA5 background.