COLOR #AAF1CC

HEX: #AAF1CC
RGB: (170,241,204)

Color info

#AAF1CC contains mainly green and blue colors. Web safe color of #AAF1CC is #99FFCC (or #9FC).

RGB color model

#AAF1CC color RGB value is (170,241,204).

  • red value is 170;
  • green value is 241;
  • blue value is 204.
RGB:
(170,241,204)
(67%,95%,80%)

RGB channels and saturation

R 170 of 255 = 67%
G 241 of 255 = 95%
B 204 of 255 = 80%

170
241
204

R + G + B ~ 81%. #AAF1CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 241 + 204 = 615 (100%)
R 170 of 615 ~ 27.64%
G 241 of 615 ~ 39.19%
B 204 of 615 ~ 33.17%

%27.64
%39.19
%33.17

CMYK color model

#AAF1CC color CMYK value is (29,0,15,5).

  • cyan value is 29.46%
  • magenta value is 0.00%
  • yellow value is 15.35%
  • key color value is 5.49%
CMYK:
(29,0,15,5)
C29M0Y15K5 
(29%,0%,15%,5%)
(0.29/0.00/0.15/0.05)	

CMYK percentages

%29.46
%0
%15.35
%5.49

Codes

Color #AAF1CC in popluar color models

AAF1CC
RGB170241204
HSL149°71.72%80.59%
HSB/HSV149°29.46%94.51%
CMYK29.46%0.00%15.35%
5.49%

Color #AAF1CC in popluar number systems.

HEXAAF1CC
Decimal170241204
Binary101010101111000111001100
Octal252361314

Shades and tints

Shades of #AAF1CC

#AAF1CC
(170,241,204)
#9BDCBA
(155,220,186)
#8CC7A8
(140,199,168)
#7DB296
(125,178,150)
#6E9D84
(110,157,132)
#5F8872
(95,136,114)
#507360
(80,115,96)
#415E4E
(65,94,78)
#32493C
(50,73,60)
#23342A
(35,52,42)
#141F18
(20,31,24)
#000000
(0,0,0)

Tints of #AAF1CC

#AAF1CC
(170,241,204)
#B1F2D0
(177,242,208)
#B8F3D4
(184,243,212)
#BFF4D8
(191,244,216)
#C6F5DC
(198,245,220)
#CDF6E0
(205,246,224)
#D4F7E4
(212,247,228)
#DBF8E8
(219,248,232)
#E2F9EC
(226,249,236)
#E9FAF0
(233,250,240)
#F0FBF4
(240,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAF1CC color. Also use rgb(170,241,204) instead hex code.

Text Font Color

.myTextColor { color: #AAF1CC; }

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

This text font color is #AAF1CC.


Background Color

.myBgColor { background-color: #AAF1CC; }

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

This div background color is #AAF1CC.


Border color

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

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

This div border color is #AAF1CC.


Opacity

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

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

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

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

This text has shadow with #AAF1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAF1CC on black background.


Color preview on white background

This text has color #AAF1CC on white background.



Black color preview on #AAF1CC background

This text has black color on #AAF1CC background.


White color preview on #AAF1CC background

This text has white color on #AAF1CC background.