COLOR #ADAFD7

HEX: #ADAFD7
RGB: (173,175,215)

Color info

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

RGB color model

#ADAFD7 color RGB value is (173,175,215).

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

RGB channels and saturation

R 173 of 255 = 68%
G 175 of 255 = 69%
B 215 of 255 = 84%

173
175
215

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

Portions of RGB colors in percentages

R + G + B =
173 + 175 + 215 = 563 (100%)
R 173 of 563 ~ 30.73%
G 175 of 563 ~ 31.08%
B 215 of 563 ~ 38.19%

%30.73
%31.08
%38.19

CMYK color model

#ADAFD7 color CMYK value is (20,19,0,16).

  • cyan value is 19.53%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(20,19,0,16)
C20M19Y0K16 
(20%,19%,0%,16%)
(0.20/0.19/0.00/0.16)	

CMYK percentages

%19.53
%18.6
%0
%15.69

Codes

Color #ADAFD7 in popluar color models

ADAFD7
RGB173175215
HSL237°34.43%76.08%
HSB/HSV237°19.53%84.31%
CMYK19.53%18.60%0.00%
15.69%

Color #ADAFD7 in popluar number systems.

HEXADAFD7
Decimal173175215
Binary101011011010111111010111
Octal255257327

Shades and tints

Shades of #ADAFD7

#ADAFD7
(173,175,215)
#9EA0C4
(158,160,196)
#8F91B1
(143,145,177)
#80829E
(128,130,158)
#71738B
(113,115,139)
#626478
(98,100,120)
#535565
(83,85,101)
#444652
(68,70,82)
#35373F
(53,55,63)
#26282C
(38,40,44)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #ADAFD7

#ADAFD7
(173,175,215)
#B4B6DA
(180,182,218)
#BBBDDD
(187,189,221)
#C2C4E0
(194,196,224)
#C9CBE3
(201,203,227)
#D0D2E6
(208,210,230)
#D7D9E9
(215,217,233)
#DEE0EC
(222,224,236)
#E5E7EF
(229,231,239)
#ECEEF2
(236,238,242)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAFD7; }

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

This text font color is #ADAFD7.


Background Color

.myBgColor { background-color: #ADAFD7; }

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

This div background color is #ADAFD7.


Border color

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

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

This div border color is #ADAFD7.


Opacity

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

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

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

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

This text has shadow with #ADAFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAFD7 on black background.


Color preview on white background

This text has color #ADAFD7 on white background.



Black color preview on #ADAFD7 background

This text has black color on #ADAFD7 background.


White color preview on #ADAFD7 background

This text has white color on #ADAFD7 background.