COLOR #A9FCCD

HEX: #A9FCCD
RGB: (169,252,205)

Color info

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

RGB color model

#A9FCCD color RGB value is (169,252,205).

  • red value is 169;
  • green value is 252;
  • blue value is 205.
RGB:
(169,252,205)
(66%,99%,80%)

RGB channels and saturation

R 169 of 255 = 66%
G 252 of 255 = 99%
B 205 of 255 = 80%

169
252
205

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

Portions of RGB colors in percentages

R + G + B =
169 + 252 + 205 = 626 (100%)
R 169 of 626 ~ 27%
G 252 of 626 ~ 40.26%
B 205 of 626 ~ 32.75%

%27
%40.26
%32.75

CMYK color model

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

  • cyan value is 32.94%
  • magenta value is 0.00%
  • yellow value is 18.65%
  • key color value is 1.18%
CMYK:
(33,0,19,1)
C33M0Y19K1 
(33%,0%,19%,1%)
(0.33/0.00/0.19/0.01)	

CMYK percentages

%32.94
%0
%18.65
%1.18

Codes

Color #A9FCCD in popluar color models

A9FCCD
RGB169252205
HSL146°93.26%82.55%
HSB/HSV146°32.94%98.82%
CMYK32.94%0.00%18.65%
1.18%

Color #A9FCCD in popluar number systems.

HEXA9FCCD
Decimal169252205
Binary101010011111110011001101
Octal251374315

Shades and tints

Shades of #A9FCCD

#A9FCCD
(169,252,205)
#9AE6BB
(154,230,187)
#8BD0A9
(139,208,169)
#7CBA97
(124,186,151)
#6DA485
(109,164,133)
#5E8E73
(94,142,115)
#4F7861
(79,120,97)
#40624F
(64,98,79)
#314C3D
(49,76,61)
#22362B
(34,54,43)
#132019
(19,32,25)
#000000
(0,0,0)

Tints of #A9FCCD

#A9FCCD
(169,252,205)
#B0FCD1
(176,252,209)
#B7FCD5
(183,252,213)
#BEFCD9
(190,252,217)
#C5FCDD
(197,252,221)
#CCFCE1
(204,252,225)
#D3FCE5
(211,252,229)
#DAFCE9
(218,252,233)
#E1FCED
(225,252,237)
#E8FCF1
(232,252,241)
#EFFCF5
(239,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9FCCD color. Also use rgb(169,252,205) instead hex code.

Text Font Color

.myTextColor { color: #A9FCCD; }

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

This text font color is #A9FCCD.


Background Color

.myBgColor { background-color: #A9FCCD; }

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

This div background color is #A9FCCD.


Border color

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

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

This div border color is #A9FCCD.


Opacity

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

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

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

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

This text has shadow with #A9FCCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9FCCD on black background.


Color preview on white background

This text has color #A9FCCD on white background.



Black color preview on #A9FCCD background

This text has black color on #A9FCCD background.


White color preview on #A9FCCD background

This text has white color on #A9FCCD background.