COLOR #99ADB6

HEX: #99ADB6
RGB: (153,173,182)

Color info

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

RGB color model

#99ADB6 color RGB value is (153,173,182).

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

RGB channels and saturation

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

153
173
182

R + G + B ~ 66%. #99ADB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 173 + 182 = 508 (100%)
R 153 of 508 ~ 30.12%
G 173 of 508 ~ 34.06%
B 182 of 508 ~ 35.83%

%30.12
%34.06
%35.83

CMYK color model

#99ADB6 color CMYK value is (16,5,0,29).

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

CMYK percentages

%15.93
%4.95
%0
%28.63

Codes

Color #99ADB6 in popluar color models

99ADB6
RGB153173182
HSL199°16.57%65.69%
HSB/HSV199°15.93%71.37%
CMYK15.93%4.95%0.00%
28.63%

Color #99ADB6 in popluar number systems.

HEX99ADB6
Decimal153173182
Binary100110011010110110110110
Octal231255266

Shades and tints

Shades of #99ADB6

#99ADB6
(153,173,182)
#8C9EA6
(140,158,166)
#7F8F96
(127,143,150)
#728086
(114,128,134)
#657176
(101,113,118)
#586266
(88,98,102)
#4B5356
(75,83,86)
#3E4446
(62,68,70)
#313536
(49,53,54)
#242626
(36,38,38)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #99ADB6

#99ADB6
(153,173,182)
#A2B4BC
(162,180,188)
#ABBBC2
(171,187,194)
#B4C2C8
(180,194,200)
#BDC9CE
(189,201,206)
#C6D0D4
(198,208,212)
#CFD7DA
(207,215,218)
#D8DEE0
(216,222,224)
#E1E5E6
(225,229,230)
#EAECEC
(234,236,236)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99ADB6; }

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

This text font color is #99ADB6.


Background Color

.myBgColor { background-color: #99ADB6; }

<div style="background-color:#99ADB6">Inner text</div>

This div background color is #99ADB6.


Border color

.myBorderColor { border: 1px solid #99ADB6; }

<div style="border:3px solid #99ADB6">Div</div>

This div border color is #99ADB6.


Opacity

.myOpacity80 { color: #99ADB6; opacity: 0.8; }

<p style="color:#99ADB6;opacity:0.8;">80%</p>

Text with #99ADB6 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 #99ADB6;}

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

This text has shadow with #99ADB6 color.

.textShadow {text-shadow: 3px 3px 1px #99ADB6, 3px 3px 1px red;}

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

This text has shadow with #99ADB6 primary color and red secondary color.


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

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

This text has shadow with #99ADB6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99ADB6 on black background.


Color preview on white background

This text has color #99ADB6 on white background.



Black color preview on #99ADB6 background

This text has black color on #99ADB6 background.


White color preview on #99ADB6 background

This text has white color on #99ADB6 background.