COLOR #ADB4C5

HEX: #ADB4C5 RGB: (173,180,197)

Color info

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

RGB color model

#ADB4C5 color RGB value is (173,180,197).

RGB: (173,180,197) (68%, 71%, 77%)

RGB channels and saturation

R 173 of 255 = 68%
G 180 of 255 = 71%
B 197 of 255 = 77%

173
180
197

R + G + B ~ 72%. #ADB4C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 180 + 197 = 550 (100%)
R 173 of 550 ~ 31.45%
G 180 of 550 ~ 32.73%
B 197 of 550 ~ 35.82'%

%31.45
%32.73
%35.82

CMYK color model

#ADB4C5 color CMYK value is (12,9,0,23).

  • cyan value is 12.18%
  • magenta value is 8.63%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (12,9,0,23)
C12M9Y0K23 (12%, 9%, 0%, 23%)
(0.12 / 0.09 / 0.00 / 0.23)

CMYK percentages

%12.18
%8.63
%0
%22.75

Codes

Color #ADB4C5 in popluar color models

AD B4 C5
RGB 173 180 197
HSL 223° 17.14% 72.55%
HSB/HSV 223° 12.18% 77.25%
CMYK 12.18% 8.63% 0.00%
22.75%

Color #ADB4C5 in popluar number systems.

HEX AD B4 C5
Decimal 173 180 197
Binary 10101101 10110100 11000101
Octal 255 264 305

Shades and tints

Shades of #ADB4C5

#ADB4C5
(173,180,197)
#9EA4B4
(158,164,180)
#8F94A3
(143,148,163)
#808492
(128,132,146)
#717481
(113,116,129)
#626470
(98,100,112)
#53545F
(83,84,95)
#44444E
(68,68,78)
#35343D
(53,52,61)
#26242C
(38,36,44)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #ADB4C5

#ADB4C5
(173,180,197)
#B4BACA
(180,186,202)
#BBC0CF
(187,192,207)
#C2C6D4
(194,198,212)
#C9CCD9
(201,204,217)
#D0D2DE
(208,210,222)
#D7D8E3
(215,216,227)
#DEDEE8
(222,222,232)
#E5E4ED
(229,228,237)
#ECEAF2
(236,234,242)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB4C5 color. Also use rgb(173,180,197) instead hex code.

Text Font Color

.myTextColor { color: #ADB4C5; }

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

This text font color is #ADB4C5.

Background Color

.myBgColor { background-color: #ADB4C5; }

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

This div background color is #ADB4C5.

Border color

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

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

This div border color is #ADB4C5.

Opacity

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

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

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

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

This text has shadow with #ADB4C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB4C5.

Preview

Color preview on black background

This text has color #ADB4C5 on black background.


Color preview on white background

This text has color #ADB4C5 on white background.


Black color preview on #ADB4C5 background

This text has black color on #ADB4C5 background.


White color preview on #ADB4C5 background

This text has white color on #ADB4C5 background.


Related colors

Complementary color

Complementary color for #hex is #524B3A.


I love getcolorcode.com

Triadic colors

1 #C5ADB4 and #B4C5AD with #ADB4C5 are triadic colors.

2 #C5B4AD and #B4ADC5 with #ADB4C5 are triadic colors.