COLOR #ADC9C1

HEX: #ADC9C1
RGB: (173,201,193)

Color info

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

RGB color model

#ADC9C1 color RGB value is (173,201,193).

  • red value is 173;
  • green value is 201;
  • blue value is 193.
RGB:
(173,201,193)
(68%,79%,76%)

RGB channels and saturation

R 173 of 255 = 68%
G 201 of 255 = 79%
B 193 of 255 = 76%

173
201
193

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

Portions of RGB colors in percentages

R + G + B =
173 + 201 + 193 = 567 (100%)
R 173 of 567 ~ 30.51%
G 201 of 567 ~ 35.45%
B 193 of 567 ~ 34.04%

%30.51
%35.45
%34.04

CMYK color model

#ADC9C1 color CMYK value is (14,0,4,21).

  • cyan value is 13.93%
  • magenta value is 0.00%
  • yellow value is 3.98%
  • key color value is 21.18%
CMYK:
(14,0,4,21)
C14M0Y4K21 
(14%,0%,4%,21%)
(0.14/0.00/0.04/0.21)	

CMYK percentages

%13.93
%0
%3.98
%21.18

Codes

Color #ADC9C1 in popluar color models

ADC9C1
RGB173201193
HSL163°20.59%73.33%
HSB/HSV163°13.93%78.82%
CMYK13.93%0.00%3.98%
21.18%

Color #ADC9C1 in popluar number systems.

HEXADC9C1
Decimal173201193
Binary101011011100100111000001
Octal255311301

Shades and tints

Shades of #ADC9C1

#ADC9C1
(173,201,193)
#9EB7B0
(158,183,176)
#8FA59F
(143,165,159)
#80938E
(128,147,142)
#71817D
(113,129,125)
#626F6C
(98,111,108)
#535D5B
(83,93,91)
#444B4A
(68,75,74)
#353939
(53,57,57)
#262728
(38,39,40)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #ADC9C1

#ADC9C1
(173,201,193)
#B4CDC6
(180,205,198)
#BBD1CB
(187,209,203)
#C2D5D0
(194,213,208)
#C9D9D5
(201,217,213)
#D0DDDA
(208,221,218)
#D7E1DF
(215,225,223)
#DEE5E4
(222,229,228)
#E5E9E9
(229,233,233)
#ECEDEE
(236,237,238)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC9C1; }

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

This text font color is #ADC9C1.


Background Color

.myBgColor { background-color: #ADC9C1; }

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

This div background color is #ADC9C1.


Border color

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

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

This div border color is #ADC9C1.


Opacity

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

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

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

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

This text has shadow with #ADC9C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC9C1 on black background.


Color preview on white background

This text has color #ADC9C1 on white background.



Black color preview on #ADC9C1 background

This text has black color on #ADC9C1 background.


White color preview on #ADC9C1 background

This text has white color on #ADC9C1 background.