COLOR #ADB7C8

HEX: #ADB7C8 RGB: (173,183,200)

Color info

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

RGB color model

#ADB7C8 color RGB value is (173,183,200).

RGB: (173,183,200) (68%, 72%, 78%)

RGB channels and saturation

R 173 of 255 = 68%
G 183 of 255 = 72%
B 200 of 255 = 78%

173
183
200

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

Portions of RGB colors in percentages

R + G + B = 173 + 183 + 200 = 556 (100%)
R 173 of 556 ~ 31.12%
G 183 of 556 ~ 32.91%
B 200 of 556 ~ 35.97'%

%31.12
%32.91
%35.97

CMYK color model

#ADB7C8 color CMYK value is (14,9,0,22).

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

CMYK: (14,9,0,22)
C14M9Y0K22 (14%, 9%, 0%, 22%)
(0.14 / 0.09 / 0.00 / 0.22)

CMYK percentages

%13.5
%8.5
%0
%21.57

Codes

Color #ADB7C8 in popluar color models

AD B7 C8
RGB 173 183 200
HSL 218° 19.71% 73.14%
HSB/HSV 218° 13.50% 78.43%
CMYK 13.50% 8.50% 0.00%
21.57%

Color #ADB7C8 in popluar number systems.

HEX AD B7 C8
Decimal 173 183 200
Binary 10101101 10110111 11001000
Octal 255 267 310

Shades and tints

Shades of #ADB7C8

#ADB7C8
(173,183,200)
#9EA7B6
(158,167,182)
#8F97A4
(143,151,164)
#808792
(128,135,146)
#717780
(113,119,128)
#62676E
(98,103,110)
#53575C
(83,87,92)
#44474A
(68,71,74)
#353738
(53,55,56)
#262726
(38,39,38)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #ADB7C8

#ADB7C8
(173,183,200)
#B4BDCD
(180,189,205)
#BBC3D2
(187,195,210)
#C2C9D7
(194,201,215)
#C9CFDC
(201,207,220)
#D0D5E1
(208,213,225)
#D7DBE6
(215,219,230)
#DEE1EB
(222,225,235)
#E5E7F0
(229,231,240)
#ECEDF5
(236,237,245)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB7C8; }

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

This text font color is #ADB7C8.

Background Color

.myBgColor { background-color: #ADB7C8; }

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

This div background color is #ADB7C8.

Border color

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

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

This div border color is #ADB7C8.

Opacity

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

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

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

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

This text has shadow with #ADB7C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB7C8.

Preview

Color preview on black background

This text has color #ADB7C8 on black background.


Color preview on white background

This text has color #ADB7C8 on white background.


Black color preview on #ADB7C8 background

This text has black color on #ADB7C8 background.


White color preview on #ADB7C8 background

This text has white color on #ADB7C8 background.


Related colors

Complementary color

Complementary color for #hex is #524837.


I love getcolorcode.com

Triadic colors

1 #C8ADB7 and #B7C8AD with #ADB7C8 are triadic colors.

2 #C8B7AD and #B7ADC8 with #ADB7C8 are triadic colors.