COLOR #ADC7C7

HEX: #ADC7C7
RGB: (173,199,199)

Color info

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

RGB color model

#ADC7C7 color RGB value is (173,199,199).

  • red value is 173;
  • green value is 199;
  • blue value is 199.
RGB:
(173,199,199)
(68%,78%,78%)

RGB channels and saturation

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

173
199
199

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

Portions of RGB colors in percentages

R + G + B =
173 + 199 + 199 = 571 (100%)
R 173 of 571 ~ 30.3%
G 199 of 571 ~ 34.85%
B 199 of 571 ~ 34.85%

%30.3
%34.85
%34.85

CMYK color model

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

  • cyan value is 13.07%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(13,0,0,22)
C13M0Y0K22 
(13%,0%,0%,22%)
(0.13/0.00/0.00/0.22)	

CMYK percentages

%13.07
%0
%0
%21.96

Codes

Color #ADC7C7 in popluar color models

ADC7C7
RGB173199199
HSL180°18.84%72.94%
HSB/HSV180°13.07%78.04%
CMYK13.07%0.00%0.00%
21.96%

Color #ADC7C7 in popluar number systems.

HEXADC7C7
Decimal173199199
Binary101011011100011111000111
Octal255307307

Shades and tints

Shades of #ADC7C7

#ADC7C7
(173,199,199)
#9EB5B5
(158,181,181)
#8FA3A3
(143,163,163)
#809191
(128,145,145)
#717F7F
(113,127,127)
#626D6D
(98,109,109)
#535B5B
(83,91,91)
#444949
(68,73,73)
#353737
(53,55,55)
#262525
(38,37,37)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #ADC7C7

#ADC7C7
(173,199,199)
#B4CCCC
(180,204,204)
#BBD1D1
(187,209,209)
#C2D6D6
(194,214,214)
#C9DBDB
(201,219,219)
#D0E0E0
(208,224,224)
#D7E5E5
(215,229,229)
#DEEAEA
(222,234,234)
#E5EFEF
(229,239,239)
#ECF4F4
(236,244,244)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC7C7; }

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

This text font color is #ADC7C7.


Background Color

.myBgColor { background-color: #ADC7C7; }

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

This div background color is #ADC7C7.


Border color

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

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

This div border color is #ADC7C7.


Opacity

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

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

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

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

This text has shadow with #ADC7C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC7C7 on black background.


Color preview on white background

This text has color #ADC7C7 on white background.



Black color preview on #ADC7C7 background

This text has black color on #ADC7C7 background.


White color preview on #ADC7C7 background

This text has white color on #ADC7C7 background.