COLOR #ADB9C8

HEX: #ADB9C8 RGB: (173,185,200)

Color info

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

RGB color model

#ADB9C8 color RGB value is (173,185,200).

RGB: (173,185,200) (68%, 73%, 78%)

RGB channels and saturation

R 173 of 255 = 68%
G 185 of 255 = 73%
B 200 of 255 = 78%

173
185
200

R + G + B ~ 73%. #ADB9C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 185 + 200 = 558 (100%)
R 173 of 558 ~ 31%
G 185 of 558 ~ 33.15%
B 200 of 558 ~ 35.84'%

%31
%33.15
%35.84

CMYK color model

#ADB9C8 color CMYK value is (14,8,0,22).

  • cyan value is 13.50%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (14,8,0,22)
C14M8Y0K22 (14%, 8%, 0%, 22%)
(0.14 / 0.08 / 0.00 / 0.22)

CMYK percentages

%13.5
%7.5
%0
%21.57

Codes

Color #ADB9C8 in popluar color models

AD B9 C8
RGB 173 185 200
HSL 213° 19.71% 73.14%
HSB/HSV 213° 13.50% 78.43%
CMYK 13.50% 7.50% 0.00%
21.57%

Color #ADB9C8 in popluar number systems.

HEX AD B9 C8
Decimal 173 185 200
Binary 10101101 10111001 11001000
Octal 255 271 310

Shades and tints

Shades of #ADB9C8

#ADB9C8
(173,185,200)
#9EA9B6
(158,169,182)
#8F99A4
(143,153,164)
#808992
(128,137,146)
#717980
(113,121,128)
#62696E
(98,105,110)
#53595C
(83,89,92)
#44494A
(68,73,74)
#353938
(53,57,56)
#262926
(38,41,38)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #ADB9C8

#ADB9C8
(173,185,200)
#B4BFCD
(180,191,205)
#BBC5D2
(187,197,210)
#C2CBD7
(194,203,215)
#C9D1DC
(201,209,220)
#D0D7E1
(208,215,225)
#D7DDE6
(215,221,230)
#DEE3EB
(222,227,235)
#E5E9F0
(229,233,240)
#ECEFF5
(236,239,245)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB9C8 color. Also use rgb(173,185,200) instead hex code.

Text Font Color

.myTextColor { color: #ADB9C8; }

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

This text font color is #ADB9C8.

Background Color

.myBgColor { background-color: #ADB9C8; }

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

This div background color is #ADB9C8.

Border color

.myBorderColor { border: 1px solid #ADB9C8; }

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

This div border color is #ADB9C8.

Opacity

.myOpacity80 { color: #ADB9C8; opacity: 0.8; }

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

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

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

This text has shadow with #ADB9C8 color.


.textShadow {text-shadow: 3px 3px 1px #ADB9C8', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADB9C8; -webkit-box-shadow: 1px 1px 3px 2px #ADB9C8; box-shadow:1px 1px 3px 2px #ADB9C8;">
Div content here
</div>

This div box has shadow with color #ADB9C8.

Preview

Color preview on black background

This text has color #ADB9C8 on black background.


Color preview on white background

This text has color #ADB9C8 on white background.


Black color preview on #ADB9C8 background

This text has black color on #ADB9C8 background.


White color preview on #ADB9C8 background

This text has white color on #ADB9C8 background.


Related colors

Complementary color

Complementary color for #hex is #524637.


I love getcolorcode.com

Triadic colors

1 #C8ADB9 and #B9C8AD with #ADB9C8 are triadic colors.

2 #C8B9AD and #B9ADC8 with #ADB9C8 are triadic colors.