COLOR #AADFD5

HEX: #AADFD5 RGB: (170,223,213)

Color info

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

RGB color model

#AADFD5 color RGB value is (170,223,213).

RGB: (170,223,213) (67%, 87%, 84%)

RGB channels and saturation

R 170 of 255 = 67%
G 223 of 255 = 87%
B 213 of 255 = 84%

170
223
213

R + G + B ~ 79%. #AADFD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 223 + 213 = 606 (100%)
R 170 of 606 ~ 28.05%
G 223 of 606 ~ 36.8%
B 213 of 606 ~ 35.15'%

%28.05
%36.8
%35.15

CMYK color model

#AADFD5 color CMYK value is (24,0,4,13).

  • cyan value is 23.77%
  • magenta value is 0.00%
  • yellow value is 4.48%
  • key color value is 12.55%
CMYK: (24,0,4,13) C24M0Y4K13 (24%,0%,4%,13%) (0.24/0.00/0.04/0.13) 

CMYK percentages

%23.77
%0
%4.48
%12.55

Codes

Color #AADFD5 in popluar color models

AA DF D5
RGB 170 223 213
HSL 169° 45.30% 77.06%
HSB/HSV 169° 23.77% 87.45%
CMYK 23.77% 0.00% 4.48%
12.55%

Color #AADFD5 in popluar number systems.

HEX AA DF D5
Decimal 170 223 213
Binary 10101010 11011111 11010101
Octal 252 337 325

Shades and tints

Shades of #AADFD5

#AADFD5
(170,223,213)
#9BCBC2
(155,203,194)
#8CB7AF
(140,183,175)
#7DA39C
(125,163,156)
#6E8F89
(110,143,137)
#5F7B76
(95,123,118)
#506763
(80,103,99)
#415350
(65,83,80)
#323F3D
(50,63,61)
#232B2A
(35,43,42)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #AADFD5

#AADFD5
(170,223,213)
#B1E1D8
(177,225,216)
#B8E3DB
(184,227,219)
#BFE5DE
(191,229,222)
#C6E7E1
(198,231,225)
#CDE9E4
(205,233,228)
#D4EBE7
(212,235,231)
#DBEDEA
(219,237,234)
#E2EFED
(226,239,237)
#E9F1F0
(233,241,240)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADFD5 color. Also use rgb(170,223,213) instead hex code.

Text Font Color

.myTextColor { color: #AADFD5; }

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

This text font color is #AADFD5.

Background Color

.myBgColor { background-color: #AADFD5; }

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

This div background color is #AADFD5.

Border color

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

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

This div border color is #AADFD5.

Opacity

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

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

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

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

This text has shadow with #AADFD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AADFD5.

Preview

Color preview on black background

This text has color #AADFD5 on black background.


Color preview on white background

This text has color #AADFD5 on white background.


Black color preview on #AADFD5 background

This text has black color on #AADFD5 background.


White color preview on #AADFD5 background

This text has white color on #AADFD5 background.


Related colors

Complementary color

Complementary color for #hex is #55202A.


I love getcolorcode.com

Triadic colors

1 #D5AADF and #DFD5AA with #AADFD5 are triadic colors.

2 #D5DFAA and #DFAAD5 with #AADFD5 are triadic colors.