COLOR #AAD1F6

HEX: #AAD1F6
RGB: (170,209,246)

Color info

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

RGB color model

#AAD1F6 color RGB value is (170,209,246).

  • red value is 170;
  • green value is 209;
  • blue value is 246.
RGB:
(170,209,246)
(67%,82%,96%)

RGB channels and saturation

R 170 of 255 = 67%
G 209 of 255 = 82%
B 246 of 255 = 96%

170
209
246

R + G + B ~ 82%. #AAD1F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 209 + 246 = 625 (100%)
R 170 of 625 ~ 27.2%
G 209 of 625 ~ 33.44%
B 246 of 625 ~ 39.36%

%27.2
%33.44
%39.36

CMYK color model

#AAD1F6 color CMYK value is (31,15,0,4).

  • cyan value is 30.89%
  • magenta value is 15.04%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(31,15,0,4)
C31M15Y0K4 
(31%,15%,0%,4%)
(0.31/0.15/0.00/0.04)	

CMYK percentages

%30.89
%15.04
%0
%3.53

Codes

Color #AAD1F6 in popluar color models

AAD1F6
RGB170209246
HSL209°80.85%81.57%
HSB/HSV209°30.89%96.47%
CMYK30.89%15.04%0.00%
3.53%

Color #AAD1F6 in popluar number systems.

HEXAAD1F6
Decimal170209246
Binary101010101101000111110110
Octal252321366

Shades and tints

Shades of #AAD1F6

#AAD1F6
(170,209,246)
#9BBEE0
(155,190,224)
#8CABCA
(140,171,202)
#7D98B4
(125,152,180)
#6E859E
(110,133,158)
#5F7288
(95,114,136)
#505F72
(80,95,114)
#414C5C
(65,76,92)
#323946
(50,57,70)
#232630
(35,38,48)
#14131A
(20,19,26)
#000000
(0,0,0)

Tints of #AAD1F6

#AAD1F6
(170,209,246)
#B1D5F6
(177,213,246)
#B8D9F6
(184,217,246)
#BFDDF6
(191,221,246)
#C6E1F6
(198,225,246)
#CDE5F6
(205,229,246)
#D4E9F6
(212,233,246)
#DBEDF6
(219,237,246)
#E2F1F6
(226,241,246)
#E9F5F6
(233,245,246)
#F0F9F6
(240,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD1F6; }

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

This text font color is #AAD1F6.


Background Color

.myBgColor { background-color: #AAD1F6; }

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

This div background color is #AAD1F6.


Border color

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

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

This div border color is #AAD1F6.


Opacity

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

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

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

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

This text has shadow with #AAD1F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD1F6 on black background.


Color preview on white background

This text has color #AAD1F6 on white background.



Black color preview on #AAD1F6 background

This text has black color on #AAD1F6 background.


White color preview on #AAD1F6 background

This text has white color on #AAD1F6 background.