COLOR #ADBADB

HEX: #ADBADB RGB: (173,186,219)

Color info

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

RGB color model

#ADBADB color RGB value is (173,186,219).

RGB: (173,186,219) (68%, 73%, 86%)

RGB channels and saturation

R 173 of 255 = 68%
G 186 of 255 = 73%
B 219 of 255 = 86%

173
186
219

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

Portions of RGB colors in percentages

R + G + B = 173 + 186 + 219 = 578 (100%)
R 173 of 578 ~ 29.93%
G 186 of 578 ~ 32.18%
B 219 of 578 ~ 37.89'%

%29.93
%32.18
%37.89

CMYK color model

#ADBADB color CMYK value is (21,15,0,14).

  • cyan value is 21.00%
  • magenta value is 15.07%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (21,15,0,14) C21M15Y0K14 (21%,15%,0%,14%) (0.21/0.15/0.00/0.14) 

CMYK percentages

%21
%15.07
%0
%14.12

Codes

Color #ADBADB in popluar color models

AD BA DB
RGB 173 186 219
HSL 223° 38.98% 76.86%
HSB/HSV 223° 21.00% 85.88%
CMYK 21.00% 15.07% 0.00%
14.12%

Color #ADBADB in popluar number systems.

HEX AD BA DB
Decimal 173 186 219
Binary 10101101 10111010 11011011
Octal 255 272 333

Shades and tints

Shades of #ADBADB

#ADBADB
(173,186,219)
#9EAAC8
(158,170,200)
#8F9AB5
(143,154,181)
#808AA2
(128,138,162)
#717A8F
(113,122,143)
#626A7C
(98,106,124)
#535A69
(83,90,105)
#444A56
(68,74,86)
#353A43
(53,58,67)
#262A30
(38,42,48)
#171A1D
(23,26,29)
#000000
(0,0,0)

Tints of #ADBADB

#ADBADB
(173,186,219)
#B4C0DE
(180,192,222)
#BBC6E1
(187,198,225)
#C2CCE4
(194,204,228)
#C9D2E7
(201,210,231)
#D0D8EA
(208,216,234)
#D7DEED
(215,222,237)
#DEE4F0
(222,228,240)
#E5EAF3
(229,234,243)
#ECF0F6
(236,240,246)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBADB; }

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

This text font color is #ADBADB.

Background Color

.myBgColor { background-color: #ADBADB; }

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

This div background color is #ADBADB.

Border color

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

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

This div border color is #ADBADB.

Opacity

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

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

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

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

This text has shadow with #ADBADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBADB.

Preview

Color preview on black background

This text has color #ADBADB on black background.


Color preview on white background

This text has color #ADBADB on white background.


Black color preview on #ADBADB background

This text has black color on #ADBADB background.


White color preview on #ADBADB background

This text has white color on #ADBADB background.


Related colors

Complementary color

Complementary color for #hex is #524524.


I love getcolorcode.com

Triadic colors

1 #DBADBA and #BADBAD with #ADBADB are triadic colors.

2 #DBBAAD and #BAADDB with #ADBADB are triadic colors.