COLOR #ADCDC3

HEX: #ADCDC3 RGB: (173,205,195)

Color info

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

RGB color model

#ADCDC3 color RGB value is (173,205,195).

RGB: (173,205,195) (68%, 80%, 76%)

RGB channels and saturation

R 173 of 255 = 68%
G 205 of 255 = 80%
B 195 of 255 = 76%

173
205
195

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

Portions of RGB colors in percentages

R + G + B = 173 + 205 + 195 = 573 (100%)
R 173 of 573 ~ 30.19%
G 205 of 573 ~ 35.78%
B 195 of 573 ~ 34.03'%

%30.19
%35.78
%34.03

CMYK color model

#ADCDC3 color CMYK value is (16,0,5,20).

  • cyan value is 15.61%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 19.61%

CMYK: (16,0,5,20)
C16M0Y5K20 (16%, 0%, 5%, 20%)
(0.16 / 0.00 / 0.05 / 0.20)

CMYK percentages

%15.61
%0
%4.88
%19.61

Codes

Color #ADCDC3 in popluar color models

AD CD C3
RGB 173 205 195
HSL 161° 24.24% 74.12%
HSB/HSV 161° 15.61% 80.39%
CMYK 15.61% 0.00% 4.88%
19.61%

Color #ADCDC3 in popluar number systems.

HEX AD CD C3
Decimal 173 205 195
Binary 10101101 11001101 11000011
Octal 255 315 303

Shades and tints

Shades of #ADCDC3

#ADCDC3
(173,205,195)
#9EBBB2
(158,187,178)
#8FA9A1
(143,169,161)
#809790
(128,151,144)
#71857F
(113,133,127)
#62736E
(98,115,110)
#53615D
(83,97,93)
#444F4C
(68,79,76)
#353D3B
(53,61,59)
#262B2A
(38,43,42)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #ADCDC3

#ADCDC3
(173,205,195)
#B4D1C8
(180,209,200)
#BBD5CD
(187,213,205)
#C2D9D2
(194,217,210)
#C9DDD7
(201,221,215)
#D0E1DC
(208,225,220)
#D7E5E1
(215,229,225)
#DEE9E6
(222,233,230)
#E5EDEB
(229,237,235)
#ECF1F0
(236,241,240)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCDC3; }

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

This text font color is #ADCDC3.

Background Color

.myBgColor { background-color: #ADCDC3; }

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

This div background color is #ADCDC3.

Border color

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

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

This div border color is #ADCDC3.

Opacity

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

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

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

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

This text has shadow with #ADCDC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCDC3.

Preview

Color preview on black background

This text has color #ADCDC3 on black background.


Color preview on white background

This text has color #ADCDC3 on white background.


Black color preview on #ADCDC3 background

This text has black color on #ADCDC3 background.


White color preview on #ADCDC3 background

This text has white color on #ADCDC3 background.


Related colors

Complementary color

Complementary color for #hex is #52323C.


I love getcolorcode.com

Triadic colors

1 #C3ADCD and #CDC3AD with #ADCDC3 are triadic colors.

2 #C3CDAD and #CDADC3 with #ADCDC3 are triadic colors.