COLOR #AAD0BA

HEX: #AAD0BA RGB: (170,208,186)

Color info

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

RGB color model

#AAD0BA color RGB value is (170,208,186).

RGB: (170,208,186) (67%, 82%, 73%)

RGB channels and saturation

R 170 of 255 = 67%
G 208 of 255 = 82%
B 186 of 255 = 73%

170
208
186

R + G + B ~ 74%. #AAD0BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 208 + 186 = 564 (100%)
R 170 of 564 ~ 30.14%
G 208 of 564 ~ 36.88%
B 186 of 564 ~ 32.98'%

%30.14
%36.88
%32.98

CMYK color model

#AAD0BA color CMYK value is (18,0,11,18).

  • cyan value is 18.27%
  • magenta value is 0.00%
  • yellow value is 10.58%
  • key color value is 18.43%

CMYK: (18,0,11,18)
C18M0Y11K18 (18%, 0%, 11%, 18%)
(0.18 / 0.00 / 0.11 / 0.18)

CMYK percentages

%18.27
%0
%10.58
%18.43

Codes

Color #AAD0BA in popluar color models

AA D0 BA
RGB 170 208 186
HSL 145° 28.79% 74.12%
HSB/HSV 145° 18.27% 81.57%
CMYK 18.27% 0.00% 10.58%
18.43%

Color #AAD0BA in popluar number systems.

HEX AA D0 BA
Decimal 170 208 186
Binary 10101010 11010000 10111010
Octal 252 320 272

Shades and tints

Shades of #AAD0BA

#AAD0BA
(170,208,186)
#9BBEAA
(155,190,170)
#8CAC9A
(140,172,154)
#7D9A8A
(125,154,138)
#6E887A
(110,136,122)
#5F766A
(95,118,106)
#50645A
(80,100,90)
#41524A
(65,82,74)
#32403A
(50,64,58)
#232E2A
(35,46,42)
#141C1A
(20,28,26)
#000000
(0,0,0)

Tints of #AAD0BA

#AAD0BA
(170,208,186)
#B1D4C0
(177,212,192)
#B8D8C6
(184,216,198)
#BFDCCC
(191,220,204)
#C6E0D2
(198,224,210)
#CDE4D8
(205,228,216)
#D4E8DE
(212,232,222)
#DBECE4
(219,236,228)
#E2F0EA
(226,240,234)
#E9F4F0
(233,244,240)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD0BA color. Also use rgb(170,208,186) instead hex code.

Text Font Color

.myTextColor { color: #AAD0BA; }

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

This text font color is #AAD0BA.

Background Color

.myBgColor { background-color: #AAD0BA; }

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

This div background color is #AAD0BA.

Border color

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

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

This div border color is #AAD0BA.

Opacity

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

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

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

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

This text has shadow with #AAD0BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD0BA.

Preview

Color preview on black background

This text has color #AAD0BA on black background.


Color preview on white background

This text has color #AAD0BA on white background.


Black color preview on #AAD0BA background

This text has black color on #AAD0BA background.


White color preview on #AAD0BA background

This text has white color on #AAD0BA background.


Related colors

Complementary color

Complementary color for #hex is #552F45.


I love getcolorcode.com

Triadic colors

1 #BAAAD0 and #D0BAAA with #AAD0BA are triadic colors.

2 #BAD0AA and #D0AABA with #AAD0BA are triadic colors.