COLOR #AAD2FB

HEX: #AAD2FB
RGB: (170,210,251)

Color info

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

RGB color model

#AAD2FB color RGB value is (170,210,251).

  • red value is 170;
  • green value is 210;
  • blue value is 251.
RGB:
(170,210,251)
(67%,82%,98%)

RGB channels and saturation

R 170 of 255 = 67%
G 210 of 255 = 82%
B 251 of 255 = 98%

170
210
251

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

Portions of RGB colors in percentages

R + G + B =
170 + 210 + 251 = 631 (100%)
R 170 of 631 ~ 26.94%
G 210 of 631 ~ 33.28%
B 251 of 631 ~ 39.78%

%26.94
%33.28
%39.78

CMYK color model

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

  • cyan value is 32.27%
  • magenta value is 16.33%
  • 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
%16.33
%0
%1.57

Codes

Color #AAD2FB in popluar color models

AAD2FB
RGB170210251
HSL210°91.01%82.55%
HSB/HSV210°32.27%98.43%
CMYK32.27%16.33%0.00%
1.57%

Color #AAD2FB in popluar number systems.

HEXAAD2FB
Decimal170210251
Binary101010101101001011111011
Octal252322373

Shades and tints

Shades of #AAD2FB

#AAD2FB
(170,210,251)
#9BBFE5
(155,191,229)
#8CACCF
(140,172,207)
#7D99B9
(125,153,185)
#6E86A3
(110,134,163)
#5F738D
(95,115,141)
#506077
(80,96,119)
#414D61
(65,77,97)
#323A4B
(50,58,75)
#232735
(35,39,53)
#14141F
(20,20,31)
#000000
(0,0,0)

Tints of #AAD2FB

#AAD2FB
(170,210,251)
#B1D6FB
(177,214,251)
#B8DAFB
(184,218,251)
#BFDEFB
(191,222,251)
#C6E2FB
(198,226,251)
#CDE6FB
(205,230,251)
#D4EAFB
(212,234,251)
#DBEEFB
(219,238,251)
#E2F2FB
(226,242,251)
#E9F6FB
(233,246,251)
#F0FAFB
(240,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD2FB; }

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

This text font color is #AAD2FB.


Background Color

.myBgColor { background-color: #AAD2FB; }

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

This div background color is #AAD2FB.


Border color

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

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

This div border color is #AAD2FB.


Opacity

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

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

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

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

This text has shadow with #AAD2FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD2FB on black background.


Color preview on white background

This text has color #AAD2FB on white background.



Black color preview on #AAD2FB background

This text has black color on #AAD2FB background.


White color preview on #AAD2FB background

This text has white color on #AAD2FB background.