COLOR #999CAF

HEX: #999CAF
RGB: (153,156,175)

Color info

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

RGB color model

#999CAF color RGB value is (153,156,175).

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

RGB channels and saturation

R 153 of 255 = 60%
G 156 of 255 = 61%
B 175 of 255 = 69%

153
156
175

R + G + B ~ 63%. #999CAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 156 + 175 = 484 (100%)
R 153 of 484 ~ 31.61%
G 156 of 484 ~ 32.23%
B 175 of 484 ~ 36.16%

%31.61
%32.23
%36.16

CMYK color model

#999CAF color CMYK value is (13,11,0,31).

  • cyan value is 12.57%
  • magenta value is 10.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(13,11,0,31)
C13M11Y0K31 
(13%,11%,0%,31%)
(0.13/0.11/0.00/0.31)	

CMYK percentages

%12.57
%10.86
%0
%31.37

Codes

Color #999CAF in popluar color models

999CAF
RGB153156175
HSL232°12.09%64.31%
HSB/HSV232°12.57%68.63%
CMYK12.57%10.86%0.00%
31.37%

Color #999CAF in popluar number systems.

HEX999CAF
Decimal153156175
Binary100110011001110010101111
Octal231234257

Shades and tints

Shades of #999CAF

#999CAF
(153,156,175)
#8C8EA0
(140,142,160)
#7F8091
(127,128,145)
#727282
(114,114,130)
#656473
(101,100,115)
#585664
(88,86,100)
#4B4855
(75,72,85)
#3E3A46
(62,58,70)
#312C37
(49,44,55)
#241E28
(36,30,40)
#171019
(23,16,25)
#000000
(0,0,0)

Tints of #999CAF

#999CAF
(153,156,175)
#A2A5B6
(162,165,182)
#ABAEBD
(171,174,189)
#B4B7C4
(180,183,196)
#BDC0CB
(189,192,203)
#C6C9D2
(198,201,210)
#CFD2D9
(207,210,217)
#D8DBE0
(216,219,224)
#E1E4E7
(225,228,231)
#EAEDEE
(234,237,238)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999CAF; }

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

This text font color is #999CAF.


Background Color

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

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

This div background color is #999CAF.


Border color

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

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

This div border color is #999CAF.


Opacity

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

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

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

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

This text has shadow with #999CAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999CAF on black background.


Color preview on white background

This text has color #999CAF on white background.



Black color preview on #999CAF background

This text has black color on #999CAF background.


White color preview on #999CAF background

This text has white color on #999CAF background.