COLOR #ADBAD1

HEX: #ADBAD1 RGB: (173,186,209)

Color info

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

RGB color model

#ADBAD1 color RGB value is (173,186,209).

RGB: (173,186,209) (68%, 73%, 82%)

RGB channels and saturation

R 173 of 255 = 68%
G 186 of 255 = 73%
B 209 of 255 = 82%

173
186
209

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

Portions of RGB colors in percentages

R + G + B = 173 + 186 + 209 = 568 (100%)
R 173 of 568 ~ 30.46%
G 186 of 568 ~ 32.75%
B 209 of 568 ~ 36.8'%

%30.46
%32.75
%36.8

CMYK color model

#ADBAD1 color CMYK value is (17,11,0,18).

  • cyan value is 17.22%
  • magenta value is 11.00%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (17,11,0,18)
C17M11Y0K18 (17%, 11%, 0%, 18%)
(0.17 / 0.11 / 0.00 / 0.18)

CMYK percentages

%17.22
%11
%0
%18.04

Codes

Color #ADBAD1 in popluar color models

AD BA D1
RGB 173 186 209
HSL 218° 28.13% 74.90%
HSB/HSV 218° 17.22% 81.96%
CMYK 17.22% 11.00% 0.00%
18.04%

Color #ADBAD1 in popluar number systems.

HEX AD BA D1
Decimal 173 186 209
Binary 10101101 10111010 11010001
Octal 255 272 321

Shades and tints

Shades of #ADBAD1

#ADBAD1
(173,186,209)
#9EAABE
(158,170,190)
#8F9AAB
(143,154,171)
#808A98
(128,138,152)
#717A85
(113,122,133)
#626A72
(98,106,114)
#535A5F
(83,90,95)
#444A4C
(68,74,76)
#353A39
(53,58,57)
#262A26
(38,42,38)
#171A13
(23,26,19)
#000000
(0,0,0)

Tints of #ADBAD1

#ADBAD1
(173,186,209)
#B4C0D5
(180,192,213)
#BBC6D9
(187,198,217)
#C2CCDD
(194,204,221)
#C9D2E1
(201,210,225)
#D0D8E5
(208,216,229)
#D7DEE9
(215,222,233)
#DEE4ED
(222,228,237)
#E5EAF1
(229,234,241)
#ECF0F5
(236,240,245)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBAD1; }

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

This text font color is #ADBAD1.

Background Color

.myBgColor { background-color: #ADBAD1; }

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

This div background color is #ADBAD1.

Border color

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

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

This div border color is #ADBAD1.

Opacity

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

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

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

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

This text has shadow with #ADBAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBAD1.

Preview

Color preview on black background

This text has color #ADBAD1 on black background.


Color preview on white background

This text has color #ADBAD1 on white background.


Black color preview on #ADBAD1 background

This text has black color on #ADBAD1 background.


White color preview on #ADBAD1 background

This text has white color on #ADBAD1 background.


Related colors

Complementary color

Complementary color for #hex is #52452E.


I love getcolorcode.com

Triadic colors

1 #D1ADBA and #BAD1AD with #ADBAD1 are triadic colors.

2 #D1BAAD and #BAADD1 with #ADBAD1 are triadic colors.