COLOR #ADC5D0

HEX: #ADC5D0 RGB: (173,197,208)

Color info

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

RGB color model

#ADC5D0 color RGB value is (173,197,208).

RGB: (173,197,208) (68%, 77%, 82%)

RGB channels and saturation

R 173 of 255 = 68%
G 197 of 255 = 77%
B 208 of 255 = 82%

173
197
208

R + G + B ~ 76%. #ADC5D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 197 + 208 = 578 (100%)
R 173 of 578 ~ 29.93%
G 197 of 578 ~ 34.08%
B 208 of 578 ~ 35.99'%

%29.93
%34.08
%35.99

CMYK color model

#ADC5D0 color CMYK value is (17,5,0,18).

  • cyan value is 16.83%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (17,5,0,18)
C17M5Y0K18 (17%, 5%, 0%, 18%)
(0.17 / 0.05 / 0.00 / 0.18)

CMYK percentages

%16.83
%5.29
%0
%18.43

Codes

Color #ADC5D0 in popluar color models

AD C5 D0
RGB 173 197 208
HSL 199° 27.13% 74.71%
HSB/HSV 199° 16.83% 81.57%
CMYK 16.83% 5.29% 0.00%
18.43%

Color #ADC5D0 in popluar number systems.

HEX AD C5 D0
Decimal 173 197 208
Binary 10101101 11000101 11010000
Octal 255 305 320

Shades and tints

Shades of #ADC5D0

#ADC5D0
(173,197,208)
#9EB4BE
(158,180,190)
#8FA3AC
(143,163,172)
#80929A
(128,146,154)
#718188
(113,129,136)
#627076
(98,112,118)
#535F64
(83,95,100)
#444E52
(68,78,82)
#353D40
(53,61,64)
#262C2E
(38,44,46)
#171B1C
(23,27,28)
#000000
(0,0,0)

Tints of #ADC5D0

#ADC5D0
(173,197,208)
#B4CAD4
(180,202,212)
#BBCFD8
(187,207,216)
#C2D4DC
(194,212,220)
#C9D9E0
(201,217,224)
#D0DEE4
(208,222,228)
#D7E3E8
(215,227,232)
#DEE8EC
(222,232,236)
#E5EDF0
(229,237,240)
#ECF2F4
(236,242,244)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC5D0 color. Also use rgb(173,197,208) instead hex code.

Text Font Color

.myTextColor { color: #ADC5D0; }

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

This text font color is #ADC5D0.

Background Color

.myBgColor { background-color: #ADC5D0; }

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

This div background color is #ADC5D0.

Border color

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

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

This div border color is #ADC5D0.

Opacity

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

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

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

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

This text has shadow with #ADC5D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC5D0.

Preview

Color preview on black background

This text has color #ADC5D0 on black background.


Color preview on white background

This text has color #ADC5D0 on white background.


Black color preview on #ADC5D0 background

This text has black color on #ADC5D0 background.


White color preview on #ADC5D0 background

This text has white color on #ADC5D0 background.


Related colors

Complementary color

Complementary color for #hex is #523A2F.


I love getcolorcode.com

Triadic colors

1 #D0ADC5 and #C5D0AD with #ADC5D0 are triadic colors.

2 #D0C5AD and #C5ADD0 with #ADC5D0 are triadic colors.