COLOR #999EB6

HEX: #999EB6
RGB: (153,158,182)

Color info

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

RGB color model

#999EB6 color RGB value is (153,158,182).

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

RGB channels and saturation

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

153
158
182

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

Portions of RGB colors in percentages

R + G + B =
153 + 158 + 182 = 493 (100%)
R 153 of 493 ~ 31.03%
G 158 of 493 ~ 32.05%
B 182 of 493 ~ 36.92%

%31.03
%32.05
%36.92

CMYK color model

#999EB6 color CMYK value is (16,13,0,29).

  • cyan value is 15.93%
  • magenta value is 13.19%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(16,13,0,29)
C16M13Y0K29 
(16%,13%,0%,29%)
(0.16/0.13/0.00/0.29)	

CMYK percentages

%15.93
%13.19
%0
%28.63

Codes

Color #999EB6 in popluar color models

999EB6
RGB153158182
HSL230°16.57%65.69%
HSB/HSV230°15.93%71.37%
CMYK15.93%13.19%0.00%
28.63%

Color #999EB6 in popluar number systems.

HEX999EB6
Decimal153158182
Binary100110011001111010110110
Octal231236266

Shades and tints

Shades of #999EB6

#999EB6
(153,158,182)
#8C90A6
(140,144,166)
#7F8296
(127,130,150)
#727486
(114,116,134)
#656676
(101,102,118)
#585866
(88,88,102)
#4B4A56
(75,74,86)
#3E3C46
(62,60,70)
#312E36
(49,46,54)
#242026
(36,32,38)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #999EB6

#999EB6
(153,158,182)
#A2A6BC
(162,166,188)
#ABAEC2
(171,174,194)
#B4B6C8
(180,182,200)
#BDBECE
(189,190,206)
#C6C6D4
(198,198,212)
#CFCEDA
(207,206,218)
#D8D6E0
(216,214,224)
#E1DEE6
(225,222,230)
#EAE6EC
(234,230,236)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999EB6; }

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

This text font color is #999EB6.


Background Color

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

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

This div background color is #999EB6.


Border color

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

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

This div border color is #999EB6.


Opacity

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

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

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

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

This text has shadow with #999EB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999EB6 on black background.


Color preview on white background

This text has color #999EB6 on white background.



Black color preview on #999EB6 background

This text has black color on #999EB6 background.


White color preview on #999EB6 background

This text has white color on #999EB6 background.