COLOR #AADFD6

HEX: #AADFD6 RGB: (170,223,214)

Color info

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

RGB color model

#AADFD6 color RGB value is (170,223,214).

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

RGB channels and saturation

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

170
223
214

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

Portions of RGB colors in percentages

R + G + B = 170 + 223 + 214 = 607 (100%)
R 170 of 607 ~ 28.01%
G 223 of 607 ~ 36.74%
B 214 of 607 ~ 35.26'%

%28.01
%36.74
%35.26

CMYK color model

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

  • cyan value is 23.77%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • 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.04
%12.55

Codes

Color #AADFD6 in popluar color models

AA DF D6
RGB 170 223 214
HSL 170° 45.30% 77.06%
HSB/HSV 170° 23.77% 87.45%
CMYK 23.77% 0.00% 4.04%
12.55%

Color #AADFD6 in popluar number systems.

HEX AA DF D6
Decimal 170 223 214
Binary 10101010 11011111 11010110
Octal 252 337 326

Shades and tints

Shades of #AADFD6

#AADFD6
(170,223,214)
#9BCBC3
(155,203,195)
#8CB7B0
(140,183,176)
#7DA39D
(125,163,157)
#6E8F8A
(110,143,138)
#5F7B77
(95,123,119)
#506764
(80,103,100)
#415351
(65,83,81)
#323F3E
(50,63,62)
#232B2B
(35,43,43)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #AADFD6

#AADFD6
(170,223,214)
#B1E1D9
(177,225,217)
#B8E3DC
(184,227,220)
#BFE5DF
(191,229,223)
#C6E7E2
(198,231,226)
#CDE9E5
(205,233,229)
#D4EBE8
(212,235,232)
#DBEDEB
(219,237,235)
#E2EFEE
(226,239,238)
#E9F1F1
(233,241,241)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADFD6; }

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

This text font color is #AADFD6.

Background Color

.myBgColor { background-color: #AADFD6; }

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

This div background color is #AADFD6.

Border color

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

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

This div border color is #AADFD6.

Opacity

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

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

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

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

This text has shadow with #AADFD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AADFD6.

Preview

Color preview on black background

This text has color #AADFD6 on black background.


Color preview on white background

This text has color #AADFD6 on white background.


Black color preview on #AADFD6 background

This text has black color on #AADFD6 background.


White color preview on #AADFD6 background

This text has white color on #AADFD6 background.


Related colors

Complementary color

Complementary color for #hex is #552029.


I love getcolorcode.com

Triadic colors

1 #D6AADF and #DFD6AA with #AADFD6 are triadic colors.

2 #D6DFAA and #DFAAD6 with #AADFD6 are triadic colors.