COLOR #9999B6

HEX: #9999B6
RGB: (153,153,182)

Color info

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

RGB color model

#9999B6 color RGB value is (153,153,182).

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

RGB channels and saturation

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

153
153
182

R + G + B ~ 64%. #9999B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 153 + 182 = 488 (100%)
R 153 of 488 ~ 31.35%
G 153 of 488 ~ 31.35%
B 182 of 488 ~ 37.3%

%31.35
%31.35
%37.3

CMYK color model

#9999B6 color CMYK value is (16,16,0,29).

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

CMYK percentages

%15.93
%15.93
%0
%28.63

Codes

Color #9999B6 in popluar color models

9999B6
RGB153153182
HSL240°16.57%65.69%
HSB/HSV240°15.93%71.37%
CMYK15.93%15.93%0.00%
28.63%

Color #9999B6 in popluar number systems.

HEX9999B6
Decimal153153182
Binary100110011001100110110110
Octal231231266

Shades and tints

Shades of #9999B6

#9999B6
(153,153,182)
#8C8CA6
(140,140,166)
#7F7F96
(127,127,150)
#727286
(114,114,134)
#656576
(101,101,118)
#585866
(88,88,102)
#4B4B56
(75,75,86)
#3E3E46
(62,62,70)
#313136
(49,49,54)
#242426
(36,36,38)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #9999B6

#9999B6
(153,153,182)
#A2A2BC
(162,162,188)
#ABABC2
(171,171,194)
#B4B4C8
(180,180,200)
#BDBDCE
(189,189,206)
#C6C6D4
(198,198,212)
#CFCFDA
(207,207,218)
#D8D8E0
(216,216,224)
#E1E1E6
(225,225,230)
#EAEAEC
(234,234,236)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9999B6; }

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

This text font color is #9999B6.


Background Color

.myBgColor { background-color: #9999B6; }

<div style="background-color:#9999B6">Inner text</div>

This div background color is #9999B6.


Border color

.myBorderColor { border: 1px solid #9999B6; }

<div style="border:3px solid #9999B6">Div</div>

This div border color is #9999B6.


Opacity

.myOpacity80 { color: #9999B6; opacity: 0.8; }

<p style="color:#9999B6;opacity:0.8;">80%</p>

Text with #9999B6 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 #9999B6;}

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

This text has shadow with #9999B6 color.

.textShadow {text-shadow: 3px 3px 1px #9999B6, 3px 3px 1px red;}

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

This text has shadow with #9999B6 primary color and red secondary color.


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

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

This text has shadow with #9999B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9999B6 on black background.


Color preview on white background

This text has color #9999B6 on white background.



Black color preview on #9999B6 background

This text has black color on #9999B6 background.


White color preview on #9999B6 background

This text has white color on #9999B6 background.