COLOR #ADC0CC

HEX: #ADC0CC RGB: (173,192,204)

Color info

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

RGB color model

#ADC0CC color RGB value is (173,192,204).

RGB: (173,192,204) (68%, 75%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 192 of 255 = 75%
B 204 of 255 = 80%

173
192
204

R + G + B ~ 74%. #ADC0CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 192 + 204 = 569 (100%)
R 173 of 569 ~ 30.4%
G 192 of 569 ~ 33.74%
B 204 of 569 ~ 35.85'%

%30.4
%33.74
%35.85

CMYK color model

#ADC0CC color CMYK value is (15,6,0,20).

  • cyan value is 15.20%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (15,6,0,20)
C15M6Y0K20 (15%, 6%, 0%, 20%)
(0.15 / 0.06 / 0.00 / 0.20)

CMYK percentages

%15.2
%5.88
%0
%20

Codes

Color #ADC0CC in popluar color models

AD C0 CC
RGB 173 192 204
HSL 203° 23.31% 73.92%
HSB/HSV 203° 15.20% 80.00%
CMYK 15.20% 5.88% 0.00%
20.00%

Color #ADC0CC in popluar number systems.

HEX AD C0 CC
Decimal 173 192 204
Binary 10101101 11000000 11001100
Octal 255 300 314

Shades and tints

Shades of #ADC0CC

#ADC0CC
(173,192,204)
#9EAFBA
(158,175,186)
#8F9EA8
(143,158,168)
#808D96
(128,141,150)
#717C84
(113,124,132)
#626B72
(98,107,114)
#535A60
(83,90,96)
#44494E
(68,73,78)
#35383C
(53,56,60)
#26272A
(38,39,42)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #ADC0CC

#ADC0CC
(173,192,204)
#B4C5D0
(180,197,208)
#BBCAD4
(187,202,212)
#C2CFD8
(194,207,216)
#C9D4DC
(201,212,220)
#D0D9E0
(208,217,224)
#D7DEE4
(215,222,228)
#DEE3E8
(222,227,232)
#E5E8EC
(229,232,236)
#ECEDF0
(236,237,240)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC0CC; }

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

This text font color is #ADC0CC.

Background Color

.myBgColor { background-color: #ADC0CC; }

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

This div background color is #ADC0CC.

Border color

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

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

This div border color is #ADC0CC.

Opacity

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

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

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

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

This text has shadow with #ADC0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC0CC.

Preview

Color preview on black background

This text has color #ADC0CC on black background.


Color preview on white background

This text has color #ADC0CC on white background.


Black color preview on #ADC0CC background

This text has black color on #ADC0CC background.


White color preview on #ADC0CC background

This text has white color on #ADC0CC background.


Related colors

Complementary color

Complementary color for #hex is #523F33.


I love getcolorcode.com

Triadic colors

1 #CCADC0 and #C0CCAD with #ADC0CC are triadic colors.

2 #CCC0AD and #C0ADCC with #ADC0CC are triadic colors.