COLOR #ADB1CD

HEX: #ADB1CD RGB: (173,177,205)

Color info

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

RGB color model

#ADB1CD color RGB value is (173,177,205).

RGB: (173,177,205) (68%, 69%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 177 of 255 = 69%
B 205 of 255 = 80%

173
177
205

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

Portions of RGB colors in percentages

R + G + B = 173 + 177 + 205 = 555 (100%)
R 173 of 555 ~ 31.17%
G 177 of 555 ~ 31.89%
B 205 of 555 ~ 36.94'%

%31.17
%31.89
%36.94

CMYK color model

#ADB1CD color CMYK value is (16,14,0,20).

  • cyan value is 15.61%
  • magenta value is 13.66%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (16,14,0,20)
C16M14Y0K20 (16%, 14%, 0%, 20%)
(0.16 / 0.14 / 0.00 / 0.20)

CMYK percentages

%15.61
%13.66
%0
%19.61

Codes

Color #ADB1CD in popluar color models

AD B1 CD
RGB 173 177 205
HSL 233° 24.24% 74.12%
HSB/HSV 233° 15.61% 80.39%
CMYK 15.61% 13.66% 0.00%
19.61%

Color #ADB1CD in popluar number systems.

HEX AD B1 CD
Decimal 173 177 205
Binary 10101101 10110001 11001101
Octal 255 261 315

Shades and tints

Shades of #ADB1CD

#ADB1CD
(173,177,205)
#9EA1BB
(158,161,187)
#8F91A9
(143,145,169)
#808197
(128,129,151)
#717185
(113,113,133)
#626173
(98,97,115)
#535161
(83,81,97)
#44414F
(68,65,79)
#35313D
(53,49,61)
#26212B
(38,33,43)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #ADB1CD

#ADB1CD
(173,177,205)
#B4B8D1
(180,184,209)
#BBBFD5
(187,191,213)
#C2C6D9
(194,198,217)
#C9CDDD
(201,205,221)
#D0D4E1
(208,212,225)
#D7DBE5
(215,219,229)
#DEE2E9
(222,226,233)
#E5E9ED
(229,233,237)
#ECF0F1
(236,240,241)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB1CD; }

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

This text font color is #ADB1CD.

Background Color

.myBgColor { background-color: #ADB1CD; }

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

This div background color is #ADB1CD.

Border color

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

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

This div border color is #ADB1CD.

Opacity

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

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

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

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

This text has shadow with #ADB1CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB1CD.

Preview

Color preview on black background

This text has color #ADB1CD on black background.


Color preview on white background

This text has color #ADB1CD on white background.


Black color preview on #ADB1CD background

This text has black color on #ADB1CD background.


White color preview on #ADB1CD background

This text has white color on #ADB1CD background.


Related colors

Complementary color

Complementary color for #hex is #524E32.


I love getcolorcode.com

Triadic colors

1 #CDADB1 and #B1CDAD with #ADB1CD are triadic colors.

2 #CDB1AD and #B1ADCD with #ADB1CD are triadic colors.