COLOR #ADCDF5

HEX: #ADCDF5 RGB: (173,205,245)

Color info

#ADCDF5 contains mainly green and blue colors. Web safe color of #ADCDF5 is #99CCFF (or #9CF).

RGB color model

#ADCDF5 color RGB value is (173,205,245).

RGB: (173,205,245) (68%, 80%, 96%)

RGB channels and saturation

R 173 of 255 = 68%
G 205 of 255 = 80%
B 245 of 255 = 96%

173
205
245

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

Portions of RGB colors in percentages

R + G + B = 173 + 205 + 245 = 623 (100%)
R 173 of 623 ~ 27.77%
G 205 of 623 ~ 32.91%
B 245 of 623 ~ 39.33'%

%27.77
%32.91
%39.33

CMYK color model

#ADCDF5 color CMYK value is (29,16,0,4).

  • cyan value is 29.39%
  • magenta value is 16.33%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (29,16,0,4)
C29M16Y0K4 (29%, 16%, 0%, 4%)
(0.29 / 0.16 / 0.00 / 0.04)

CMYK percentages

%29.39
%16.33
%0
%3.92

Codes

Color #ADCDF5 in popluar color models

AD CD F5
RGB 173 205 245
HSL 213° 78.26% 81.96%
HSB/HSV 213° 29.39% 96.08%
CMYK 29.39% 16.33% 0.00%
3.92%

Color #ADCDF5 in popluar number systems.

HEX AD CD F5
Decimal 173 205 245
Binary 10101101 11001101 11110101
Octal 255 315 365

Shades and tints

Shades of #ADCDF5

#ADCDF5
(173,205,245)
#9EBBDF
(158,187,223)
#8FA9C9
(143,169,201)
#8097B3
(128,151,179)
#71859D
(113,133,157)
#627387
(98,115,135)
#536171
(83,97,113)
#444F5B
(68,79,91)
#353D45
(53,61,69)
#262B2F
(38,43,47)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #ADCDF5

#ADCDF5
(173,205,245)
#B4D1F5
(180,209,245)
#BBD5F5
(187,213,245)
#C2D9F5
(194,217,245)
#C9DDF5
(201,221,245)
#D0E1F5
(208,225,245)
#D7E5F5
(215,229,245)
#DEE9F5
(222,233,245)
#E5EDF5
(229,237,245)
#ECF1F5
(236,241,245)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCDF5 color. Also use rgb(173,205,245) instead hex code.

Text Font Color

.myTextColor { color: #ADCDF5; }

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

This text font color is #ADCDF5.

Background Color

.myBgColor { background-color: #ADCDF5; }

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

This div background color is #ADCDF5.

Border color

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

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

This div border color is #ADCDF5.

Opacity

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

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

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

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

This text has shadow with #ADCDF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCDF5.

Preview

Color preview on black background

This text has color #ADCDF5 on black background.


Color preview on white background

This text has color #ADCDF5 on white background.


Black color preview on #ADCDF5 background

This text has black color on #ADCDF5 background.


White color preview on #ADCDF5 background

This text has white color on #ADCDF5 background.


Related colors

Complementary color

Complementary color for #hex is #52320A.


I love getcolorcode.com

Triadic colors

1 #F5ADCD and #CDF5AD with #ADCDF5 are triadic colors.

2 #F5CDAD and #CDADF5 with #ADCDF5 are triadic colors.