COLOR #AAD5AF

HEX: #AAD5AF
RGB: (170,213,175)

Color info

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

RGB color model

#AAD5AF color RGB value is (170,213,175).

  • red value is 170;
  • green value is 213;
  • blue value is 175.
RGB:
(170,213,175)
(67%,84%,69%)

RGB channels and saturation

R 170 of 255 = 67%
G 213 of 255 = 84%
B 175 of 255 = 69%

170
213
175

R + G + B ~ 73%. #AAD5AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 213 + 175 = 558 (100%)
R 170 of 558 ~ 30.47%
G 213 of 558 ~ 38.17%
B 175 of 558 ~ 31.36%

%30.47
%38.17
%31.36

CMYK color model

#AAD5AF color CMYK value is (20,0,18,16).

  • cyan value is 20.19%
  • magenta value is 0.00%
  • yellow value is 17.84%
  • key color value is 16.47%
CMYK:
(20,0,18,16)
C20M0Y18K16 
(20%,0%,18%,16%)
(0.20/0.00/0.18/0.16)	

CMYK percentages

%20.19
%0
%17.84
%16.47

Codes

Color #AAD5AF in popluar color models

AAD5AF
RGB170213175
HSL127°33.86%75.10%
HSB/HSV127°20.19%83.53%
CMYK20.19%0.00%17.84%
16.47%

Color #AAD5AF in popluar number systems.

HEXAAD5AF
Decimal170213175
Binary101010101101010110101111
Octal252325257

Shades and tints

Shades of #AAD5AF

#AAD5AF
(170,213,175)
#9BC2A0
(155,194,160)
#8CAF91
(140,175,145)
#7D9C82
(125,156,130)
#6E8973
(110,137,115)
#5F7664
(95,118,100)
#506355
(80,99,85)
#415046
(65,80,70)
#323D37
(50,61,55)
#232A28
(35,42,40)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #AAD5AF

#AAD5AF
(170,213,175)
#B1D8B6
(177,216,182)
#B8DBBD
(184,219,189)
#BFDEC4
(191,222,196)
#C6E1CB
(198,225,203)
#CDE4D2
(205,228,210)
#D4E7D9
(212,231,217)
#DBEAE0
(219,234,224)
#E2EDE7
(226,237,231)
#E9F0EE
(233,240,238)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD5AF color. Also use rgb(170,213,175) instead hex code.

Text Font Color

.myTextColor { color: #AAD5AF; }

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

This text font color is #AAD5AF.


Background Color

.myBgColor { background-color: #AAD5AF; }

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

This div background color is #AAD5AF.


Border color

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

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

This div border color is #AAD5AF.


Opacity

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

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

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

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

This text has shadow with #AAD5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD5AF on black background.


Color preview on white background

This text has color #AAD5AF on white background.



Black color preview on #AAD5AF background

This text has black color on #AAD5AF background.


White color preview on #AAD5AF background

This text has white color on #AAD5AF background.