COLOR #AAD1B3

HEX: #AAD1B3 RGB: (170,209,179)

Color info

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

RGB color model

#AAD1B3 color RGB value is (170,209,179).

RGB: (170,209,179) (67%, 82%, 70%)

RGB channels and saturation

R 170 of 255 = 67%
G 209 of 255 = 82%
B 179 of 255 = 70%

170
209
179

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

Portions of RGB colors in percentages

R + G + B = 170 + 209 + 179 = 558 (100%)
R 170 of 558 ~ 30.47%
G 209 of 558 ~ 37.46%
B 179 of 558 ~ 32.08'%

%30.47
%37.46
%32.08

CMYK color model

#AAD1B3 color CMYK value is (19,0,14,18).

  • cyan value is 18.66%
  • magenta value is 0.00%
  • yellow value is 14.35%
  • key color value is 18.04%

CMYK: (19,0,14,18)
C19M0Y14K18 (19%, 0%, 14%, 18%)
(0.19 / 0.00 / 0.14 / 0.18)

CMYK percentages

%18.66
%0
%14.35
%18.04

Codes

Color #AAD1B3 in popluar color models

AA D1 B3
RGB 170 209 179
HSL 134° 29.77% 74.31%
HSB/HSV 134° 18.66% 81.96%
CMYK 18.66% 0.00% 14.35%
18.04%

Color #AAD1B3 in popluar number systems.

HEX AA D1 B3
Decimal 170 209 179
Binary 10101010 11010001 10110011
Octal 252 321 263

Shades and tints

Shades of #AAD1B3

#AAD1B3
(170,209,179)
#9BBEA3
(155,190,163)
#8CAB93
(140,171,147)
#7D9883
(125,152,131)
#6E8573
(110,133,115)
#5F7263
(95,114,99)
#505F53
(80,95,83)
#414C43
(65,76,67)
#323933
(50,57,51)
#232623
(35,38,35)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #AAD1B3

#AAD1B3
(170,209,179)
#B1D5B9
(177,213,185)
#B8D9BF
(184,217,191)
#BFDDC5
(191,221,197)
#C6E1CB
(198,225,203)
#CDE5D1
(205,229,209)
#D4E9D7
(212,233,215)
#DBEDDD
(219,237,221)
#E2F1E3
(226,241,227)
#E9F5E9
(233,245,233)
#F0F9EF
(240,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD1B3 color. Also use rgb(170,209,179) instead hex code.

Text Font Color

.myTextColor { color: #AAD1B3; }

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

This text font color is #AAD1B3.

Background Color

.myBgColor { background-color: #AAD1B3; }

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

This div background color is #AAD1B3.

Border color

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

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

This div border color is #AAD1B3.

Opacity

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

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

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

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

This text has shadow with #AAD1B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD1B3.

Preview

Color preview on black background

This text has color #AAD1B3 on black background.


Color preview on white background

This text has color #AAD1B3 on white background.


Black color preview on #AAD1B3 background

This text has black color on #AAD1B3 background.


White color preview on #AAD1B3 background

This text has white color on #AAD1B3 background.


Related colors

Complementary color

Complementary color for #hex is #552E4C.


I love getcolorcode.com

Triadic colors

1 #B3AAD1 and #D1B3AA with #AAD1B3 are triadic colors.

2 #B3D1AA and #D1AAB3 with #AAD1B3 are triadic colors.