COLOR #AAC9F2

HEX: #AAC9F2 RGB: (170,201,242)

Color info

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

RGB color model

#AAC9F2 color RGB value is (170,201,242).

RGB: (170,201,242) (67%, 79%, 95%)

RGB channels and saturation

R 170 of 255 = 67%
G 201 of 255 = 79%
B 242 of 255 = 95%

170
201
242

R + G + B ~ 80%. #AAC9F2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 201 + 242 = 613 (100%)
R 170 of 613 ~ 27.73%
G 201 of 613 ~ 32.79%
B 242 of 613 ~ 39.48'%

%27.73
%32.79
%39.48

CMYK color model

#AAC9F2 color CMYK value is (30,17,0,5).

  • cyan value is 29.75%
  • magenta value is 16.94%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (30,17,0,5)
C30M17Y0K5 (30%, 17%, 0%, 5%)
(0.30 / 0.17 / 0.00 / 0.05)

CMYK percentages

%29.75
%16.94
%0
%5.1

Codes

Color #AAC9F2 in popluar color models

AA C9 F2
RGB 170 201 242
HSL 214° 73.47% 80.78%
HSB/HSV 214° 29.75% 94.90%
CMYK 29.75% 16.94% 0.00%
5.10%

Color #AAC9F2 in popluar number systems.

HEX AA C9 F2
Decimal 170 201 242
Binary 10101010 11001001 11110010
Octal 252 311 362

Shades and tints

Shades of #AAC9F2

#AAC9F2
(170,201,242)
#9BB7DC
(155,183,220)
#8CA5C6
(140,165,198)
#7D93B0
(125,147,176)
#6E819A
(110,129,154)
#5F6F84
(95,111,132)
#505D6E
(80,93,110)
#414B58
(65,75,88)
#323942
(50,57,66)
#23272C
(35,39,44)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #AAC9F2

#AAC9F2
(170,201,242)
#B1CDF3
(177,205,243)
#B8D1F4
(184,209,244)
#BFD5F5
(191,213,245)
#C6D9F6
(198,217,246)
#CDDDF7
(205,221,247)
#D4E1F8
(212,225,248)
#DBE5F9
(219,229,249)
#E2E9FA
(226,233,250)
#E9EDFB
(233,237,251)
#F0F1FC
(240,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC9F2 color. Also use rgb(170,201,242) instead hex code.

Text Font Color

.myTextColor { color: #AAC9F2; }

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

This text font color is #AAC9F2.

Background Color

.myBgColor { background-color: #AAC9F2; }

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

This div background color is #AAC9F2.

Border color

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

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

This div border color is #AAC9F2.

Opacity

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

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

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

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

This text has shadow with #AAC9F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC9F2.

Preview

Color preview on black background

This text has color #AAC9F2 on black background.


Color preview on white background

This text has color #AAC9F2 on white background.


Black color preview on #AAC9F2 background

This text has black color on #AAC9F2 background.


White color preview on #AAC9F2 background

This text has white color on #AAC9F2 background.


Related colors

Complementary color

Complementary color for #hex is #55360D.


I love getcolorcode.com

Triadic colors

1 #F2AAC9 and #C9F2AA with #AAC9F2 are triadic colors.

2 #F2C9AA and #C9AAF2 with #AAC9F2 are triadic colors.