COLOR #A9FDCC

HEX: #A9FDCC RGB: (169,253,204)

Color info

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

RGB color model

#A9FDCC color RGB value is (169,253,204).

RGB: (169,253,204) (66%, 99%, 80%)

RGB channels and saturation

R 169 of 255 = 66%
G 253 of 255 = 99%
B 204 of 255 = 80%

169
253
204

R + G + B ~ 82%. #A9FDCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 253 + 204 = 626 (100%)
R 169 of 626 ~ 27%
G 253 of 626 ~ 40.42%
B 204 of 626 ~ 32.59'%

%27
%40.42
%32.59

CMYK color model

#A9FDCC color CMYK value is (33,0,19,1).

  • cyan value is 33.20%
  • magenta value is 0.00%
  • yellow value is 19.37%
  • key color value is 0.78%

CMYK: (33,0,19,1)
C33M0Y19K1 (33%, 0%, 19%, 1%)
(0.33 / 0.00 / 0.19 / 0.01)

CMYK percentages

%33.2
%0
%19.37
%0.78

Codes

Color #A9FDCC in popluar color models

A9 FD CC
RGB 169 253 204
HSL 145° 95.45% 82.75%
HSB/HSV 145° 33.20% 99.22%
CMYK 33.20% 0.00% 19.37%
0.78%

Color #A9FDCC in popluar number systems.

HEX A9 FD CC
Decimal 169 253 204
Binary 10101001 11111101 11001100
Octal 251 375 314

Shades and tints

Shades of #A9FDCC

#A9FDCC
(169,253,204)
#9AE6BA
(154,230,186)
#8BCFA8
(139,207,168)
#7CB896
(124,184,150)
#6DA184
(109,161,132)
#5E8A72
(94,138,114)
#4F7360
(79,115,96)
#405C4E
(64,92,78)
#31453C
(49,69,60)
#222E2A
(34,46,42)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #A9FDCC

#A9FDCC
(169,253,204)
#B0FDD0
(176,253,208)
#B7FDD4
(183,253,212)
#BEFDD8
(190,253,216)
#C5FDDC
(197,253,220)
#CCFDE0
(204,253,224)
#D3FDE4
(211,253,228)
#DAFDE8
(218,253,232)
#E1FDEC
(225,253,236)
#E8FDF0
(232,253,240)
#EFFDF4
(239,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9FDCC; }

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

This text font color is #A9FDCC.

Background Color

.myBgColor { background-color: #A9FDCC; }

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

This div background color is #A9FDCC.

Border color

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

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

This div border color is #A9FDCC.

Opacity

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

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

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

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

This text has shadow with #A9FDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9FDCC.

Preview

Color preview on black background

This text has color #A9FDCC on black background.


Color preview on white background

This text has color #A9FDCC on white background.


Black color preview on #A9FDCC background

This text has black color on #A9FDCC background.


White color preview on #A9FDCC background

This text has white color on #A9FDCC background.


Related colors

Complementary color

Complementary color for #hex is #560233.


I love getcolorcode.com

Triadic colors

1 #CCA9FD and #FDCCA9 with #A9FDCC are triadic colors.

2 #CCFDA9 and #FDA9CC with #A9FDCC are triadic colors.