COLOR #ADC5C3

HEX: #ADC5C3
RGB: (173,197,195)

Color info

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

RGB color model

#ADC5C3 color RGB value is (173,197,195).

  • red value is 173;
  • green value is 197;
  • blue value is 195.
RGB:
(173,197,195)
(68%,77%,76%)

RGB channels and saturation

R 173 of 255 = 68%
G 197 of 255 = 77%
B 195 of 255 = 76%

173
197
195

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

Portions of RGB colors in percentages

R + G + B =
173 + 197 + 195 = 565 (100%)
R 173 of 565 ~ 30.62%
G 197 of 565 ~ 34.87%
B 195 of 565 ~ 34.51%

%30.62
%34.87
%34.51

CMYK color model

#ADC5C3 color CMYK value is (12,0,1,23).

  • cyan value is 12.18%
  • magenta value is 0.00%
  • yellow value is 1.02%
  • key color value is 22.75%
CMYK:
(12,0,1,23)
C12M0Y1K23 
(12%,0%,1%,23%)
(0.12/0.00/0.01/0.23)	

CMYK percentages

%12.18
%0
%1.02
%22.75

Codes

Color #ADC5C3 in popluar color models

ADC5C3
RGB173197195
HSL175°17.14%72.55%
HSB/HSV175°12.18%77.25%
CMYK12.18%0.00%1.02%
22.75%

Color #ADC5C3 in popluar number systems.

HEXADC5C3
Decimal173197195
Binary101011011100010111000011
Octal255305303

Shades and tints

Shades of #ADC5C3

#ADC5C3
(173,197,195)
#9EB4B2
(158,180,178)
#8FA3A1
(143,163,161)
#809290
(128,146,144)
#71817F
(113,129,127)
#62706E
(98,112,110)
#535F5D
(83,95,93)
#444E4C
(68,78,76)
#353D3B
(53,61,59)
#262C2A
(38,44,42)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #ADC5C3

#ADC5C3
(173,197,195)
#B4CAC8
(180,202,200)
#BBCFCD
(187,207,205)
#C2D4D2
(194,212,210)
#C9D9D7
(201,217,215)
#D0DEDC
(208,222,220)
#D7E3E1
(215,227,225)
#DEE8E6
(222,232,230)
#E5EDEB
(229,237,235)
#ECF2F0
(236,242,240)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC5C3; }

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

This text font color is #ADC5C3.


Background Color

.myBgColor { background-color: #ADC5C3; }

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

This div background color is #ADC5C3.


Border color

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

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

This div border color is #ADC5C3.


Opacity

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

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

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

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

This text has shadow with #ADC5C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC5C3 on black background.


Color preview on white background

This text has color #ADC5C3 on white background.



Black color preview on #ADC5C3 background

This text has black color on #ADC5C3 background.


White color preview on #ADC5C3 background

This text has white color on #ADC5C3 background.