COLOR #AAD6BE

HEX: #AAD6BE RGB: (170,214,190)

Color info

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

RGB color model

#AAD6BE color RGB value is (170,214,190).

RGB: (170,214,190) (67%, 84%, 75%)

RGB channels and saturation

R 170 of 255 = 67%
G 214 of 255 = 84%
B 190 of 255 = 75%

170
214
190

R + G + B ~ 75%. #AAD6BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 214 + 190 = 574 (100%)
R 170 of 574 ~ 29.62%
G 214 of 574 ~ 37.28%
B 190 of 574 ~ 33.1'%

%29.62
%37.28
%33.1

CMYK color model

#AAD6BE color CMYK value is (21,0,11,16).

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

CMYK: (21,0,11,16)
C21M0Y11K16 (21%, 0%, 11%, 16%)
(0.21 / 0.00 / 0.11 / 0.16)

CMYK percentages

%20.56
%0
%11.21
%16.08

Codes

Color #AAD6BE in popluar color models

AA D6 BE
RGB 170 214 190
HSL 147° 34.92% 75.29%
HSB/HSV 147° 20.56% 83.92%
CMYK 20.56% 0.00% 11.21%
16.08%

Color #AAD6BE in popluar number systems.

HEX AA D6 BE
Decimal 170 214 190
Binary 10101010 11010110 10111110
Octal 252 326 276

Shades and tints

Shades of #AAD6BE

#AAD6BE
(170,214,190)
#9BC3AD
(155,195,173)
#8CB09C
(140,176,156)
#7D9D8B
(125,157,139)
#6E8A7A
(110,138,122)
#5F7769
(95,119,105)
#506458
(80,100,88)
#415147
(65,81,71)
#323E36
(50,62,54)
#232B25
(35,43,37)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #AAD6BE

#AAD6BE
(170,214,190)
#B1D9C3
(177,217,195)
#B8DCC8
(184,220,200)
#BFDFCD
(191,223,205)
#C6E2D2
(198,226,210)
#CDE5D7
(205,229,215)
#D4E8DC
(212,232,220)
#DBEBE1
(219,235,225)
#E2EEE6
(226,238,230)
#E9F1EB
(233,241,235)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD6BE; }

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

This text font color is #AAD6BE.

Background Color

.myBgColor { background-color: #AAD6BE; }

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

This div background color is #AAD6BE.

Border color

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

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

This div border color is #AAD6BE.

Opacity

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

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

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

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

This text has shadow with #AAD6BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD6BE.

Preview

Color preview on black background

This text has color #AAD6BE on black background.


Color preview on white background

This text has color #AAD6BE on white background.


Black color preview on #AAD6BE background

This text has black color on #AAD6BE background.


White color preview on #AAD6BE background

This text has white color on #AAD6BE background.


Related colors

Complementary color

Complementary color for #hex is #552941.


I love getcolorcode.com

Triadic colors

1 #BEAAD6 and #D6BEAA with #AAD6BE are triadic colors.

2 #BED6AA and #D6AABE with #AAD6BE are triadic colors.