COLOR #ADB8DF

HEX: #ADB8DF RGB: (173,184,223)

Color info

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

RGB color model

#ADB8DF color RGB value is (173,184,223).

RGB: (173,184,223) (68%, 72%, 87%)

RGB channels and saturation

R 173 of 255 = 68%
G 184 of 255 = 72%
B 223 of 255 = 87%

173
184
223

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

Portions of RGB colors in percentages

R + G + B = 173 + 184 + 223 = 580 (100%)
R 173 of 580 ~ 29.83%
G 184 of 580 ~ 31.72%
B 223 of 580 ~ 38.45'%

%29.83
%31.72
%38.45

CMYK color model

#ADB8DF color CMYK value is (22,17,0,13).

  • cyan value is 22.42%
  • magenta value is 17.49%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (22,17,0,13)
C22M17Y0K13 (22%, 17%, 0%, 13%)
(0.22 / 0.17 / 0.00 / 0.13)

CMYK percentages

%22.42
%17.49
%0
%12.55

Codes

Color #ADB8DF in popluar color models

AD B8 DF
RGB 173 184 223
HSL 227° 43.86% 77.65%
HSB/HSV 227° 22.42% 87.45%
CMYK 22.42% 17.49% 0.00%
12.55%

Color #ADB8DF in popluar number systems.

HEX AD B8 DF
Decimal 173 184 223
Binary 10101101 10111000 11011111
Octal 255 270 337

Shades and tints

Shades of #ADB8DF

#ADB8DF
(173,184,223)
#9EA8CB
(158,168,203)
#8F98B7
(143,152,183)
#8088A3
(128,136,163)
#71788F
(113,120,143)
#62687B
(98,104,123)
#535867
(83,88,103)
#444853
(68,72,83)
#35383F
(53,56,63)
#26282B
(38,40,43)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #ADB8DF

#ADB8DF
(173,184,223)
#B4BEE1
(180,190,225)
#BBC4E3
(187,196,227)
#C2CAE5
(194,202,229)
#C9D0E7
(201,208,231)
#D0D6E9
(208,214,233)
#D7DCEB
(215,220,235)
#DEE2ED
(222,226,237)
#E5E8EF
(229,232,239)
#ECEEF1
(236,238,241)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB8DF color. Also use rgb(173,184,223) instead hex code.

Text Font Color

.myTextColor { color: #ADB8DF; }

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

This text font color is #ADB8DF.

Background Color

.myBgColor { background-color: #ADB8DF; }

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

This div background color is #ADB8DF.

Border color

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

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

This div border color is #ADB8DF.

Opacity

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

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

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

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

This text has shadow with #ADB8DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB8DF.

Preview

Color preview on black background

This text has color #ADB8DF on black background.


Color preview on white background

This text has color #ADB8DF on white background.


Black color preview on #ADB8DF background

This text has black color on #ADB8DF background.


White color preview on #ADB8DF background

This text has white color on #ADB8DF background.


Related colors

Complementary color

Complementary color for #hex is #524720.


I love getcolorcode.com

Triadic colors

1 #DFADB8 and #B8DFAD with #ADB8DF are triadic colors.

2 #DFB8AD and #B8ADDF with #ADB8DF are triadic colors.