COLOR #ADC5CC

HEX: #ADC5CC RGB: (173,197,204)

Color info

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

RGB color model

#ADC5CC color RGB value is (173,197,204).

RGB: (173,197,204) (68%, 77%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 197 of 255 = 77%
B 204 of 255 = 80%

173
197
204

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

Portions of RGB colors in percentages

R + G + B = 173 + 197 + 204 = 574 (100%)
R 173 of 574 ~ 30.14%
G 197 of 574 ~ 34.32%
B 204 of 574 ~ 35.54'%

%30.14
%34.32
%35.54

CMYK color model

#ADC5CC color CMYK value is (15,3,0,20).

  • cyan value is 15.20%
  • magenta value is 3.43%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (15,3,0,20) C15M3Y0K20 (15%,3%,0%,20%) (0.15/0.03/0.00/0.20) 

CMYK percentages

%15.2
%3.43
%0
%20

Codes

Color #ADC5CC in popluar color models

AD C5 CC
RGB 173 197 204
HSL 194° 23.31% 73.92%
HSB/HSV 194° 15.20% 80.00%
CMYK 15.20% 3.43% 0.00%
20.00%

Color #ADC5CC in popluar number systems.

HEX AD C5 CC
Decimal 173 197 204
Binary 10101101 11000101 11001100
Octal 255 305 314

Shades and tints

Shades of #ADC5CC

#ADC5CC
(173,197,204)
#9EB4BA
(158,180,186)
#8FA3A8
(143,163,168)
#809296
(128,146,150)
#718184
(113,129,132)
#627072
(98,112,114)
#535F60
(83,95,96)
#444E4E
(68,78,78)
#353D3C
(53,61,60)
#262C2A
(38,44,42)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #ADC5CC

#ADC5CC
(173,197,204)
#B4CAD0
(180,202,208)
#BBCFD4
(187,207,212)
#C2D4D8
(194,212,216)
#C9D9DC
(201,217,220)
#D0DEE0
(208,222,224)
#D7E3E4
(215,227,228)
#DEE8E8
(222,232,232)
#E5EDEC
(229,237,236)
#ECF2F0
(236,242,240)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC5CC; }

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

This text font color is #ADC5CC.

Background Color

.myBgColor { background-color: #ADC5CC; }

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

This div background color is #ADC5CC.

Border color

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

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

This div border color is #ADC5CC.

Opacity

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

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

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

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

This text has shadow with #ADC5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC5CC.

Preview

Color preview on black background

This text has color #ADC5CC on black background.


Color preview on white background

This text has color #ADC5CC on white background.


Black color preview on #ADC5CC background

This text has black color on #ADC5CC background.


White color preview on #ADC5CC background

This text has white color on #ADC5CC background.


Related colors

Complementary color

Complementary color for #hex is #523A33.


I love getcolorcode.com

Triadic colors

1 #CCADC5 and #C5CCAD with #ADC5CC are triadic colors.

2 #CCC5AD and #C5ADCC with #ADC5CC are triadic colors.