COLOR #ADC0CF

HEX: #ADC0CF RGB: (173,192,207)

Color info

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

RGB color model

#ADC0CF color RGB value is (173,192,207).

RGB: (173,192,207) (68%, 75%, 81%)

RGB channels and saturation

R 173 of 255 = 68%
G 192 of 255 = 75%
B 207 of 255 = 81%

173
192
207

R + G + B ~ 75%. #ADC0CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 192 + 207 = 572 (100%)
R 173 of 572 ~ 30.24%
G 192 of 572 ~ 33.57%
B 207 of 572 ~ 36.19'%

%30.24
%33.57
%36.19

CMYK color model

#ADC0CF color CMYK value is (16,7,0,19).

  • cyan value is 16.43%
  • magenta value is 7.25%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (16,7,0,19)
C16M7Y0K19 (16%, 7%, 0%, 19%)
(0.16 / 0.07 / 0.00 / 0.19)

CMYK percentages

%16.43
%7.25
%0
%18.82

Codes

Color #ADC0CF in popluar color models

AD C0 CF
RGB 173 192 207
HSL 206° 26.15% 74.51%
HSB/HSV 206° 16.43% 81.18%
CMYK 16.43% 7.25% 0.00%
18.82%

Color #ADC0CF in popluar number systems.

HEX AD C0 CF
Decimal 173 192 207
Binary 10101101 11000000 11001111
Octal 255 300 317

Shades and tints

Shades of #ADC0CF

#ADC0CF
(173,192,207)
#9EAFBD
(158,175,189)
#8F9EAB
(143,158,171)
#808D99
(128,141,153)
#717C87
(113,124,135)
#626B75
(98,107,117)
#535A63
(83,90,99)
#444951
(68,73,81)
#35383F
(53,56,63)
#26272D
(38,39,45)
#17161B
(23,22,27)
#000000
(0,0,0)

Tints of #ADC0CF

#ADC0CF
(173,192,207)
#B4C5D3
(180,197,211)
#BBCAD7
(187,202,215)
#C2CFDB
(194,207,219)
#C9D4DF
(201,212,223)
#D0D9E3
(208,217,227)
#D7DEE7
(215,222,231)
#DEE3EB
(222,227,235)
#E5E8EF
(229,232,239)
#ECEDF3
(236,237,243)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC0CF; }

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

This text font color is #ADC0CF.

Background Color

.myBgColor { background-color: #ADC0CF; }

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

This div background color is #ADC0CF.

Border color

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

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

This div border color is #ADC0CF.

Opacity

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

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

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

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

This text has shadow with #ADC0CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC0CF.

Preview

Color preview on black background

This text has color #ADC0CF on black background.


Color preview on white background

This text has color #ADC0CF on white background.


Black color preview on #ADC0CF background

This text has black color on #ADC0CF background.


White color preview on #ADC0CF background

This text has white color on #ADC0CF background.


Related colors

Complementary color

Complementary color for #hex is #523F30.


I love getcolorcode.com

Triadic colors

1 #CFADC0 and #C0CFAD with #ADC0CF are triadic colors.

2 #CFC0AD and #C0ADCF with #ADC0CF are triadic colors.