COLOR #999DB6

HEX: #999DB6
RGB: (153,157,182)

Color info

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

RGB color model

#999DB6 color RGB value is (153,157,182).

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

RGB channels and saturation

R 153 of 255 = 60%
G 157 of 255 = 62%
B 182 of 255 = 71%

153
157
182

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

Portions of RGB colors in percentages

R + G + B =
153 + 157 + 182 = 492 (100%)
R 153 of 492 ~ 31.1%
G 157 of 492 ~ 31.91%
B 182 of 492 ~ 36.99%

%31.1
%31.91
%36.99

CMYK color model

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

  • cyan value is 15.93%
  • magenta value is 13.74%
  • 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
%13.74
%0
%28.63

Codes

Color #999DB6 in popluar color models

999DB6
RGB153157182
HSL232°16.57%65.69%
HSB/HSV232°15.93%71.37%
CMYK15.93%13.74%0.00%
28.63%

Color #999DB6 in popluar number systems.

HEX999DB6
Decimal153157182
Binary100110011001110110110110
Octal231235266

Shades and tints

Shades of #999DB6

#999DB6
(153,157,182)
#8C8FA6
(140,143,166)
#7F8196
(127,129,150)
#727386
(114,115,134)
#656576
(101,101,118)
#585766
(88,87,102)
#4B4956
(75,73,86)
#3E3B46
(62,59,70)
#312D36
(49,45,54)
#241F26
(36,31,38)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #999DB6

#999DB6
(153,157,182)
#A2A5BC
(162,165,188)
#ABADC2
(171,173,194)
#B4B5C8
(180,181,200)
#BDBDCE
(189,189,206)
#C6C5D4
(198,197,212)
#CFCDDA
(207,205,218)
#D8D5E0
(216,213,224)
#E1DDE6
(225,221,230)
#EAE5EC
(234,229,236)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999DB6; }

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

This text font color is #999DB6.


Background Color

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

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

This div background color is #999DB6.


Border color

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

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

This div border color is #999DB6.


Opacity

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

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

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

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

This text has shadow with #999DB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999DB6 on black background.


Color preview on white background

This text has color #999DB6 on white background.



Black color preview on #999DB6 background

This text has black color on #999DB6 background.


White color preview on #999DB6 background

This text has white color on #999DB6 background.