COLOR #ADB0D1

HEX: #ADB0D1 RGB: (173,176,209)

Color info

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

RGB color model

#ADB0D1 color RGB value is (173,176,209).

RGB: (173,176,209) (68%, 69%, 82%)

RGB channels and saturation

R 173 of 255 = 68%
G 176 of 255 = 69%
B 209 of 255 = 82%

173
176
209

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

Portions of RGB colors in percentages

R + G + B = 173 + 176 + 209 = 558 (100%)
R 173 of 558 ~ 31%
G 176 of 558 ~ 31.54%
B 209 of 558 ~ 37.46'%

%31
%31.54
%37.46

CMYK color model

#ADB0D1 color CMYK value is (17,16,0,18).

  • cyan value is 17.22%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (17,16,0,18)
C17M16Y0K18 (17%, 16%, 0%, 18%)
(0.17 / 0.16 / 0.00 / 0.18)

CMYK percentages

%17.22
%15.79
%0
%18.04

Codes

Color #ADB0D1 in popluar color models

AD B0 D1
RGB 173 176 209
HSL 235° 28.13% 74.90%
HSB/HSV 235° 17.22% 81.96%
CMYK 17.22% 15.79% 0.00%
18.04%

Color #ADB0D1 in popluar number systems.

HEX AD B0 D1
Decimal 173 176 209
Binary 10101101 10110000 11010001
Octal 255 260 321

Shades and tints

Shades of #ADB0D1

#ADB0D1
(173,176,209)
#9EA0BE
(158,160,190)
#8F90AB
(143,144,171)
#808098
(128,128,152)
#717085
(113,112,133)
#626072
(98,96,114)
#53505F
(83,80,95)
#44404C
(68,64,76)
#353039
(53,48,57)
#262026
(38,32,38)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #ADB0D1

#ADB0D1
(173,176,209)
#B4B7D5
(180,183,213)
#BBBED9
(187,190,217)
#C2C5DD
(194,197,221)
#C9CCE1
(201,204,225)
#D0D3E5
(208,211,229)
#D7DAE9
(215,218,233)
#DEE1ED
(222,225,237)
#E5E8F1
(229,232,241)
#ECEFF5
(236,239,245)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB0D1 color. Also use rgb(173,176,209) instead hex code.

Text Font Color

.myTextColor { color: #ADB0D1; }

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

This text font color is #ADB0D1.

Background Color

.myBgColor { background-color: #ADB0D1; }

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

This div background color is #ADB0D1.

Border color

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

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

This div border color is #ADB0D1.

Opacity

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

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

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

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

This text has shadow with #ADB0D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB0D1.

Preview

Color preview on black background

This text has color #ADB0D1 on black background.


Color preview on white background

This text has color #ADB0D1 on white background.


Black color preview on #ADB0D1 background

This text has black color on #ADB0D1 background.


White color preview on #ADB0D1 background

This text has white color on #ADB0D1 background.


Related colors

Complementary color

Complementary color for #hex is #524F2E.


I love getcolorcode.com

Triadic colors

1 #D1ADB0 and #B0D1AD with #ADB0D1 are triadic colors.

2 #D1B0AD and #B0ADD1 with #ADB0D1 are triadic colors.