COLOR #AADC9C

HEX: #AADC9C
RGB: (170,220,156)

Color info

#AADC9C contains mainly red and green colors. Web safe color of #AADC9C is #99CC99 (or #9C9).

RGB color model

#AADC9C color RGB value is (170,220,156).

  • red value is 170;
  • green value is 220;
  • blue value is 156.
RGB:
(170,220,156)
(67%,86%,61%)

RGB channels and saturation

R 170 of 255 = 67%
G 220 of 255 = 86%
B 156 of 255 = 61%

170
220
156

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

Portions of RGB colors in percentages

R + G + B =
170 + 220 + 156 = 546 (100%)
R 170 of 546 ~ 31.14%
G 220 of 546 ~ 40.29%
B 156 of 546 ~ 28.57%

%31.14
%40.29
%28.57

CMYK color model

#AADC9C color CMYK value is (23,0,29,14).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 29.09%
  • key color value is 13.73%
CMYK:
(23,0,29,14)
C23M0Y29K14 
(23%,0%,29%,14%)
(0.23/0.00/0.29/0.14)	

CMYK percentages

%22.73
%0
%29.09
%13.73

Codes

Color #AADC9C in popluar color models

AADC9C
RGB170220156
HSL107°47.76%73.73%
HSB/HSV107°29.09%86.27%
CMYK22.73%0.00%29.09%
13.73%

Color #AADC9C in popluar number systems.

HEXAADC9C
Decimal170220156
Binary101010101101110010011100
Octal252334234

Shades and tints

Shades of #AADC9C

#AADC9C
(170,220,156)
#9BC88E
(155,200,142)
#8CB480
(140,180,128)
#7DA072
(125,160,114)
#6E8C64
(110,140,100)
#5F7856
(95,120,86)
#506448
(80,100,72)
#41503A
(65,80,58)
#323C2C
(50,60,44)
#23281E
(35,40,30)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #AADC9C

#AADC9C
(170,220,156)
#B1DFA5
(177,223,165)
#B8E2AE
(184,226,174)
#BFE5B7
(191,229,183)
#C6E8C0
(198,232,192)
#CDEBC9
(205,235,201)
#D4EED2
(212,238,210)
#DBF1DB
(219,241,219)
#E2F4E4
(226,244,228)
#E9F7ED
(233,247,237)
#F0FAF6
(240,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADC9C color. Also use rgb(170,220,156) instead hex code.

Text Font Color

.myTextColor { color: #AADC9C; }

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

This text font color is #AADC9C.


Background Color

.myBgColor { background-color: #AADC9C; }

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

This div background color is #AADC9C.


Border color

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

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

This div border color is #AADC9C.


Opacity

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

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

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

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

This text has shadow with #AADC9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADC9C on black background.


Color preview on white background

This text has color #AADC9C on white background.



Black color preview on #AADC9C background

This text has black color on #AADC9C background.


White color preview on #AADC9C background

This text has white color on #AADC9C background.