COLOR #AADBF6

HEX: #AADBF6 RGB: (170,219,246)

Color info

#AADBF6 contains mainly green and blue colors. Web safe color of #AADBF6 is #99CCFF (or #9CF).

RGB color model

#AADBF6 color RGB value is (170,219,246).

RGB: (170,219,246) (67%, 86%, 96%)

RGB channels and saturation

R 170 of 255 = 67%
G 219 of 255 = 86%
B 246 of 255 = 96%

170
219
246

R + G + B ~ 83%. #AADBF6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 219 + 246 = 635 (100%)
R 170 of 635 ~ 26.77%
G 219 of 635 ~ 34.49%
B 246 of 635 ~ 38.74'%

%26.77
%34.49
%38.74

CMYK color model

#AADBF6 color CMYK value is (31,11,0,4).

  • cyan value is 30.89%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (31,11,0,4)
C31M11Y0K4 (31%, 11%, 0%, 4%)
(0.31 / 0.11 / 0.00 / 0.04)

CMYK percentages

%30.89
%10.98
%0
%3.53

Codes

Color #AADBF6 in popluar color models

AA DB F6
RGB 170 219 246
HSL 201° 80.85% 81.57%
HSB/HSV 201° 30.89% 96.47%
CMYK 30.89% 10.98% 0.00%
3.53%

Color #AADBF6 in popluar number systems.

HEX AA DB F6
Decimal 170 219 246
Binary 10101010 11011011 11110110
Octal 252 333 366

Shades and tints

Shades of #AADBF6

#AADBF6
(170,219,246)
#9BC8E0
(155,200,224)
#8CB5CA
(140,181,202)
#7DA2B4
(125,162,180)
#6E8F9E
(110,143,158)
#5F7C88
(95,124,136)
#506972
(80,105,114)
#41565C
(65,86,92)
#324346
(50,67,70)
#233030
(35,48,48)
#141D1A
(20,29,26)
#000000
(0,0,0)

Tints of #AADBF6

#AADBF6
(170,219,246)
#B1DEF6
(177,222,246)
#B8E1F6
(184,225,246)
#BFE4F6
(191,228,246)
#C6E7F6
(198,231,246)
#CDEAF6
(205,234,246)
#D4EDF6
(212,237,246)
#DBF0F6
(219,240,246)
#E2F3F6
(226,243,246)
#E9F6F6
(233,246,246)
#F0F9F6
(240,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADBF6; }

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

This text font color is #AADBF6.

Background Color

.myBgColor { background-color: #AADBF6; }

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

This div background color is #AADBF6.

Border color

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

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

This div border color is #AADBF6.

Opacity

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

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

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

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

This text has shadow with #AADBF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AADBF6.

Preview

Color preview on black background

This text has color #AADBF6 on black background.


Color preview on white background

This text has color #AADBF6 on white background.


Black color preview on #AADBF6 background

This text has black color on #AADBF6 background.


White color preview on #AADBF6 background

This text has white color on #AADBF6 background.


Related colors

Complementary color

Complementary color for #hex is #552409.


I love getcolorcode.com

Triadic colors

1 #F6AADB and #DBF6AA with #AADBF6 are triadic colors.

2 #F6DBAA and #DBAAF6 with #AADBF6 are triadic colors.