COLOR #A9F0CC

HEX: #A9F0CC RGB: (169,240,204)

Color info

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

RGB color model

#A9F0CC color RGB value is (169,240,204).

RGB: (169,240,204) (66%, 94%, 80%)

RGB channels and saturation

R 169 of 255 = 66%
G 240 of 255 = 94%
B 204 of 255 = 80%

169
240
204

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

Portions of RGB colors in percentages

R + G + B = 169 + 240 + 204 = 613 (100%)
R 169 of 613 ~ 27.57%
G 240 of 613 ~ 39.15%
B 204 of 613 ~ 33.28'%

%27.57
%39.15
%33.28

CMYK color model

#A9F0CC color CMYK value is (30,0,15,6).

  • cyan value is 29.58%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 5.88%

CMYK: (30,0,15,6)
C30M0Y15K6 (30%, 0%, 15%, 6%)
(0.30 / 0.00 / 0.15 / 0.06)

CMYK percentages

%29.58
%0
%15
%5.88

Codes

Color #A9F0CC in popluar color models

A9 F0 CC
RGB 169 240 204
HSL 150° 70.30% 80.20%
HSB/HSV 150° 29.58% 94.12%
CMYK 29.58% 0.00% 15.00%
5.88%

Color #A9F0CC in popluar number systems.

HEX A9 F0 CC
Decimal 169 240 204
Binary 10101001 11110000 11001100
Octal 251 360 314

Shades and tints

Shades of #A9F0CC

#A9F0CC
(169,240,204)
#9ADBBA
(154,219,186)
#8BC6A8
(139,198,168)
#7CB196
(124,177,150)
#6D9C84
(109,156,132)
#5E8772
(94,135,114)
#4F7260
(79,114,96)
#405D4E
(64,93,78)
#31483C
(49,72,60)
#22332A
(34,51,42)
#131E18
(19,30,24)
#000000
(0,0,0)

Tints of #A9F0CC

#A9F0CC
(169,240,204)
#B0F1D0
(176,241,208)
#B7F2D4
(183,242,212)
#BEF3D8
(190,243,216)
#C5F4DC
(197,244,220)
#CCF5E0
(204,245,224)
#D3F6E4
(211,246,228)
#DAF7E8
(218,247,232)
#E1F8EC
(225,248,236)
#E8F9F0
(232,249,240)
#EFFAF4
(239,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9F0CC color. Also use rgb(169,240,204) instead hex code.

Text Font Color

.myTextColor { color: #A9F0CC; }

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

This text font color is #A9F0CC.

Background Color

.myBgColor { background-color: #A9F0CC; }

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

This div background color is #A9F0CC.

Border color

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

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

This div border color is #A9F0CC.

Opacity

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

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

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

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

This text has shadow with #A9F0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9F0CC.

Preview

Color preview on black background

This text has color #A9F0CC on black background.


Color preview on white background

This text has color #A9F0CC on white background.


Black color preview on #A9F0CC background

This text has black color on #A9F0CC background.


White color preview on #A9F0CC background

This text has white color on #A9F0CC background.


Related colors

Complementary color

Complementary color for #hex is #560F33.


I love getcolorcode.com

Triadic colors

1 #CCA9F0 and #F0CCA9 with #A9F0CC are triadic colors.

2 #CCF0A9 and #F0A9CC with #A9F0CC are triadic colors.