COLOR #ADC4C3

HEX: #ADC4C3 RGB: (173,196,195)

Color info

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

RGB color model

#ADC4C3 color RGB value is (173,196,195).

RGB: (173,196,195) (68%, 77%, 76%)

RGB channels and saturation

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

173
196
195

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

Portions of RGB colors in percentages

R + G + B = 173 + 196 + 195 = 564 (100%)
R 173 of 564 ~ 30.67%
G 196 of 564 ~ 34.75%
B 195 of 564 ~ 34.57'%

%30.67
%34.75
%34.57

CMYK color model

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

  • cyan value is 11.73%
  • magenta value is 0.00%
  • yellow value is 0.51%
  • key color value is 23.14%

CMYK: (12,0,1,23)
C12M0Y1K23 (12%, 0%, 1%, 23%)
(0.12 / 0.00 / 0.01 / 0.23)

CMYK percentages

%11.73
%0
%0.51
%23.14

Codes

Color #ADC4C3 in popluar color models

AD C4 C3
RGB 173 196 195
HSL 177° 16.31% 72.35%
HSB/HSV 177° 11.73% 76.86%
CMYK 11.73% 0.00% 0.51%
23.14%

Color #ADC4C3 in popluar number systems.

HEX AD C4 C3
Decimal 173 196 195
Binary 10101101 11000100 11000011
Octal 255 304 303

Shades and tints

Shades of #ADC4C3

#ADC4C3
(173,196,195)
#9EB3B2
(158,179,178)
#8FA2A1
(143,162,161)
#809190
(128,145,144)
#71807F
(113,128,127)
#626F6E
(98,111,110)
#535E5D
(83,94,93)
#444D4C
(68,77,76)
#353C3B
(53,60,59)
#262B2A
(38,43,42)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #ADC4C3

#ADC4C3
(173,196,195)
#B4C9C8
(180,201,200)
#BBCECD
(187,206,205)
#C2D3D2
(194,211,210)
#C9D8D7
(201,216,215)
#D0DDDC
(208,221,220)
#D7E2E1
(215,226,225)
#DEE7E6
(222,231,230)
#E5ECEB
(229,236,235)
#ECF1F0
(236,241,240)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC4C3; }

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

This text font color is #ADC4C3.

Background Color

.myBgColor { background-color: #ADC4C3; }

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

This div background color is #ADC4C3.

Border color

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

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

This div border color is #ADC4C3.

Opacity

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

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

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

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

This text has shadow with #ADC4C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC4C3.

Preview

Color preview on black background

This text has color #ADC4C3 on black background.


Color preview on white background

This text has color #ADC4C3 on white background.


Black color preview on #ADC4C3 background

This text has black color on #ADC4C3 background.


White color preview on #ADC4C3 background

This text has white color on #ADC4C3 background.


Related colors

Complementary color

Complementary color for #hex is #523B3C.


I love getcolorcode.com

Triadic colors

1 #C3ADC4 and #C4C3AD with #ADC4C3 are triadic colors.

2 #C3C4AD and #C4ADC3 with #ADC4C3 are triadic colors.