COLOR #AAD4F8

HEX: #AAD4F8
RGB: (170,212,248)

Color info

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

RGB color model

#AAD4F8 color RGB value is (170,212,248).

  • red value is 170;
  • green value is 212;
  • blue value is 248.
RGB:
(170,212,248)
(67%,83%,97%)

RGB channels and saturation

R 170 of 255 = 67%
G 212 of 255 = 83%
B 248 of 255 = 97%

170
212
248

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

Portions of RGB colors in percentages

R + G + B =
170 + 212 + 248 = 630 (100%)
R 170 of 630 ~ 26.98%
G 212 of 630 ~ 33.65%
B 248 of 630 ~ 39.37%

%26.98
%33.65
%39.37

CMYK color model

#AAD4F8 color CMYK value is (31,15,0,3).

  • cyan value is 31.45%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(31,15,0,3)
C31M15Y0K3 
(31%,15%,0%,3%)
(0.31/0.15/0.00/0.03)	

CMYK percentages

%31.45
%14.52
%0
%2.75

Codes

Color #AAD4F8 in popluar color models

AAD4F8
RGB170212248
HSL208°84.78%81.96%
HSB/HSV208°31.45%97.25%
CMYK31.45%14.52%0.00%
2.75%

Color #AAD4F8 in popluar number systems.

HEXAAD4F8
Decimal170212248
Binary101010101101010011111000
Octal252324370

Shades and tints

Shades of #AAD4F8

#AAD4F8
(170,212,248)
#9BC1E2
(155,193,226)
#8CAECC
(140,174,204)
#7D9BB6
(125,155,182)
#6E88A0
(110,136,160)
#5F758A
(95,117,138)
#506274
(80,98,116)
#414F5E
(65,79,94)
#323C48
(50,60,72)
#232932
(35,41,50)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #AAD4F8

#AAD4F8
(170,212,248)
#B1D7F8
(177,215,248)
#B8DAF8
(184,218,248)
#BFDDF8
(191,221,248)
#C6E0F8
(198,224,248)
#CDE3F8
(205,227,248)
#D4E6F8
(212,230,248)
#DBE9F8
(219,233,248)
#E2ECF8
(226,236,248)
#E9EFF8
(233,239,248)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD4F8 color. Also use rgb(170,212,248) instead hex code.

Text Font Color

.myTextColor { color: #AAD4F8; }

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

This text font color is #AAD4F8.


Background Color

.myBgColor { background-color: #AAD4F8; }

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

This div background color is #AAD4F8.


Border color

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

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

This div border color is #AAD4F8.


Opacity

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

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

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

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

This text has shadow with #AAD4F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD4F8 on black background.


Color preview on white background

This text has color #AAD4F8 on white background.



Black color preview on #AAD4F8 background

This text has black color on #AAD4F8 background.


White color preview on #AAD4F8 background

This text has white color on #AAD4F8 background.