COLOR #ADC1FD

HEX: #ADC1FD RGB: (173,193,253)

Color info

#ADC1FD contains mainly blue color. Web safe color of #ADC1FD is #99CCFF (or #9CF).

RGB color model

#ADC1FD color RGB value is (173,193,253).

RGB: (173,193,253) (68%, 76%, 99%)

RGB channels and saturation

R 173 of 255 = 68%
G 193 of 255 = 76%
B 253 of 255 = 99%

173
193
253

R + G + B ~ 81%. #ADC1FD is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 193 + 253 = 619 (100%)
R 173 of 619 ~ 27.95%
G 193 of 619 ~ 31.18%
B 253 of 619 ~ 40.87'%

%27.95
%31.18
%40.87

CMYK color model

#ADC1FD color CMYK value is (32,24,0,1).

  • cyan value is 31.62%
  • magenta value is 23.72%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK: (32,24,0,1) C32M24Y0K1 (32%,24%,0%,1%) (0.32/0.24/0.00/0.01) 

CMYK percentages

%31.62
%23.72
%0
%0.78

Codes

Color #ADC1FD in popluar color models

AD C1 FD
RGB 173 193 253
HSL 225° 95.24% 83.53%
HSB/HSV 225° 31.62% 99.22%
CMYK 31.62% 23.72% 0.00%
0.78%

Color #ADC1FD in popluar number systems.

HEX AD C1 FD
Decimal 173 193 253
Binary 10101101 11000001 11111101
Octal 255 301 375

Shades and tints

Shades of #ADC1FD

#ADC1FD
(173,193,253)
#9EB0E6
(158,176,230)
#8F9FCF
(143,159,207)
#808EB8
(128,142,184)
#717DA1
(113,125,161)
#626C8A
(98,108,138)
#535B73
(83,91,115)
#444A5C
(68,74,92)
#353945
(53,57,69)
#26282E
(38,40,46)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #ADC1FD

#ADC1FD
(173,193,253)
#B4C6FD
(180,198,253)
#BBCBFD
(187,203,253)
#C2D0FD
(194,208,253)
#C9D5FD
(201,213,253)
#D0DAFD
(208,218,253)
#D7DFFD
(215,223,253)
#DEE4FD
(222,228,253)
#E5E9FD
(229,233,253)
#ECEEFD
(236,238,253)
#F3F3FD
(243,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC1FD color. Also use rgb(173,193,253) instead hex code.

Text Font Color

.myTextColor { color: #ADC1FD; }

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

This text font color is #ADC1FD.

Background Color

.myBgColor { background-color: #ADC1FD; }

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

This div background color is #ADC1FD.

Border color

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

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

This div border color is #ADC1FD.

Opacity

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

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

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

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

This text has shadow with #ADC1FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC1FD.

Preview

Color preview on black background

This text has color #ADC1FD on black background.


Color preview on white background

This text has color #ADC1FD on white background.


Black color preview on #ADC1FD background

This text has black color on #ADC1FD background.


White color preview on #ADC1FD background

This text has white color on #ADC1FD background.


Related colors

Complementary color

Complementary color for #hex is #523E02.


I love getcolorcode.com

Triadic colors

1 #FDADC1 and #C1FDAD with #ADC1FD are triadic colors.

2 #FDC1AD and #C1ADFD with #ADC1FD are triadic colors.