COLOR #999CB6

HEX: #999CB6
RGB: (153,156,182)

Color info

#999CB6 contains red, green and blue colors in about the same proportion. Web safe color of #999CB6 is #9999CC (or #99C).

RGB color model

#999CB6 color RGB value is (153,156,182).

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

RGB channels and saturation

R 153 of 255 = 60%
G 156 of 255 = 61%
B 182 of 255 = 71%

153
156
182

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

Portions of RGB colors in percentages

R + G + B =
153 + 156 + 182 = 491 (100%)
R 153 of 491 ~ 31.16%
G 156 of 491 ~ 31.77%
B 182 of 491 ~ 37.07%

%31.16
%31.77
%37.07

CMYK color model

#999CB6 color CMYK value is (16,14,0,29).

  • cyan value is 15.93%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(16,14,0,29)
C16M14Y0K29 
(16%,14%,0%,29%)
(0.16/0.14/0.00/0.29)	

CMYK percentages

%15.93
%14.29
%0
%28.63

Codes

Color #999CB6 in popluar color models

999CB6
RGB153156182
HSL234°16.57%65.69%
HSB/HSV234°15.93%71.37%
CMYK15.93%14.29%0.00%
28.63%

Color #999CB6 in popluar number systems.

HEX999CB6
Decimal153156182
Binary100110011001110010110110
Octal231234266

Shades and tints

Shades of #999CB6

#999CB6
(153,156,182)
#8C8EA6
(140,142,166)
#7F8096
(127,128,150)
#727286
(114,114,134)
#656476
(101,100,118)
#585666
(88,86,102)
#4B4856
(75,72,86)
#3E3A46
(62,58,70)
#312C36
(49,44,54)
#241E26
(36,30,38)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #999CB6

#999CB6
(153,156,182)
#A2A5BC
(162,165,188)
#ABAEC2
(171,174,194)
#B4B7C8
(180,183,200)
#BDC0CE
(189,192,206)
#C6C9D4
(198,201,212)
#CFD2DA
(207,210,218)
#D8DBE0
(216,219,224)
#E1E4E6
(225,228,230)
#EAEDEC
(234,237,236)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999CB6; }

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

This text font color is #999CB6.


Background Color

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

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

This div background color is #999CB6.


Border color

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

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

This div border color is #999CB6.


Opacity

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

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

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

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

This text has shadow with #999CB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999CB6 on black background.


Color preview on white background

This text has color #999CB6 on white background.



Black color preview on #999CB6 background

This text has black color on #999CB6 background.


White color preview on #999CB6 background

This text has white color on #999CB6 background.