COLOR #ADB0D5

HEX: #ADB0D5 RGB: (173,176,213)

Color info

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

RGB color model

#ADB0D5 color RGB value is (173,176,213).

RGB: (173,176,213) (68%, 69%, 84%)

RGB channels and saturation

R 173 of 255 = 68%
G 176 of 255 = 69%
B 213 of 255 = 84%

173
176
213

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

Portions of RGB colors in percentages

R + G + B = 173 + 176 + 213 = 562 (100%)
R 173 of 562 ~ 30.78%
G 176 of 562 ~ 31.32%
B 213 of 562 ~ 37.9'%

%30.78
%31.32
%37.9

CMYK color model

#ADB0D5 color CMYK value is (19,17,0,16).

  • cyan value is 18.78%
  • magenta value is 17.37%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (19,17,0,16)
C19M17Y0K16 (19%, 17%, 0%, 16%)
(0.19 / 0.17 / 0.00 / 0.16)

CMYK percentages

%18.78
%17.37
%0
%16.47

Codes

Color #ADB0D5 in popluar color models

AD B0 D5
RGB 173 176 213
HSL 236° 32.26% 75.69%
HSB/HSV 236° 18.78% 83.53%
CMYK 18.78% 17.37% 0.00%
16.47%

Color #ADB0D5 in popluar number systems.

HEX AD B0 D5
Decimal 173 176 213
Binary 10101101 10110000 11010101
Octal 255 260 325

Shades and tints

Shades of #ADB0D5

#ADB0D5
(173,176,213)
#9EA0C2
(158,160,194)
#8F90AF
(143,144,175)
#80809C
(128,128,156)
#717089
(113,112,137)
#626076
(98,96,118)
#535063
(83,80,99)
#444050
(68,64,80)
#35303D
(53,48,61)
#26202A
(38,32,42)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #ADB0D5

#ADB0D5
(173,176,213)
#B4B7D8
(180,183,216)
#BBBEDB
(187,190,219)
#C2C5DE
(194,197,222)
#C9CCE1
(201,204,225)
#D0D3E4
(208,211,228)
#D7DAE7
(215,218,231)
#DEE1EA
(222,225,234)
#E5E8ED
(229,232,237)
#ECEFF0
(236,239,240)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB0D5; }

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

This text font color is #ADB0D5.

Background Color

.myBgColor { background-color: #ADB0D5; }

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

This div background color is #ADB0D5.

Border color

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

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

This div border color is #ADB0D5.

Opacity

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

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

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

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

This text has shadow with #ADB0D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB0D5.

Preview

Color preview on black background

This text has color #ADB0D5 on black background.


Color preview on white background

This text has color #ADB0D5 on white background.


Black color preview on #ADB0D5 background

This text has black color on #ADB0D5 background.


White color preview on #ADB0D5 background

This text has white color on #ADB0D5 background.


Related colors

Complementary color

Complementary color for #hex is #524F2A.


I love getcolorcode.com

Triadic colors

1 #D5ADB0 and #B0D5AD with #ADB0D5 are triadic colors.

2 #D5B0AD and #B0ADD5 with #ADB0D5 are triadic colors.