COLOR #ADB4DA

HEX: #ADB4DA RGB: (173,180,218)

Color info

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

RGB color model

#ADB4DA color RGB value is (173,180,218).

RGB: (173,180,218) (68%, 71%, 85%)

RGB channels and saturation

R 173 of 255 = 68%
G 180 of 255 = 71%
B 218 of 255 = 85%

173
180
218

R + G + B ~ 75%. #ADB4DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 180 + 218 = 571 (100%)
R 173 of 571 ~ 30.3%
G 180 of 571 ~ 31.52%
B 218 of 571 ~ 38.18'%

%30.3
%31.52
%38.18

CMYK color model

#ADB4DA color CMYK value is (21,17,0,15).

  • cyan value is 20.64%
  • magenta value is 17.43%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (21,17,0,15)
C21M17Y0K15 (21%, 17%, 0%, 15%)
(0.21 / 0.17 / 0.00 / 0.15)

CMYK percentages

%20.64
%17.43
%0
%14.51

Codes

Color #ADB4DA in popluar color models

AD B4 DA
RGB 173 180 218
HSL 231° 37.82% 76.67%
HSB/HSV 231° 20.64% 85.49%
CMYK 20.64% 17.43% 0.00%
14.51%

Color #ADB4DA in popluar number systems.

HEX AD B4 DA
Decimal 173 180 218
Binary 10101101 10110100 11011010
Octal 255 264 332

Shades and tints

Shades of #ADB4DA

#ADB4DA
(173,180,218)
#9EA4C7
(158,164,199)
#8F94B4
(143,148,180)
#8084A1
(128,132,161)
#71748E
(113,116,142)
#62647B
(98,100,123)
#535468
(83,84,104)
#444455
(68,68,85)
#353442
(53,52,66)
#26242F
(38,36,47)
#17141C
(23,20,28)
#000000
(0,0,0)

Tints of #ADB4DA

#ADB4DA
(173,180,218)
#B4BADD
(180,186,221)
#BBC0E0
(187,192,224)
#C2C6E3
(194,198,227)
#C9CCE6
(201,204,230)
#D0D2E9
(208,210,233)
#D7D8EC
(215,216,236)
#DEDEEF
(222,222,239)
#E5E4F2
(229,228,242)
#ECEAF5
(236,234,245)
#F3F0F8
(243,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB4DA color. Also use rgb(173,180,218) instead hex code.

Text Font Color

.myTextColor { color: #ADB4DA; }

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

This text font color is #ADB4DA.

Background Color

.myBgColor { background-color: #ADB4DA; }

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

This div background color is #ADB4DA.

Border color

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

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

This div border color is #ADB4DA.

Opacity

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

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

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

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

This text has shadow with #ADB4DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB4DA.

Preview

Color preview on black background

This text has color #ADB4DA on black background.


Color preview on white background

This text has color #ADB4DA on white background.


Black color preview on #ADB4DA background

This text has black color on #ADB4DA background.


White color preview on #ADB4DA background

This text has white color on #ADB4DA background.


Related colors

Complementary color

Complementary color for #hex is #524B25.


I love getcolorcode.com

Triadic colors

1 #DAADB4 and #B4DAAD with #ADB4DA are triadic colors.

2 #DAB4AD and #B4ADDA with #ADB4DA are triadic colors.