COLOR #ADC1C3

HEX: #ADC1C3 RGB: (173,193,195)

Color info

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

RGB color model

#ADC1C3 color RGB value is (173,193,195).

RGB: (173,193,195) (68%, 76%, 76%)

RGB channels and saturation

R 173 of 255 = 68%
G 193 of 255 = 76%
B 195 of 255 = 76%

173
193
195

R + G + B ~ 73%. #ADC1C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 193 + 195 = 561 (100%)
R 173 of 561 ~ 30.84%
G 193 of 561 ~ 34.4%
B 195 of 561 ~ 34.76'%

%30.84
%34.4
%34.76

CMYK color model

#ADC1C3 color CMYK value is (11,1,0,24).

  • cyan value is 11.28%
  • magenta value is 1.03%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK: (11,1,0,24) C11M1Y0K24 (11%,1%,0%,24%) (0.11/0.01/0.00/0.24) 

CMYK percentages

%11.28
%1.03
%0
%23.53

Codes

Color #ADC1C3 in popluar color models

AD C1 C3
RGB 173 193 195
HSL 185° 15.49% 72.16%
HSB/HSV 185° 11.28% 76.47%
CMYK 11.28% 1.03% 0.00%
23.53%

Color #ADC1C3 in popluar number systems.

HEX AD C1 C3
Decimal 173 193 195
Binary 10101101 11000001 11000011
Octal 255 301 303

Shades and tints

Shades of #ADC1C3

#ADC1C3
(173,193,195)
#9EB0B2
(158,176,178)
#8F9FA1
(143,159,161)
#808E90
(128,142,144)
#717D7F
(113,125,127)
#626C6E
(98,108,110)
#535B5D
(83,91,93)
#444A4C
(68,74,76)
#35393B
(53,57,59)
#26282A
(38,40,42)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #ADC1C3

#ADC1C3
(173,193,195)
#B4C6C8
(180,198,200)
#BBCBCD
(187,203,205)
#C2D0D2
(194,208,210)
#C9D5D7
(201,213,215)
#D0DADC
(208,218,220)
#D7DFE1
(215,223,225)
#DEE4E6
(222,228,230)
#E5E9EB
(229,233,235)
#ECEEF0
(236,238,240)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC1C3; }

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

This text font color is #ADC1C3.


Background Color

.myBgColor { background-color: #ADC1C3; }

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

This div background color is #ADC1C3.


Border color

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

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

This div border color is #ADC1C3.


Opacity

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

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

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

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

This text has shadow with #ADC1C3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ADC1C3 on black background.


Color preview on white background

This text has color #ADC1C3 on white background.



Black color preview on #ADC1C3 background

This text has black color on #ADC1C3 background.


White color preview on #ADC1C3 background

This text has white color on #ADC1C3 background.