COLOR #AAD4BA

HEX: #AAD4BA RGB: (170,212,186)

Color info

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

RGB color model

#AAD4BA color RGB value is (170,212,186).

RGB: (170,212,186) (67%, 83%, 73%)

RGB channels and saturation

R 170 of 255 = 67%
G 212 of 255 = 83%
B 186 of 255 = 73%

170
212
186

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

Portions of RGB colors in percentages

R + G + B = 170 + 212 + 186 = 568 (100%)
R 170 of 568 ~ 29.93%
G 212 of 568 ~ 37.32%
B 186 of 568 ~ 32.75'%

%29.93
%37.32
%32.75

CMYK color model

#AAD4BA color CMYK value is (20,0,12,17).

  • cyan value is 19.81%
  • magenta value is 0.00%
  • yellow value is 12.26%
  • key color value is 16.86%

CMYK: (20,0,12,17)
C20M0Y12K17 (20%, 0%, 12%, 17%)
(0.20 / 0.00 / 0.12 / 0.17)

CMYK percentages

%19.81
%0
%12.26
%16.86

Codes

Color #AAD4BA in popluar color models

AA D4 BA
RGB 170 212 186
HSL 143° 32.81% 74.90%
HSB/HSV 143° 19.81% 83.14%
CMYK 19.81% 0.00% 12.26%
16.86%

Color #AAD4BA in popluar number systems.

HEX AA D4 BA
Decimal 170 212 186
Binary 10101010 11010100 10111010
Octal 252 324 272

Shades and tints

Shades of #AAD4BA

#AAD4BA
(170,212,186)
#9BC1AA
(155,193,170)
#8CAE9A
(140,174,154)
#7D9B8A
(125,155,138)
#6E887A
(110,136,122)
#5F756A
(95,117,106)
#50625A
(80,98,90)
#414F4A
(65,79,74)
#323C3A
(50,60,58)
#23292A
(35,41,42)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #AAD4BA

#AAD4BA
(170,212,186)
#B1D7C0
(177,215,192)
#B8DAC6
(184,218,198)
#BFDDCC
(191,221,204)
#C6E0D2
(198,224,210)
#CDE3D8
(205,227,216)
#D4E6DE
(212,230,222)
#DBE9E4
(219,233,228)
#E2ECEA
(226,236,234)
#E9EFF0
(233,239,240)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD4BA; }

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

This text font color is #AAD4BA.

Background Color

.myBgColor { background-color: #AAD4BA; }

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

This div background color is #AAD4BA.

Border color

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

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

This div border color is #AAD4BA.

Opacity

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

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

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

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

This text has shadow with #AAD4BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD4BA.

Preview

Color preview on black background

This text has color #AAD4BA on black background.


Color preview on white background

This text has color #AAD4BA on white background.


Black color preview on #AAD4BA background

This text has black color on #AAD4BA background.


White color preview on #AAD4BA background

This text has white color on #AAD4BA background.


Related colors

Complementary color

Complementary color for #hex is #552B45.


I love getcolorcode.com

Triadic colors

1 #BAAAD4 and #D4BAAA with #AAD4BA are triadic colors.

2 #BAD4AA and #D4AABA with #AAD4BA are triadic colors.