COLOR #ADCED0

HEX: #ADCED0 RGB: (173,206,208)

Color info

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

RGB color model

#ADCED0 color RGB value is (173,206,208).

RGB: (173,206,208) (68%, 81%, 82%)

RGB channels and saturation

R 173 of 255 = 68%
G 206 of 255 = 81%
B 208 of 255 = 82%

173
206
208

R + G + B ~ 77%. #ADCED0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 206 + 208 = 587 (100%)
R 173 of 587 ~ 29.47%
G 206 of 587 ~ 35.09%
B 208 of 587 ~ 35.43'%

%29.47
%35.09
%35.43

CMYK color model

#ADCED0 color CMYK value is (17,1,0,18).

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

CMYK: (17,1,0,18)
C17M1Y0K18 (17%, 1%, 0%, 18%)
(0.17 / 0.01 / 0.00 / 0.18)

CMYK percentages

%16.83
%0.96
%0
%18.43

Codes

Color #ADCED0 in popluar color models

AD CE D0
RGB 173 206 208
HSL 183° 27.13% 74.71%
HSB/HSV 183° 16.83% 81.57%
CMYK 16.83% 0.96% 0.00%
18.43%

Color #ADCED0 in popluar number systems.

HEX AD CE D0
Decimal 173 206 208
Binary 10101101 11001110 11010000
Octal 255 316 320

Shades and tints

Shades of #ADCED0

#ADCED0
(173,206,208)
#9EBCBE
(158,188,190)
#8FAAAC
(143,170,172)
#80989A
(128,152,154)
#718688
(113,134,136)
#627476
(98,116,118)
#536264
(83,98,100)
#445052
(68,80,82)
#353E40
(53,62,64)
#262C2E
(38,44,46)
#171A1C
(23,26,28)
#000000
(0,0,0)

Tints of #ADCED0

#ADCED0
(173,206,208)
#B4D2D4
(180,210,212)
#BBD6D8
(187,214,216)
#C2DADC
(194,218,220)
#C9DEE0
(201,222,224)
#D0E2E4
(208,226,228)
#D7E6E8
(215,230,232)
#DEEAEC
(222,234,236)
#E5EEF0
(229,238,240)
#ECF2F4
(236,242,244)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCED0; }

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

This text font color is #ADCED0.

Background Color

.myBgColor { background-color: #ADCED0; }

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

This div background color is #ADCED0.

Border color

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

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

This div border color is #ADCED0.

Opacity

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

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

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

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

This text has shadow with #ADCED0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCED0.

Preview

Color preview on black background

This text has color #ADCED0 on black background.


Color preview on white background

This text has color #ADCED0 on white background.


Black color preview on #ADCED0 background

This text has black color on #ADCED0 background.


White color preview on #ADCED0 background

This text has white color on #ADCED0 background.


Related colors

Complementary color

Complementary color for #hex is #52312F.


I love getcolorcode.com

Triadic colors

1 #D0ADCE and #CED0AD with #ADCED0 are triadic colors.

2 #D0CEAD and #CEADD0 with #ADCED0 are triadic colors.