COLOR #AAD6C5

HEX: #AAD6C5 RGB: (170,214,197)

Color info

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

RGB color model

#AAD6C5 color RGB value is (170,214,197).

RGB: (170,214,197) (67%, 84%, 77%)

RGB channels and saturation

R 170 of 255 = 67%
G 214 of 255 = 84%
B 197 of 255 = 77%

170
214
197

R + G + B ~ 76%. #AAD6C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 214 + 197 = 581 (100%)
R 170 of 581 ~ 29.26%
G 214 of 581 ~ 36.83%
B 197 of 581 ~ 33.91'%

%29.26
%36.83
%33.91

CMYK color model

#AAD6C5 color CMYK value is (21,0,8,16).

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 7.94%
  • key color value is 16.08%

CMYK: (21,0,8,16)
C21M0Y8K16 (21%, 0%, 8%, 16%)
(0.21 / 0.00 / 0.08 / 0.16)

CMYK percentages

%20.56
%0
%7.94
%16.08

Codes

Color #AAD6C5 in popluar color models

AA D6 C5
RGB 170 214 197
HSL 157° 34.92% 75.29%
HSB/HSV 157° 20.56% 83.92%
CMYK 20.56% 0.00% 7.94%
16.08%

Color #AAD6C5 in popluar number systems.

HEX AA D6 C5
Decimal 170 214 197
Binary 10101010 11010110 11000101
Octal 252 326 305

Shades and tints

Shades of #AAD6C5

#AAD6C5
(170,214,197)
#9BC3B4
(155,195,180)
#8CB0A3
(140,176,163)
#7D9D92
(125,157,146)
#6E8A81
(110,138,129)
#5F7770
(95,119,112)
#50645F
(80,100,95)
#41514E
(65,81,78)
#323E3D
(50,62,61)
#232B2C
(35,43,44)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #AAD6C5

#AAD6C5
(170,214,197)
#B1D9CA
(177,217,202)
#B8DCCF
(184,220,207)
#BFDFD4
(191,223,212)
#C6E2D9
(198,226,217)
#CDE5DE
(205,229,222)
#D4E8E3
(212,232,227)
#DBEBE8
(219,235,232)
#E2EEED
(226,238,237)
#E9F1F2
(233,241,242)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD6C5 color. Also use rgb(170,214,197) instead hex code.

Text Font Color

.myTextColor { color: #AAD6C5; }

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

This text font color is #AAD6C5.

Background Color

.myBgColor { background-color: #AAD6C5; }

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

This div background color is #AAD6C5.

Border color

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

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

This div border color is #AAD6C5.

Opacity

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

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

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

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

This text has shadow with #AAD6C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD6C5.

Preview

Color preview on black background

This text has color #AAD6C5 on black background.


Color preview on white background

This text has color #AAD6C5 on white background.


Black color preview on #AAD6C5 background

This text has black color on #AAD6C5 background.


White color preview on #AAD6C5 background

This text has white color on #AAD6C5 background.


Related colors

Complementary color

Complementary color for #hex is #55293A.


I love getcolorcode.com

Triadic colors

1 #C5AAD6 and #D6C5AA with #AAD6C5 are triadic colors.

2 #C5D6AA and #D6AAC5 with #AAD6C5 are triadic colors.