COLOR #ADC7C5

HEX: #ADC7C5 RGB: (173,199,197)

Color info

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

RGB color model

#ADC7C5 color RGB value is (173,199,197).

RGB: (173,199,197) (68%, 78%, 77%)

RGB channels and saturation

R 173 of 255 = 68%
G 199 of 255 = 78%
B 197 of 255 = 77%

173
199
197

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

Portions of RGB colors in percentages

R + G + B = 173 + 199 + 197 = 569 (100%)
R 173 of 569 ~ 30.4%
G 199 of 569 ~ 34.97%
B 197 of 569 ~ 34.62'%

%30.4
%34.97
%34.62

CMYK color model

#ADC7C5 color CMYK value is (13,0,1,22).

  • cyan value is 13.07%
  • magenta value is 0.00%
  • yellow value is 1.01%
  • key color value is 21.96%

CMYK: (13,0,1,22)
C13M0Y1K22 (13%, 0%, 1%, 22%)
(0.13 / 0.00 / 0.01 / 0.22)

CMYK percentages

%13.07
%0
%1.01
%21.96

Codes

Color #ADC7C5 in popluar color models

AD C7 C5
RGB 173 199 197
HSL 175° 18.84% 72.94%
HSB/HSV 175° 13.07% 78.04%
CMYK 13.07% 0.00% 1.01%
21.96%

Color #ADC7C5 in popluar number systems.

HEX AD C7 C5
Decimal 173 199 197
Binary 10101101 11000111 11000101
Octal 255 307 305

Shades and tints

Shades of #ADC7C5

#ADC7C5
(173,199,197)
#9EB5B4
(158,181,180)
#8FA3A3
(143,163,163)
#809192
(128,145,146)
#717F81
(113,127,129)
#626D70
(98,109,112)
#535B5F
(83,91,95)
#44494E
(68,73,78)
#35373D
(53,55,61)
#26252C
(38,37,44)
#17131B
(23,19,27)
#000000
(0,0,0)

Tints of #ADC7C5

#ADC7C5
(173,199,197)
#B4CCCA
(180,204,202)
#BBD1CF
(187,209,207)
#C2D6D4
(194,214,212)
#C9DBD9
(201,219,217)
#D0E0DE
(208,224,222)
#D7E5E3
(215,229,227)
#DEEAE8
(222,234,232)
#E5EFED
(229,239,237)
#ECF4F2
(236,244,242)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC7C5; }

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

This text font color is #ADC7C5.

Background Color

.myBgColor { background-color: #ADC7C5; }

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

This div background color is #ADC7C5.

Border color

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

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

This div border color is #ADC7C5.

Opacity

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

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

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

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

This text has shadow with #ADC7C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC7C5.

Preview

Color preview on black background

This text has color #ADC7C5 on black background.


Color preview on white background

This text has color #ADC7C5 on white background.


Black color preview on #ADC7C5 background

This text has black color on #ADC7C5 background.


White color preview on #ADC7C5 background

This text has white color on #ADC7C5 background.


Related colors

Complementary color

Complementary color for #hex is #52383A.


I love getcolorcode.com

Triadic colors

1 #C5ADC7 and #C7C5AD with #ADC7C5 are triadic colors.

2 #C5C7AD and #C7ADC5 with #ADC7C5 are triadic colors.