COLOR #AAF3F8

HEX: #AAF3F8 RGB: (170,243,248)

Color info

#AAF3F8 contains mainly green and blue colors. Web safe color of #AAF3F8 is #99FFFF (or #9FF).

RGB color model

#AAF3F8 color RGB value is (170,243,248).

RGB: (170,243,248) (67%, 95%, 97%)

RGB channels and saturation

R 170 of 255 = 67%
G 243 of 255 = 95%
B 248 of 255 = 97%

170
243
248

R + G + B ~ 86%. #AAF3F8 is light color.

Portions of RGB colors in percentages

R + G + B = 170 + 243 + 248 = 661 (100%)
R 170 of 661 ~ 25.72%
G 243 of 661 ~ 36.76%
B 248 of 661 ~ 37.52'%

%25.72
%36.76
%37.52

CMYK color model

#AAF3F8 color CMYK value is (31,2,0,3).

  • cyan value is 31.45%
  • magenta value is 2.02%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (31,2,0,3)
C31M2Y0K3 (31%, 2%, 0%, 3%)
(0.31 / 0.02 / 0.00 / 0.03)

CMYK percentages

%31.45
%2.02
%0
%2.75

Codes

Color #AAF3F8 in popluar color models

AA F3 F8
RGB 170 243 248
HSL 184° 84.78% 81.96%
HSB/HSV 184° 31.45% 97.25%
CMYK 31.45% 2.02% 0.00%
2.75%

Color #AAF3F8 in popluar number systems.

HEX AA F3 F8
Decimal 170 243 248
Binary 10101010 11110011 11111000
Octal 252 363 370

Shades and tints

Shades of #AAF3F8

#AAF3F8
(170,243,248)
#9BDDE2
(155,221,226)
#8CC7CC
(140,199,204)
#7DB1B6
(125,177,182)
#6E9BA0
(110,155,160)
#5F858A
(95,133,138)
#506F74
(80,111,116)
#41595E
(65,89,94)
#324348
(50,67,72)
#232D32
(35,45,50)
#14171C
(20,23,28)
#000000
(0,0,0)

Tints of #AAF3F8

#AAF3F8
(170,243,248)
#B1F4F8
(177,244,248)
#B8F5F8
(184,245,248)
#BFF6F8
(191,246,248)
#C6F7F8
(198,247,248)
#CDF8F8
(205,248,248)
#D4F9F8
(212,249,248)
#DBFAF8
(219,250,248)
#E2FBF8
(226,251,248)
#E9FCF8
(233,252,248)
#F0FDF8
(240,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAF3F8; }

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

This text font color is #AAF3F8.

Background Color

.myBgColor { background-color: #AAF3F8; }

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

This div background color is #AAF3F8.

Border color

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

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

This div border color is #AAF3F8.

Opacity

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

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

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

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

This text has shadow with #AAF3F8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAF3F8.

Preview

Color preview on black background

This text has color #AAF3F8 on black background.


Color preview on white background

This text has color #AAF3F8 on white background.


Black color preview on #AAF3F8 background

This text has black color on #AAF3F8 background.


White color preview on #AAF3F8 background

This text has white color on #AAF3F8 background.


Related colors

Complementary color

Complementary color for #hex is #550C07.


I love getcolorcode.com

Triadic colors

1 #F8AAF3 and #F3F8AA with #AAF3F8 are triadic colors.

2 #F8F3AA and #F3AAF8 with #AAF3F8 are triadic colors.