COLOR #ADC2C3

HEX: #ADC2C3 RGB: (173,194,195)

Color info

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

RGB color model

#ADC2C3 color RGB value is (173,194,195).

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

RGB channels and saturation

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

173
194
195

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

Portions of RGB colors in percentages

R + G + B = 173 + 194 + 195 = 562 (100%)
R 173 of 562 ~ 30.78%
G 194 of 562 ~ 34.52%
B 195 of 562 ~ 34.7'%

%30.78
%34.52
%34.7

CMYK color model

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

  • cyan value is 11.28%
  • magenta value is 0.51%
  • 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
%0.51
%0
%23.53

Codes

Color #ADC2C3 in popluar color models

AD C2 C3
RGB 173 194 195
HSL 183° 15.49% 72.16%
HSB/HSV 183° 11.28% 76.47%
CMYK 11.28% 0.51% 0.00%
23.53%

Color #ADC2C3 in popluar number systems.

HEX AD C2 C3
Decimal 173 194 195
Binary 10101101 11000010 11000011
Octal 255 302 303

Shades and tints

Shades of #ADC2C3

#ADC2C3
(173,194,195)
#9EB1B2
(158,177,178)
#8FA0A1
(143,160,161)
#808F90
(128,143,144)
#717E7F
(113,126,127)
#626D6E
(98,109,110)
#535C5D
(83,92,93)
#444B4C
(68,75,76)
#353A3B
(53,58,59)
#26292A
(38,41,42)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #ADC2C3

#ADC2C3
(173,194,195)
#B4C7C8
(180,199,200)
#BBCCCD
(187,204,205)
#C2D1D2
(194,209,210)
#C9D6D7
(201,214,215)
#D0DBDC
(208,219,220)
#D7E0E1
(215,224,225)
#DEE5E6
(222,229,230)
#E5EAEB
(229,234,235)
#ECEFF0
(236,239,240)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC2C3; }

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

This text font color is #ADC2C3.

Background Color

.myBgColor { background-color: #ADC2C3; }

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

This div background color is #ADC2C3.

Border color

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

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

This div border color is #ADC2C3.

Opacity

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

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

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

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

This text has shadow with #ADC2C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC2C3.

Preview

Color preview on black background

This text has color #ADC2C3 on black background.


Color preview on white background

This text has color #ADC2C3 on white background.


Black color preview on #ADC2C3 background

This text has black color on #ADC2C3 background.


White color preview on #ADC2C3 background

This text has white color on #ADC2C3 background.


Related colors

Complementary color

Complementary color for #hex is #523D3C.


I love getcolorcode.com

Triadic colors

1 #C3ADC2 and #C2C3AD with #ADC2C3 are triadic colors.

2 #C3C2AD and #C2ADC3 with #ADC2C3 are triadic colors.