COLOR #AAC5F6

HEX: #AAC5F6 RGB: (170,197,246)

Color info

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

RGB color model

#AAC5F6 color RGB value is (170,197,246).

RGB: (170,197,246) (67%, 77%, 96%)

RGB channels and saturation

R 170 of 255 = 67%
G 197 of 255 = 77%
B 246 of 255 = 96%

170
197
246

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

Portions of RGB colors in percentages

R + G + B = 170 + 197 + 246 = 613 (100%)
R 170 of 613 ~ 27.73%
G 197 of 613 ~ 32.14%
B 246 of 613 ~ 40.13'%

%27.73
%32.14
%40.13

CMYK color model

#AAC5F6 color CMYK value is (31,20,0,4).

  • cyan value is 30.89%
  • magenta value is 19.92%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (31,20,0,4)
C31M20Y0K4 (31%, 20%, 0%, 4%)
(0.31 / 0.20 / 0.00 / 0.04)

CMYK percentages

%30.89
%19.92
%0
%3.53

Codes

Color #AAC5F6 in popluar color models

AA C5 F6
RGB 170 197 246
HSL 219° 80.85% 81.57%
HSB/HSV 219° 30.89% 96.47%
CMYK 30.89% 19.92% 0.00%
3.53%

Color #AAC5F6 in popluar number systems.

HEX AA C5 F6
Decimal 170 197 246
Binary 10101010 11000101 11110110
Octal 252 305 366

Shades and tints

Shades of #AAC5F6

#AAC5F6
(170,197,246)
#9BB4E0
(155,180,224)
#8CA3CA
(140,163,202)
#7D92B4
(125,146,180)
#6E819E
(110,129,158)
#5F7088
(95,112,136)
#505F72
(80,95,114)
#414E5C
(65,78,92)
#323D46
(50,61,70)
#232C30
(35,44,48)
#141B1A
(20,27,26)
#000000
(0,0,0)

Tints of #AAC5F6

#AAC5F6
(170,197,246)
#B1CAF6
(177,202,246)
#B8CFF6
(184,207,246)
#BFD4F6
(191,212,246)
#C6D9F6
(198,217,246)
#CDDEF6
(205,222,246)
#D4E3F6
(212,227,246)
#DBE8F6
(219,232,246)
#E2EDF6
(226,237,246)
#E9F2F6
(233,242,246)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC5F6 color. Also use rgb(170,197,246) instead hex code.

Text Font Color

.myTextColor { color: #AAC5F6; }

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

This text font color is #AAC5F6.

Background Color

.myBgColor { background-color: #AAC5F6; }

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

This div background color is #AAC5F6.

Border color

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

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

This div border color is #AAC5F6.

Opacity

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

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

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

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

This text has shadow with #AAC5F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC5F6.

Preview

Color preview on black background

This text has color #AAC5F6 on black background.


Color preview on white background

This text has color #AAC5F6 on white background.


Black color preview on #AAC5F6 background

This text has black color on #AAC5F6 background.


White color preview on #AAC5F6 background

This text has white color on #AAC5F6 background.


Related colors

Complementary color

Complementary color for #hex is #553A09.


I love getcolorcode.com

Triadic colors

1 #F6AAC5 and #C5F6AA with #AAC5F6 are triadic colors.

2 #F6C5AA and #C5AAF6 with #AAC5F6 are triadic colors.