COLOR #ADB4CD

HEX: #ADB4CD RGB: (173,180,205)

Color info

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

RGB color model

#ADB4CD color RGB value is (173,180,205).

RGB: (173,180,205) (68%, 71%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 180 of 255 = 71%
B 205 of 255 = 80%

173
180
205

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

Portions of RGB colors in percentages

R + G + B = 173 + 180 + 205 = 558 (100%)
R 173 of 558 ~ 31%
G 180 of 558 ~ 32.26%
B 205 of 558 ~ 36.74'%

%31
%32.26
%36.74

CMYK color model

#ADB4CD color CMYK value is (16,12,0,20).

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

CMYK: (16,12,0,20)
C16M12Y0K20 (16%, 12%, 0%, 20%)
(0.16 / 0.12 / 0.00 / 0.20)

CMYK percentages

%15.61
%12.2
%0
%19.61

Codes

Color #ADB4CD in popluar color models

AD B4 CD
RGB 173 180 205
HSL 227° 24.24% 74.12%
HSB/HSV 227° 15.61% 80.39%
CMYK 15.61% 12.20% 0.00%
19.61%

Color #ADB4CD in popluar number systems.

HEX AD B4 CD
Decimal 173 180 205
Binary 10101101 10110100 11001101
Octal 255 264 315

Shades and tints

Shades of #ADB4CD

#ADB4CD
(173,180,205)
#9EA4BB
(158,164,187)
#8F94A9
(143,148,169)
#808497
(128,132,151)
#717485
(113,116,133)
#626473
(98,100,115)
#535461
(83,84,97)
#44444F
(68,68,79)
#35343D
(53,52,61)
#26242B
(38,36,43)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #ADB4CD

#ADB4CD
(173,180,205)
#B4BAD1
(180,186,209)
#BBC0D5
(187,192,213)
#C2C6D9
(194,198,217)
#C9CCDD
(201,204,221)
#D0D2E1
(208,210,225)
#D7D8E5
(215,216,229)
#DEDEE9
(222,222,233)
#E5E4ED
(229,228,237)
#ECEAF1
(236,234,241)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB4CD; }

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

This text font color is #ADB4CD.

Background Color

.myBgColor { background-color: #ADB4CD; }

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

This div background color is #ADB4CD.

Border color

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

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

This div border color is #ADB4CD.

Opacity

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

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

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

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

This text has shadow with #ADB4CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB4CD.

Preview

Color preview on black background

This text has color #ADB4CD on black background.


Color preview on white background

This text has color #ADB4CD on white background.


Black color preview on #ADB4CD background

This text has black color on #ADB4CD background.


White color preview on #ADB4CD background

This text has white color on #ADB4CD background.


Related colors

Complementary color

Complementary color for #hex is #524B32.


I love getcolorcode.com

Triadic colors

1 #CDADB4 and #B4CDAD with #ADB4CD are triadic colors.

2 #CDB4AD and #B4ADCD with #ADB4CD are triadic colors.