COLOR #ADCFDA

HEX: #ADCFDA RGB: (173,207,218)

Color info

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

RGB color model

#ADCFDA color RGB value is (173,207,218).

RGB: (173,207,218) (68%, 81%, 85%)

RGB channels and saturation

R 173 of 255 = 68%
G 207 of 255 = 81%
B 218 of 255 = 85%

173
207
218

R + G + B ~ 78%. #ADCFDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 207 + 218 = 598 (100%)
R 173 of 598 ~ 28.93%
G 207 of 598 ~ 34.62%
B 218 of 598 ~ 36.45'%

%28.93
%34.62
%36.45

CMYK color model

#ADCFDA color CMYK value is (21,5,0,15).

  • cyan value is 20.64%
  • magenta value is 5.05%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (21,5,0,15)
C21M5Y0K15 (21%, 5%, 0%, 15%)
(0.21 / 0.05 / 0.00 / 0.15)

CMYK percentages

%20.64
%5.05
%0
%14.51

Codes

Color #ADCFDA in popluar color models

AD CF DA
RGB 173 207 218
HSL 195° 37.82% 76.67%
HSB/HSV 195° 20.64% 85.49%
CMYK 20.64% 5.05% 0.00%
14.51%

Color #ADCFDA in popluar number systems.

HEX AD CF DA
Decimal 173 207 218
Binary 10101101 11001111 11011010
Octal 255 317 332

Shades and tints

Shades of #ADCFDA

#ADCFDA
(173,207,218)
#9EBDC7
(158,189,199)
#8FABB4
(143,171,180)
#8099A1
(128,153,161)
#71878E
(113,135,142)
#62757B
(98,117,123)
#536368
(83,99,104)
#445155
(68,81,85)
#353F42
(53,63,66)
#262D2F
(38,45,47)
#171B1C
(23,27,28)
#000000
(0,0,0)

Tints of #ADCFDA

#ADCFDA
(173,207,218)
#B4D3DD
(180,211,221)
#BBD7E0
(187,215,224)
#C2DBE3
(194,219,227)
#C9DFE6
(201,223,230)
#D0E3E9
(208,227,233)
#D7E7EC
(215,231,236)
#DEEBEF
(222,235,239)
#E5EFF2
(229,239,242)
#ECF3F5
(236,243,245)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCFDA color. Also use rgb(173,207,218) instead hex code.

Text Font Color

.myTextColor { color: #ADCFDA; }

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

This text font color is #ADCFDA.

Background Color

.myBgColor { background-color: #ADCFDA; }

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

This div background color is #ADCFDA.

Border color

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

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

This div border color is #ADCFDA.

Opacity

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

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

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

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

This text has shadow with #ADCFDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCFDA.

Preview

Color preview on black background

This text has color #ADCFDA on black background.


Color preview on white background

This text has color #ADCFDA on white background.


Black color preview on #ADCFDA background

This text has black color on #ADCFDA background.


White color preview on #ADCFDA background

This text has white color on #ADCFDA background.


Related colors

Complementary color

Complementary color for #hex is #523025.


I love getcolorcode.com

Triadic colors

1 #DAADCF and #CFDAAD with #ADCFDA are triadic colors.

2 #DACFAD and #CFADDA with #ADCFDA are triadic colors.