COLOR #ADBDD8

HEX: #ADBDD8 RGB: (173,189,216)

Color info

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

RGB color model

#ADBDD8 color RGB value is (173,189,216).

RGB: (173,189,216) (68%, 74%, 85%)

RGB channels and saturation

R 173 of 255 = 68%
G 189 of 255 = 74%
B 216 of 255 = 85%

173
189
216

R + G + B ~ 76%. #ADBDD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 189 + 216 = 578 (100%)
R 173 of 578 ~ 29.93%
G 189 of 578 ~ 32.7%
B 216 of 578 ~ 37.37'%

%29.93
%32.7
%37.37

CMYK color model

#ADBDD8 color CMYK value is (20,13,0,15).

  • cyan value is 19.91%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (20,13,0,15)
C20M13Y0K15 (20%, 13%, 0%, 15%)
(0.20 / 0.13 / 0.00 / 0.15)

CMYK percentages

%19.91
%12.5
%0
%15.29

Codes

Color #ADBDD8 in popluar color models

AD BD D8
RGB 173 189 216
HSL 218° 35.54% 76.27%
HSB/HSV 218° 19.91% 84.71%
CMYK 19.91% 12.50% 0.00%
15.29%

Color #ADBDD8 in popluar number systems.

HEX AD BD D8
Decimal 173 189 216
Binary 10101101 10111101 11011000
Octal 255 275 330

Shades and tints

Shades of #ADBDD8

#ADBDD8
(173,189,216)
#9EACC5
(158,172,197)
#8F9BB2
(143,155,178)
#808A9F
(128,138,159)
#71798C
(113,121,140)
#626879
(98,104,121)
#535766
(83,87,102)
#444653
(68,70,83)
#353540
(53,53,64)
#26242D
(38,36,45)
#17131A
(23,19,26)
#000000
(0,0,0)

Tints of #ADBDD8

#ADBDD8
(173,189,216)
#B4C3DB
(180,195,219)
#BBC9DE
(187,201,222)
#C2CFE1
(194,207,225)
#C9D5E4
(201,213,228)
#D0DBE7
(208,219,231)
#D7E1EA
(215,225,234)
#DEE7ED
(222,231,237)
#E5EDF0
(229,237,240)
#ECF3F3
(236,243,243)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBDD8 color. Also use rgb(173,189,216) instead hex code.

Text Font Color

.myTextColor { color: #ADBDD8; }

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

This text font color is #ADBDD8.

Background Color

.myBgColor { background-color: #ADBDD8; }

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

This div background color is #ADBDD8.

Border color

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

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

This div border color is #ADBDD8.

Opacity

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

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

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

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

This text has shadow with #ADBDD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBDD8.

Preview

Color preview on black background

This text has color #ADBDD8 on black background.


Color preview on white background

This text has color #ADBDD8 on white background.


Black color preview on #ADBDD8 background

This text has black color on #ADBDD8 background.


White color preview on #ADBDD8 background

This text has white color on #ADBDD8 background.


Related colors

Complementary color

Complementary color for #hex is #524227.


I love getcolorcode.com

Triadic colors

1 #D8ADBD and #BDD8AD with #ADBDD8 are triadic colors.

2 #D8BDAD and #BDADD8 with #ADBDD8 are triadic colors.