COLOR #999CAB

HEX: #999CAB
RGB: (153,156,171)

Color info

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

RGB color model

#999CAB color RGB value is (153,156,171).

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

RGB channels and saturation

R 153 of 255 = 60%
G 156 of 255 = 61%
B 171 of 255 = 67%

153
156
171

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

Portions of RGB colors in percentages

R + G + B =
153 + 156 + 171 = 480 (100%)
R 153 of 480 ~ 31.88%
G 156 of 480 ~ 32.5%
B 171 of 480 ~ 35.63%

%31.88
%32.5
%35.63

CMYK color model

#999CAB color CMYK value is (11,9,0,33).

  • cyan value is 10.53%
  • magenta value is 8.77%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(11,9,0,33)
C11M9Y0K33 
(11%,9%,0%,33%)
(0.11/0.09/0.00/0.33)	

CMYK percentages

%10.53
%8.77
%0
%32.94

Codes

Color #999CAB in popluar color models

999CAB
RGB153156171
HSL230°9.68%63.53%
HSB/HSV230°10.53%67.06%
CMYK10.53%8.77%0.00%
32.94%

Color #999CAB in popluar number systems.

HEX999CAB
Decimal153156171
Binary100110011001110010101011
Octal231234253

Shades and tints

Shades of #999CAB

#999CAB
(153,156,171)
#8C8E9C
(140,142,156)
#7F808D
(127,128,141)
#72727E
(114,114,126)
#65646F
(101,100,111)
#585660
(88,86,96)
#4B4851
(75,72,81)
#3E3A42
(62,58,66)
#312C33
(49,44,51)
#241E24
(36,30,36)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #999CAB

#999CAB
(153,156,171)
#A2A5B2
(162,165,178)
#ABAEB9
(171,174,185)
#B4B7C0
(180,183,192)
#BDC0C7
(189,192,199)
#C6C9CE
(198,201,206)
#CFD2D5
(207,210,213)
#D8DBDC
(216,219,220)
#E1E4E3
(225,228,227)
#EAEDEA
(234,237,234)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999CAB; }

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

This text font color is #999CAB.


Background Color

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

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

This div background color is #999CAB.


Border color

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

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

This div border color is #999CAB.


Opacity

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

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

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

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

This text has shadow with #999CAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999CAB on black background.


Color preview on white background

This text has color #999CAB on white background.



Black color preview on #999CAB background

This text has black color on #999CAB background.


White color preview on #999CAB background

This text has white color on #999CAB background.