COLOR #ADAFDE

HEX: #ADAFDE RGB: (173,175,222)

Color info

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

RGB color model

#ADAFDE color RGB value is (173,175,222).

RGB: (173,175,222) (68%, 69%, 87%)

RGB channels and saturation

R 173 of 255 = 68%
G 175 of 255 = 69%
B 222 of 255 = 87%

173
175
222

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

Portions of RGB colors in percentages

R + G + B = 173 + 175 + 222 = 570 (100%)
R 173 of 570 ~ 30.35%
G 175 of 570 ~ 30.7%
B 222 of 570 ~ 38.95'%

%30.35
%30.7
%38.95

CMYK color model

#ADAFDE color CMYK value is (22,21,0,13).

  • cyan value is 22.07%
  • magenta value is 21.17%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (22,21,0,13) C22M21Y0K13 (22%,21%,0%,13%) (0.22/0.21/0.00/0.13) 

CMYK percentages

%22.07
%21.17
%0
%12.94

Codes

Color #ADAFDE in popluar color models

AD AF DE
RGB 173 175 222
HSL 238° 42.61% 77.45%
HSB/HSV 238° 22.07% 87.06%
CMYK 22.07% 21.17% 0.00%
12.94%

Color #ADAFDE in popluar number systems.

HEX AD AF DE
Decimal 173 175 222
Binary 10101101 10101111 11011110
Octal 255 257 336

Shades and tints

Shades of #ADAFDE

#ADAFDE
(173,175,222)
#9EA0CA
(158,160,202)
#8F91B6
(143,145,182)
#8082A2
(128,130,162)
#71738E
(113,115,142)
#62647A
(98,100,122)
#535566
(83,85,102)
#444652
(68,70,82)
#35373E
(53,55,62)
#26282A
(38,40,42)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #ADAFDE

#ADAFDE
(173,175,222)
#B4B6E1
(180,182,225)
#BBBDE4
(187,189,228)
#C2C4E7
(194,196,231)
#C9CBEA
(201,203,234)
#D0D2ED
(208,210,237)
#D7D9F0
(215,217,240)
#DEE0F3
(222,224,243)
#E5E7F6
(229,231,246)
#ECEEF9
(236,238,249)
#F3F5FC
(243,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAFDE; }

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

This text font color is #ADAFDE.

Background Color

.myBgColor { background-color: #ADAFDE; }

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

This div background color is #ADAFDE.

Border color

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

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

This div border color is #ADAFDE.

Opacity

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

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

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

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

This text has shadow with #ADAFDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAFDE.

Preview

Color preview on black background

This text has color #ADAFDE on black background.


Color preview on white background

This text has color #ADAFDE on white background.


Black color preview on #ADAFDE background

This text has black color on #ADAFDE background.


White color preview on #ADAFDE background

This text has white color on #ADAFDE background.


Related colors

Complementary color

Complementary color for #hex is #525021.


I love getcolorcode.com

Triadic colors

1 #DEADAF and #AFDEAD with #ADAFDE are triadic colors.

2 #DEAFAD and #AFADDE with #ADAFDE are triadic colors.