COLOR #ADB7D3

HEX: #ADB7D3 RGB: (173,183,211)

Color info

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

RGB color model

#ADB7D3 color RGB value is (173,183,211).

RGB: (173,183,211) (68%, 72%, 83%)

RGB channels and saturation

R 173 of 255 = 68%
G 183 of 255 = 72%
B 211 of 255 = 83%

173
183
211

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

Portions of RGB colors in percentages

R + G + B = 173 + 183 + 211 = 567 (100%)
R 173 of 567 ~ 30.51%
G 183 of 567 ~ 32.28%
B 211 of 567 ~ 37.21'%

%30.51
%32.28
%37.21

CMYK color model

#ADB7D3 color CMYK value is (18,13,0,17).

  • cyan value is 18.01%
  • magenta value is 13.27%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (18,13,0,17)
C18M13Y0K17 (18%, 13%, 0%, 17%)
(0.18 / 0.13 / 0.00 / 0.17)

CMYK percentages

%18.01
%13.27
%0
%17.25

Codes

Color #ADB7D3 in popluar color models

AD B7 D3
RGB 173 183 211
HSL 224° 30.16% 75.29%
HSB/HSV 224° 18.01% 82.75%
CMYK 18.01% 13.27% 0.00%
17.25%

Color #ADB7D3 in popluar number systems.

HEX AD B7 D3
Decimal 173 183 211
Binary 10101101 10110111 11010011
Octal 255 267 323

Shades and tints

Shades of #ADB7D3

#ADB7D3
(173,183,211)
#9EA7C0
(158,167,192)
#8F97AD
(143,151,173)
#80879A
(128,135,154)
#717787
(113,119,135)
#626774
(98,103,116)
#535761
(83,87,97)
#44474E
(68,71,78)
#35373B
(53,55,59)
#262728
(38,39,40)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #ADB7D3

#ADB7D3
(173,183,211)
#B4BDD7
(180,189,215)
#BBC3DB
(187,195,219)
#C2C9DF
(194,201,223)
#C9CFE3
(201,207,227)
#D0D5E7
(208,213,231)
#D7DBEB
(215,219,235)
#DEE1EF
(222,225,239)
#E5E7F3
(229,231,243)
#ECEDF7
(236,237,247)
#F3F3FB
(243,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB7D3 color. Also use rgb(173,183,211) instead hex code.

Text Font Color

.myTextColor { color: #ADB7D3; }

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

This text font color is #ADB7D3.

Background Color

.myBgColor { background-color: #ADB7D3; }

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

This div background color is #ADB7D3.

Border color

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

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

This div border color is #ADB7D3.

Opacity

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

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

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

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

This text has shadow with #ADB7D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB7D3.

Preview

Color preview on black background

This text has color #ADB7D3 on black background.


Color preview on white background

This text has color #ADB7D3 on white background.


Black color preview on #ADB7D3 background

This text has black color on #ADB7D3 background.


White color preview on #ADB7D3 background

This text has white color on #ADB7D3 background.


Related colors

Complementary color

Complementary color for #hex is #52482C.


I love getcolorcode.com

Triadic colors

1 #D3ADB7 and #B7D3AD with #ADB7D3 are triadic colors.

2 #D3B7AD and #B7ADD3 with #ADB7D3 are triadic colors.