COLOR #AADDB4

HEX: #AADDB4 RGB: (170,221,180)

Color info

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

RGB color model

#AADDB4 color RGB value is (170,221,180).

RGB: (170,221,180) (67%, 87%, 71%)

RGB channels and saturation

R 170 of 255 = 67%
G 221 of 255 = 87%
B 180 of 255 = 71%

170
221
180

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

Portions of RGB colors in percentages

R + G + B = 170 + 221 + 180 = 571 (100%)
R 170 of 571 ~ 29.77%
G 221 of 571 ~ 38.7%
B 180 of 571 ~ 31.52'%

%29.77
%38.7
%31.52

CMYK color model

#AADDB4 color CMYK value is (23,0,19,13).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 18.55%
  • key color value is 13.33%

CMYK: (23,0,19,13)
C23M0Y19K13 (23%, 0%, 19%, 13%)
(0.23 / 0.00 / 0.19 / 0.13)

CMYK percentages

%23.08
%0
%18.55
%13.33

Codes

Color #AADDB4 in popluar color models

AA DD B4
RGB 170 221 180
HSL 132° 42.86% 76.67%
HSB/HSV 132° 23.08% 86.67%
CMYK 23.08% 0.00% 18.55%
13.33%

Color #AADDB4 in popluar number systems.

HEX AA DD B4
Decimal 170 221 180
Binary 10101010 11011101 10110100
Octal 252 335 264

Shades and tints

Shades of #AADDB4

#AADDB4
(170,221,180)
#9BC9A4
(155,201,164)
#8CB594
(140,181,148)
#7DA184
(125,161,132)
#6E8D74
(110,141,116)
#5F7964
(95,121,100)
#506554
(80,101,84)
#415144
(65,81,68)
#323D34
(50,61,52)
#232924
(35,41,36)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #AADDB4

#AADDB4
(170,221,180)
#B1E0BA
(177,224,186)
#B8E3C0
(184,227,192)
#BFE6C6
(191,230,198)
#C6E9CC
(198,233,204)
#CDECD2
(205,236,210)
#D4EFD8
(212,239,216)
#DBF2DE
(219,242,222)
#E2F5E4
(226,245,228)
#E9F8EA
(233,248,234)
#F0FBF0
(240,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADDB4; }

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

This text font color is #AADDB4.

Background Color

.myBgColor { background-color: #AADDB4; }

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

This div background color is #AADDB4.

Border color

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

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

This div border color is #AADDB4.

Opacity

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

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

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

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

This text has shadow with #AADDB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AADDB4.

Preview

Color preview on black background

This text has color #AADDB4 on black background.


Color preview on white background

This text has color #AADDB4 on white background.


Black color preview on #AADDB4 background

This text has black color on #AADDB4 background.


White color preview on #AADDB4 background

This text has white color on #AADDB4 background.


Related colors

Complementary color

Complementary color for #hex is #55224B.


I love getcolorcode.com

Triadic colors

1 #B4AADD and #DDB4AA with #AADDB4 are triadic colors.

2 #B4DDAA and #DDAAB4 with #AADDB4 are triadic colors.