COLOR #ADCCA3

HEX: #ADCCA3 RGB: (173,204,163)

Color info

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

RGB color model

#ADCCA3 color RGB value is (173,204,163).

RGB: (173,204,163) (68%, 80%, 64%)

RGB channels and saturation

R 173 of 255 = 68%
G 204 of 255 = 80%
B 163 of 255 = 64%

173
204
163

R + G + B ~ 71%. #ADCCA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 204 + 163 = 540 (100%)
R 173 of 540 ~ 32.04%
G 204 of 540 ~ 37.78%
B 163 of 540 ~ 30.19'%

%32.04
%37.78
%30.19

CMYK color model

#ADCCA3 color CMYK value is (15,0,20,20).

  • cyan value is 15.20%
  • magenta value is 0.00%
  • yellow value is 20.10%
  • key color value is 20.00%

CMYK: (15,0,20,20)
C15M0Y20K20 (15%, 0%, 20%, 20%)
(0.15 / 0.00 / 0.20 / 0.20)

CMYK percentages

%15.2
%0
%20.1
%20

Codes

Color #ADCCA3 in popluar color models

AD CC A3
RGB 173 204 163
HSL 105° 28.67% 71.96%
HSB/HSV 105° 20.10% 80.00%
CMYK 15.20% 0.00% 20.10%
20.00%

Color #ADCCA3 in popluar number systems.

HEX AD CC A3
Decimal 173 204 163
Binary 10101101 11001100 10100011
Octal 255 314 243

Shades and tints

Shades of #ADCCA3

#ADCCA3
(173,204,163)
#9EBA95
(158,186,149)
#8FA887
(143,168,135)
#809679
(128,150,121)
#71846B
(113,132,107)
#62725D
(98,114,93)
#53604F
(83,96,79)
#444E41
(68,78,65)
#353C33
(53,60,51)
#262A25
(38,42,37)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #ADCCA3

#ADCCA3
(173,204,163)
#B4D0AB
(180,208,171)
#BBD4B3
(187,212,179)
#C2D8BB
(194,216,187)
#C9DCC3
(201,220,195)
#D0E0CB
(208,224,203)
#D7E4D3
(215,228,211)
#DEE8DB
(222,232,219)
#E5ECE3
(229,236,227)
#ECF0EB
(236,240,235)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCCA3 color. Also use rgb(173,204,163) instead hex code.

Text Font Color

.myTextColor { color: #ADCCA3; }

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

This text font color is #ADCCA3.

Background Color

.myBgColor { background-color: #ADCCA3; }

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

This div background color is #ADCCA3.

Border color

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

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

This div border color is #ADCCA3.

Opacity

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

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

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

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

This text has shadow with #ADCCA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCCA3.

Preview

Color preview on black background

This text has color #ADCCA3 on black background.


Color preview on white background

This text has color #ADCCA3 on white background.


Black color preview on #ADCCA3 background

This text has black color on #ADCCA3 background.


White color preview on #ADCCA3 background

This text has white color on #ADCCA3 background.


Related colors

Complementary color

Complementary color for #hex is #52335C.


I love getcolorcode.com

Triadic colors

1 #A3ADCC and #CCA3AD with #ADCCA3 are triadic colors.

2 #A3CCAD and #CCADA3 with #ADCCA3 are triadic colors.