COLOR #ADB9D2

HEX: #ADB9D2 RGB: (173,185,210)

Color info

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

RGB color model

#ADB9D2 color RGB value is (173,185,210).

RGB: (173,185,210) (68%, 73%, 82%)

RGB channels and saturation

R 173 of 255 = 68%
G 185 of 255 = 73%
B 210 of 255 = 82%

173
185
210

R + G + B ~ 74%. #ADB9D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 185 + 210 = 568 (100%)
R 173 of 568 ~ 30.46%
G 185 of 568 ~ 32.57%
B 210 of 568 ~ 36.97'%

%30.46
%32.57
%36.97

CMYK color model

#ADB9D2 color CMYK value is (18,12,0,18).

  • cyan value is 17.62%
  • magenta value is 11.90%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (18,12,0,18)
C18M12Y0K18 (18%, 12%, 0%, 18%)
(0.18 / 0.12 / 0.00 / 0.18)

CMYK percentages

%17.62
%11.9
%0
%17.65

Codes

Color #ADB9D2 in popluar color models

AD B9 D2
RGB 173 185 210
HSL 221° 29.13% 75.10%
HSB/HSV 221° 17.62% 82.35%
CMYK 17.62% 11.90% 0.00%
17.65%

Color #ADB9D2 in popluar number systems.

HEX AD B9 D2
Decimal 173 185 210
Binary 10101101 10111001 11010010
Octal 255 271 322

Shades and tints

Shades of #ADB9D2

#ADB9D2
(173,185,210)
#9EA9BF
(158,169,191)
#8F99AC
(143,153,172)
#808999
(128,137,153)
#717986
(113,121,134)
#626973
(98,105,115)
#535960
(83,89,96)
#44494D
(68,73,77)
#35393A
(53,57,58)
#262927
(38,41,39)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #ADB9D2

#ADB9D2
(173,185,210)
#B4BFD6
(180,191,214)
#BBC5DA
(187,197,218)
#C2CBDE
(194,203,222)
#C9D1E2
(201,209,226)
#D0D7E6
(208,215,230)
#D7DDEA
(215,221,234)
#DEE3EE
(222,227,238)
#E5E9F2
(229,233,242)
#ECEFF6
(236,239,246)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB9D2 color. Also use rgb(173,185,210) instead hex code.

Text Font Color

.myTextColor { color: #ADB9D2; }

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

This text font color is #ADB9D2.

Background Color

.myBgColor { background-color: #ADB9D2; }

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

This div background color is #ADB9D2.

Border color

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

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

This div border color is #ADB9D2.

Opacity

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

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

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

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

This text has shadow with #ADB9D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB9D2.

Preview

Color preview on black background

This text has color #ADB9D2 on black background.


Color preview on white background

This text has color #ADB9D2 on white background.


Black color preview on #ADB9D2 background

This text has black color on #ADB9D2 background.


White color preview on #ADB9D2 background

This text has white color on #ADB9D2 background.


Related colors

Complementary color

Complementary color for #hex is #52462D.


I love getcolorcode.com

Triadic colors

1 #D2ADB9 and #B9D2AD with #ADB9D2 are triadic colors.

2 #D2B9AD and #B9ADD2 with #ADB9D2 are triadic colors.