COLOR #ADABDB

HEX: #ADABDB RGB: (173,171,219)

Color info

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

RGB color model

#ADABDB color RGB value is (173,171,219).

RGB: (173,171,219) (68%, 67%, 86%)

RGB channels and saturation

R 173 of 255 = 68%
G 171 of 255 = 67%
B 219 of 255 = 86%

173
171
219

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

Portions of RGB colors in percentages

R + G + B = 173 + 171 + 219 = 563 (100%)
R 173 of 563 ~ 30.73%
G 171 of 563 ~ 30.37%
B 219 of 563 ~ 38.9'%

%30.73
%30.37
%38.9

CMYK color model

#ADABDB color CMYK value is (21,22,0,14).

  • cyan value is 21.00%
  • magenta value is 21.92%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (21,22,0,14)
C21M22Y0K14 (21%, 22%, 0%, 14%)
(0.21 / 0.22 / 0.00 / 0.14)

CMYK percentages

%21
%21.92
%0
%14.12

Codes

Color #ADABDB in popluar color models

AD AB DB
RGB 173 171 219
HSL 243° 40.00% 76.47%
HSB/HSV 243° 21.92% 85.88%
CMYK 21.00% 21.92% 0.00%
14.12%

Color #ADABDB in popluar number systems.

HEX AD AB DB
Decimal 173 171 219
Binary 10101101 10101011 11011011
Octal 255 253 333

Shades and tints

Shades of #ADABDB

#ADABDB
(173,171,219)
#9E9CC8
(158,156,200)
#8F8DB5
(143,141,181)
#807EA2
(128,126,162)
#716F8F
(113,111,143)
#62607C
(98,96,124)
#535169
(83,81,105)
#444256
(68,66,86)
#353343
(53,51,67)
#262430
(38,36,48)
#17151D
(23,21,29)
#000000
(0,0,0)

Tints of #ADABDB

#ADABDB
(173,171,219)
#B4B2DE
(180,178,222)
#BBB9E1
(187,185,225)
#C2C0E4
(194,192,228)
#C9C7E7
(201,199,231)
#D0CEEA
(208,206,234)
#D7D5ED
(215,213,237)
#DEDCF0
(222,220,240)
#E5E3F3
(229,227,243)
#ECEAF6
(236,234,246)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADABDB color. Also use rgb(173,171,219) instead hex code.

Text Font Color

.myTextColor { color: #ADABDB; }

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

This text font color is #ADABDB.

Background Color

.myBgColor { background-color: #ADABDB; }

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

This div background color is #ADABDB.

Border color

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

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

This div border color is #ADABDB.

Opacity

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

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

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

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

This text has shadow with #ADABDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADABDB.

Preview

Color preview on black background

This text has color #ADABDB on black background.


Color preview on white background

This text has color #ADABDB on white background.


Black color preview on #ADABDB background

This text has black color on #ADABDB background.


White color preview on #ADABDB background

This text has white color on #ADABDB background.


Related colors

Complementary color

Complementary color for #hex is #525424.


I love getcolorcode.com

Triadic colors

1 #DBADAB and #ABDBAD with #ADABDB are triadic colors.

2 #DBABAD and #ABADDB with #ADABDB are triadic colors.