COLOR #ADBAD9

HEX: #ADBAD9
RGB: (173,186,217)

Color info

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

RGB color model

#ADBAD9 color RGB value is (173,186,217).

  • red value is 173;
  • green value is 186;
  • blue value is 217.
RGB:
(173,186,217)
(68%,73%,85%)

RGB channels and saturation

R 173 of 255 = 68%
G 186 of 255 = 73%
B 217 of 255 = 85%

173
186
217

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

Portions of RGB colors in percentages

R + G + B =
173 + 186 + 217 = 576 (100%)
R 173 of 576 ~ 30.03%
G 186 of 576 ~ 32.29%
B 217 of 576 ~ 37.67%

%30.03
%32.29
%37.67

CMYK color model

#ADBAD9 color CMYK value is (20,14,0,15).

  • cyan value is 20.28%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(20,14,0,15)
C20M14Y0K15 
(20%,14%,0%,15%)
(0.20/0.14/0.00/0.15)	

CMYK percentages

%20.28
%14.29
%0
%14.9

Codes

Color #ADBAD9 in popluar color models

ADBAD9
RGB173186217
HSL222°36.67%76.47%
HSB/HSV222°20.28%85.10%
CMYK20.28%14.29%0.00%
14.90%

Color #ADBAD9 in popluar number systems.

HEXADBAD9
Decimal173186217
Binary101011011011101011011001
Octal255272331

Shades and tints

Shades of #ADBAD9

#ADBAD9
(173,186,217)
#9EAAC6
(158,170,198)
#8F9AB3
(143,154,179)
#808AA0
(128,138,160)
#717A8D
(113,122,141)
#626A7A
(98,106,122)
#535A67
(83,90,103)
#444A54
(68,74,84)
#353A41
(53,58,65)
#262A2E
(38,42,46)
#171A1B
(23,26,27)
#000000
(0,0,0)

Tints of #ADBAD9

#ADBAD9
(173,186,217)
#B4C0DC
(180,192,220)
#BBC6DF
(187,198,223)
#C2CCE2
(194,204,226)
#C9D2E5
(201,210,229)
#D0D8E8
(208,216,232)
#D7DEEB
(215,222,235)
#DEE4EE
(222,228,238)
#E5EAF1
(229,234,241)
#ECF0F4
(236,240,244)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBAD9; }

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

This text font color is #ADBAD9.


Background Color

.myBgColor { background-color: #ADBAD9; }

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

This div background color is #ADBAD9.


Border color

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

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

This div border color is #ADBAD9.


Opacity

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

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

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

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

This text has shadow with #ADBAD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBAD9 on black background.


Color preview on white background

This text has color #ADBAD9 on white background.



Black color preview on #ADBAD9 background

This text has black color on #ADBAD9 background.


White color preview on #ADBAD9 background

This text has white color on #ADBAD9 background.