COLOR #AADCA4

HEX: #AADCA4
RGB: (170,220,164)

Color info

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

RGB color model

#AADCA4 color RGB value is (170,220,164).

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

RGB channels and saturation

R 170 of 255 = 67%
G 220 of 255 = 86%
B 164 of 255 = 64%

170
220
164

R + G + B ~ 72%. #AADCA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 220 + 164 = 554 (100%)
R 170 of 554 ~ 30.69%
G 220 of 554 ~ 39.71%
B 164 of 554 ~ 29.6%

%30.69
%39.71
%29.6

CMYK color model

#AADCA4 color CMYK value is (23,0,25,14).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 25.45%
  • key color value is 13.73%
CMYK:
(23,0,25,14)
C23M0Y25K14 
(23%,0%,25%,14%)
(0.23/0.00/0.25/0.14)	

CMYK percentages

%22.73
%0
%25.45
%13.73

Codes

Color #AADCA4 in popluar color models

AADCA4
RGB170220164
HSL114°44.44%75.29%
HSB/HSV114°25.45%86.27%
CMYK22.73%0.00%25.45%
13.73%

Color #AADCA4 in popluar number systems.

HEXAADCA4
Decimal170220164
Binary101010101101110010100100
Octal252334244

Shades and tints

Shades of #AADCA4

#AADCA4
(170,220,164)
#9BC896
(155,200,150)
#8CB488
(140,180,136)
#7DA07A
(125,160,122)
#6E8C6C
(110,140,108)
#5F785E
(95,120,94)
#506450
(80,100,80)
#415042
(65,80,66)
#323C34
(50,60,52)
#232826
(35,40,38)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #AADCA4

#AADCA4
(170,220,164)
#B1DFAC
(177,223,172)
#B8E2B4
(184,226,180)
#BFE5BC
(191,229,188)
#C6E8C4
(198,232,196)
#CDEBCC
(205,235,204)
#D4EED4
(212,238,212)
#DBF1DC
(219,241,220)
#E2F4E4
(226,244,228)
#E9F7EC
(233,247,236)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADCA4; }

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

This text font color is #AADCA4.


Background Color

.myBgColor { background-color: #AADCA4; }

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

This div background color is #AADCA4.


Border color

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

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

This div border color is #AADCA4.


Opacity

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

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

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

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

This text has shadow with #AADCA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADCA4 on black background.


Color preview on white background

This text has color #AADCA4 on white background.



Black color preview on #AADCA4 background

This text has black color on #AADCA4 background.


White color preview on #AADCA4 background

This text has white color on #AADCA4 background.