COLOR #AAD4FB

HEX: #AAD4FB RGB: (170,212,251)

Color info

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

RGB color model

#AAD4FB color RGB value is (170,212,251).

RGB: (170,212,251) (67%, 83%, 98%)

RGB channels and saturation

R 170 of 255 = 67%
G 212 of 255 = 83%
B 251 of 255 = 98%

170
212
251

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

Portions of RGB colors in percentages

R + G + B = 170 + 212 + 251 = 633 (100%)
R 170 of 633 ~ 26.86%
G 212 of 633 ~ 33.49%
B 251 of 633 ~ 39.65'%

%26.86
%33.49
%39.65

CMYK color model

#AAD4FB color CMYK value is (32,16,0,2).

  • cyan value is 32.27%
  • magenta value is 15.54%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (32,16,0,2)
C32M16Y0K2 (32%, 16%, 0%, 2%)
(0.32 / 0.16 / 0.00 / 0.02)

CMYK percentages

%32.27
%15.54
%0
%1.57

Codes

Color #AAD4FB in popluar color models

AA D4 FB
RGB 170 212 251
HSL 209° 91.01% 82.55%
HSB/HSV 209° 32.27% 98.43%
CMYK 32.27% 15.54% 0.00%
1.57%

Color #AAD4FB in popluar number systems.

HEX AA D4 FB
Decimal 170 212 251
Binary 10101010 11010100 11111011
Octal 252 324 373

Shades and tints

Shades of #AAD4FB

#AAD4FB
(170,212,251)
#9BC1E5
(155,193,229)
#8CAECF
(140,174,207)
#7D9BB9
(125,155,185)
#6E88A3
(110,136,163)
#5F758D
(95,117,141)
#506277
(80,98,119)
#414F61
(65,79,97)
#323C4B
(50,60,75)
#232935
(35,41,53)
#14161F
(20,22,31)
#000000
(0,0,0)

Tints of #AAD4FB

#AAD4FB
(170,212,251)
#B1D7FB
(177,215,251)
#B8DAFB
(184,218,251)
#BFDDFB
(191,221,251)
#C6E0FB
(198,224,251)
#CDE3FB
(205,227,251)
#D4E6FB
(212,230,251)
#DBE9FB
(219,233,251)
#E2ECFB
(226,236,251)
#E9EFFB
(233,239,251)
#F0F2FB
(240,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD4FB; }

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

This text font color is #AAD4FB.

Background Color

.myBgColor { background-color: #AAD4FB; }

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

This div background color is #AAD4FB.

Border color

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

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

This div border color is #AAD4FB.

Opacity

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

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

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

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

This text has shadow with #AAD4FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD4FB.

Preview

Color preview on black background

This text has color #AAD4FB on black background.


Color preview on white background

This text has color #AAD4FB on white background.


Black color preview on #AAD4FB background

This text has black color on #AAD4FB background.


White color preview on #AAD4FB background

This text has white color on #AAD4FB background.


Related colors

Complementary color

Complementary color for #hex is #552B04.


I love getcolorcode.com

Triadic colors

1 #FBAAD4 and #D4FBAA with #AAD4FB are triadic colors.

2 #FBD4AA and #D4AAFB with #AAD4FB are triadic colors.