COLOR #ADAFD9

HEX: #ADAFD9
RGB: (173,175,217)

Color info

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

RGB color model

#ADAFD9 color RGB value is (173,175,217).

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

RGB channels and saturation

R 173 of 255 = 68%
G 175 of 255 = 69%
B 217 of 255 = 85%

173
175
217

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

Portions of RGB colors in percentages

R + G + B =
173 + 175 + 217 = 565 (100%)
R 173 of 565 ~ 30.62%
G 175 of 565 ~ 30.97%
B 217 of 565 ~ 38.41%

%30.62
%30.97
%38.41

CMYK color model

#ADAFD9 color CMYK value is (20,19,0,15).

  • cyan value is 20.28%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(20,19,0,15)
C20M19Y0K15 
(20%,19%,0%,15%)
(0.20/0.19/0.00/0.15)	

CMYK percentages

%20.28
%19.35
%0
%14.9

Codes

Color #ADAFD9 in popluar color models

ADAFD9
RGB173175217
HSL237°36.67%76.47%
HSB/HSV237°20.28%85.10%
CMYK20.28%19.35%0.00%
14.90%

Color #ADAFD9 in popluar number systems.

HEXADAFD9
Decimal173175217
Binary101011011010111111011001
Octal255257331

Shades and tints

Shades of #ADAFD9

#ADAFD9
(173,175,217)
#9EA0C6
(158,160,198)
#8F91B3
(143,145,179)
#8082A0
(128,130,160)
#71738D
(113,115,141)
#62647A
(98,100,122)
#535567
(83,85,103)
#444654
(68,70,84)
#353741
(53,55,65)
#26282E
(38,40,46)
#17191B
(23,25,27)
#000000
(0,0,0)

Tints of #ADAFD9

#ADAFD9
(173,175,217)
#B4B6DC
(180,182,220)
#BBBDDF
(187,189,223)
#C2C4E2
(194,196,226)
#C9CBE5
(201,203,229)
#D0D2E8
(208,210,232)
#D7D9EB
(215,217,235)
#DEE0EE
(222,224,238)
#E5E7F1
(229,231,241)
#ECEEF4
(236,238,244)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAFD9; }

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

This text font color is #ADAFD9.


Background Color

.myBgColor { background-color: #ADAFD9; }

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

This div background color is #ADAFD9.


Border color

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

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

This div border color is #ADAFD9.


Opacity

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

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

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

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

This text has shadow with #ADAFD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAFD9 on black background.


Color preview on white background

This text has color #ADAFD9 on white background.



Black color preview on #ADAFD9 background

This text has black color on #ADAFD9 background.


White color preview on #ADAFD9 background

This text has white color on #ADAFD9 background.