COLOR #ADC4CF

HEX: #ADC4CF RGB: (173,196,207)

Color info

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

RGB color model

#ADC4CF color RGB value is (173,196,207).

RGB: (173,196,207) (68%, 77%, 81%)

RGB channels and saturation

R 173 of 255 = 68%
G 196 of 255 = 77%
B 207 of 255 = 81%

173
196
207

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

Portions of RGB colors in percentages

R + G + B = 173 + 196 + 207 = 576 (100%)
R 173 of 576 ~ 30.03%
G 196 of 576 ~ 34.03%
B 207 of 576 ~ 35.94'%

%30.03
%34.03
%35.94

CMYK color model

#ADC4CF color CMYK value is (16,5,0,19).

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

CMYK: (16,5,0,19)
C16M5Y0K19 (16%, 5%, 0%, 19%)
(0.16 / 0.05 / 0.00 / 0.19)

CMYK percentages

%16.43
%5.31
%0
%18.82

Codes

Color #ADC4CF in popluar color models

AD C4 CF
RGB 173 196 207
HSL 199° 26.15% 74.51%
HSB/HSV 199° 16.43% 81.18%
CMYK 16.43% 5.31% 0.00%
18.82%

Color #ADC4CF in popluar number systems.

HEX AD C4 CF
Decimal 173 196 207
Binary 10101101 11000100 11001111
Octal 255 304 317

Shades and tints

Shades of #ADC4CF

#ADC4CF
(173,196,207)
#9EB3BD
(158,179,189)
#8FA2AB
(143,162,171)
#809199
(128,145,153)
#718087
(113,128,135)
#626F75
(98,111,117)
#535E63
(83,94,99)
#444D51
(68,77,81)
#353C3F
(53,60,63)
#262B2D
(38,43,45)
#171A1B
(23,26,27)
#000000
(0,0,0)

Tints of #ADC4CF

#ADC4CF
(173,196,207)
#B4C9D3
(180,201,211)
#BBCED7
(187,206,215)
#C2D3DB
(194,211,219)
#C9D8DF
(201,216,223)
#D0DDE3
(208,221,227)
#D7E2E7
(215,226,231)
#DEE7EB
(222,231,235)
#E5ECEF
(229,236,239)
#ECF1F3
(236,241,243)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC4CF; }

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

This text font color is #ADC4CF.

Background Color

.myBgColor { background-color: #ADC4CF; }

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

This div background color is #ADC4CF.

Border color

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

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

This div border color is #ADC4CF.

Opacity

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

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

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

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

This text has shadow with #ADC4CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC4CF.

Preview

Color preview on black background

This text has color #ADC4CF on black background.


Color preview on white background

This text has color #ADC4CF on white background.


Black color preview on #ADC4CF background

This text has black color on #ADC4CF background.


White color preview on #ADC4CF background

This text has white color on #ADC4CF background.


Related colors

Complementary color

Complementary color for #hex is #523B30.


I love getcolorcode.com

Triadic colors

1 #CFADC4 and #C4CFAD with #ADC4CF are triadic colors.

2 #CFC4AD and #C4ADCF with #ADC4CF are triadic colors.