COLOR #99ADB1

HEX: #99ADB1
RGB: (153,173,177)

Color info

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

RGB color model

#99ADB1 color RGB value is (153,173,177).

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

RGB channels and saturation

R 153 of 255 = 60%
G 173 of 255 = 68%
B 177 of 255 = 69%

153
173
177

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

Portions of RGB colors in percentages

R + G + B =
153 + 173 + 177 = 503 (100%)
R 153 of 503 ~ 30.42%
G 173 of 503 ~ 34.39%
B 177 of 503 ~ 35.19%

%30.42
%34.39
%35.19

CMYK color model

#99ADB1 color CMYK value is (14,2,0,31).

  • cyan value is 13.56%
  • magenta value is 2.26%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(14,2,0,31)
C14M2Y0K31 
(14%,2%,0%,31%)
(0.14/0.02/0.00/0.31)	

CMYK percentages

%13.56
%2.26
%0
%30.59

Codes

Color #99ADB1 in popluar color models

99ADB1
RGB153173177
HSL190°13.33%64.71%
HSB/HSV190°13.56%69.41%
CMYK13.56%2.26%0.00%
30.59%

Color #99ADB1 in popluar number systems.

HEX99ADB1
Decimal153173177
Binary100110011010110110110001
Octal231255261

Shades and tints

Shades of #99ADB1

#99ADB1
(153,173,177)
#8C9EA1
(140,158,161)
#7F8F91
(127,143,145)
#728081
(114,128,129)
#657171
(101,113,113)
#586261
(88,98,97)
#4B5351
(75,83,81)
#3E4441
(62,68,65)
#313531
(49,53,49)
#242621
(36,38,33)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #99ADB1

#99ADB1
(153,173,177)
#A2B4B8
(162,180,184)
#ABBBBF
(171,187,191)
#B4C2C6
(180,194,198)
#BDC9CD
(189,201,205)
#C6D0D4
(198,208,212)
#CFD7DB
(207,215,219)
#D8DEE2
(216,222,226)
#E1E5E9
(225,229,233)
#EAECF0
(234,236,240)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99ADB1; }

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

This text font color is #99ADB1.


Background Color

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

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

This div background color is #99ADB1.


Border color

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

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

This div border color is #99ADB1.


Opacity

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

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

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

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

This text has shadow with #99ADB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99ADB1 on black background.


Color preview on white background

This text has color #99ADB1 on white background.



Black color preview on #99ADB1 background

This text has black color on #99ADB1 background.


White color preview on #99ADB1 background

This text has white color on #99ADB1 background.