COLOR #AAD0B4

HEX: #AAD0B4 RGB: (170,208,180)

Color info

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

RGB color model

#AAD0B4 color RGB value is (170,208,180).

RGB: (170,208,180) (67%, 82%, 71%)

RGB channels and saturation

R 170 of 255 = 67%
G 208 of 255 = 82%
B 180 of 255 = 71%

170
208
180

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

Portions of RGB colors in percentages

R + G + B = 170 + 208 + 180 = 558 (100%)
R 170 of 558 ~ 30.47%
G 208 of 558 ~ 37.28%
B 180 of 558 ~ 32.26'%

%30.47
%37.28
%32.26

CMYK color model

#AAD0B4 color CMYK value is (18,0,13,18).

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

CMYK: (18,0,13,18)
C18M0Y13K18 (18%, 0%, 13%, 18%)
(0.18 / 0.00 / 0.13 / 0.18)

CMYK percentages

%18.27
%0
%13.46
%18.43

Codes

Color #AAD0B4 in popluar color models

AA D0 B4
RGB 170 208 180
HSL 136° 28.79% 74.12%
HSB/HSV 136° 18.27% 81.57%
CMYK 18.27% 0.00% 13.46%
18.43%

Color #AAD0B4 in popluar number systems.

HEX AA D0 B4
Decimal 170 208 180
Binary 10101010 11010000 10110100
Octal 252 320 264

Shades and tints

Shades of #AAD0B4

#AAD0B4
(170,208,180)
#9BBEA4
(155,190,164)
#8CAC94
(140,172,148)
#7D9A84
(125,154,132)
#6E8874
(110,136,116)
#5F7664
(95,118,100)
#506454
(80,100,84)
#415244
(65,82,68)
#324034
(50,64,52)
#232E24
(35,46,36)
#141C14
(20,28,20)
#000000
(0,0,0)

Tints of #AAD0B4

#AAD0B4
(170,208,180)
#B1D4BA
(177,212,186)
#B8D8C0
(184,216,192)
#BFDCC6
(191,220,198)
#C6E0CC
(198,224,204)
#CDE4D2
(205,228,210)
#D4E8D8
(212,232,216)
#DBECDE
(219,236,222)
#E2F0E4
(226,240,228)
#E9F4EA
(233,244,234)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD0B4; }

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

This text font color is #AAD0B4.

Background Color

.myBgColor { background-color: #AAD0B4; }

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

This div background color is #AAD0B4.

Border color

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

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

This div border color is #AAD0B4.

Opacity

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

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

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

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

This text has shadow with #AAD0B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD0B4.

Preview

Color preview on black background

This text has color #AAD0B4 on black background.


Color preview on white background

This text has color #AAD0B4 on white background.


Black color preview on #AAD0B4 background

This text has black color on #AAD0B4 background.


White color preview on #AAD0B4 background

This text has white color on #AAD0B4 background.


Related colors

Complementary color

Complementary color for #hex is #552F4B.


I love getcolorcode.com

Triadic colors

1 #B4AAD0 and #D0B4AA with #AAD0B4 are triadic colors.

2 #B4D0AA and #D0AAB4 with #AAD0B4 are triadic colors.