COLOR #AADBD8

HEX: #AADBD8 RGB: (170,219,216)

Color info

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

RGB color model

#AADBD8 color RGB value is (170,219,216).

RGB: (170,219,216) (67%, 86%, 85%)

RGB channels and saturation

R 170 of 255 = 67%
G 219 of 255 = 86%
B 216 of 255 = 85%

170
219
216

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

Portions of RGB colors in percentages

R + G + B = 170 + 219 + 216 = 605 (100%)
R 170 of 605 ~ 28.1%
G 219 of 605 ~ 36.2%
B 216 of 605 ~ 35.7'%

%28.1
%36.2
%35.7

CMYK color model

#AADBD8 color CMYK value is (22,0,1,14).

  • cyan value is 22.37%
  • magenta value is 0.00%
  • yellow value is 1.37%
  • key color value is 14.12%

CMYK: (22,0,1,14)
C22M0Y1K14 (22%, 0%, 1%, 14%)
(0.22 / 0.00 / 0.01 / 0.14)

CMYK percentages

%22.37
%0
%1.37
%14.12

Codes

Color #AADBD8 in popluar color models

AA DB D8
RGB 170 219 216
HSL 176° 40.50% 76.27%
HSB/HSV 176° 22.37% 85.88%
CMYK 22.37% 0.00% 1.37%
14.12%

Color #AADBD8 in popluar number systems.

HEX AA DB D8
Decimal 170 219 216
Binary 10101010 11011011 11011000
Octal 252 333 330

Shades and tints

Shades of #AADBD8

#AADBD8
(170,219,216)
#9BC8C5
(155,200,197)
#8CB5B2
(140,181,178)
#7DA29F
(125,162,159)
#6E8F8C
(110,143,140)
#5F7C79
(95,124,121)
#506966
(80,105,102)
#415653
(65,86,83)
#324340
(50,67,64)
#23302D
(35,48,45)
#141D1A
(20,29,26)
#000000
(0,0,0)

Tints of #AADBD8

#AADBD8
(170,219,216)
#B1DEDB
(177,222,219)
#B8E1DE
(184,225,222)
#BFE4E1
(191,228,225)
#C6E7E4
(198,231,228)
#CDEAE7
(205,234,231)
#D4EDEA
(212,237,234)
#DBF0ED
(219,240,237)
#E2F3F0
(226,243,240)
#E9F6F3
(233,246,243)
#F0F9F6
(240,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADBD8 color. Also use rgb(170,219,216) instead hex code.

Text Font Color

.myTextColor { color: #AADBD8; }

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

This text font color is #AADBD8.

Background Color

.myBgColor { background-color: #AADBD8; }

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

This div background color is #AADBD8.

Border color

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

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

This div border color is #AADBD8.

Opacity

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

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

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

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

This text has shadow with #AADBD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AADBD8.

Preview

Color preview on black background

This text has color #AADBD8 on black background.


Color preview on white background

This text has color #AADBD8 on white background.


Black color preview on #AADBD8 background

This text has black color on #AADBD8 background.


White color preview on #AADBD8 background

This text has white color on #AADBD8 background.


Related colors

Complementary color

Complementary color for #hex is #552427.


I love getcolorcode.com

Triadic colors

1 #D8AADB and #DBD8AA with #AADBD8 are triadic colors.

2 #D8DBAA and #DBAAD8 with #AADBD8 are triadic colors.