COLOR #ADB1C0

HEX: #ADB1C0 RGB: (173,177,192)

Color info

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

RGB color model

#ADB1C0 color RGB value is (173,177,192).

RGB: (173,177,192) (68%, 69%, 75%)

RGB channels and saturation

R 173 of 255 = 68%
G 177 of 255 = 69%
B 192 of 255 = 75%

173
177
192

R + G + B ~ 71%. #ADB1C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 177 + 192 = 542 (100%)
R 173 of 542 ~ 31.92%
G 177 of 542 ~ 32.66%
B 192 of 542 ~ 35.42'%

%31.92
%32.66
%35.42

CMYK color model

#ADB1C0 color CMYK value is (10,8,0,25).

  • cyan value is 9.90%
  • magenta value is 7.81%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (10,8,0,25)
C10M8Y0K25 (10%, 8%, 0%, 25%)
(0.10 / 0.08 / 0.00 / 0.25)

CMYK percentages

%9.9
%7.81
%0
%24.71

Codes

Color #ADB1C0 in popluar color models

AD B1 C0
RGB 173 177 192
HSL 227° 13.10% 71.57%
HSB/HSV 227° 9.90% 75.29%
CMYK 9.90% 7.81% 0.00%
24.71%

Color #ADB1C0 in popluar number systems.

HEX AD B1 C0
Decimal 173 177 192
Binary 10101101 10110001 11000000
Octal 255 261 300

Shades and tints

Shades of #ADB1C0

#ADB1C0
(173,177,192)
#9EA1AF
(158,161,175)
#8F919E
(143,145,158)
#80818D
(128,129,141)
#71717C
(113,113,124)
#62616B
(98,97,107)
#53515A
(83,81,90)
#444149
(68,65,73)
#353138
(53,49,56)
#262127
(38,33,39)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #ADB1C0

#ADB1C0
(173,177,192)
#B4B8C5
(180,184,197)
#BBBFCA
(187,191,202)
#C2C6CF
(194,198,207)
#C9CDD4
(201,205,212)
#D0D4D9
(208,212,217)
#D7DBDE
(215,219,222)
#DEE2E3
(222,226,227)
#E5E9E8
(229,233,232)
#ECF0ED
(236,240,237)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB1C0; }

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

This text font color is #ADB1C0.

Background Color

.myBgColor { background-color: #ADB1C0; }

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

This div background color is #ADB1C0.

Border color

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

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

This div border color is #ADB1C0.

Opacity

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

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

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

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

This text has shadow with #ADB1C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB1C0.

Preview

Color preview on black background

This text has color #ADB1C0 on black background.


Color preview on white background

This text has color #ADB1C0 on white background.


Black color preview on #ADB1C0 background

This text has black color on #ADB1C0 background.


White color preview on #ADB1C0 background

This text has white color on #ADB1C0 background.


Related colors

Complementary color

Complementary color for #hex is #524E3F.


I love getcolorcode.com

Triadic colors

1 #C0ADB1 and #B1C0AD with #ADB1C0 are triadic colors.

2 #C0B1AD and #B1ADC0 with #ADB1C0 are triadic colors.