COLOR #A9FACD

HEX: #A9FACD
RGB: (169,250,205)

Color info

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

RGB color model

#A9FACD color RGB value is (169,250,205).

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

RGB channels and saturation

R 169 of 255 = 66%
G 250 of 255 = 98%
B 205 of 255 = 80%

169
250
205

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

Portions of RGB colors in percentages

R + G + B =
169 + 250 + 205 = 624 (100%)
R 169 of 624 ~ 27.08%
G 250 of 624 ~ 40.06%
B 205 of 624 ~ 32.85%

%27.08
%40.06
%32.85

CMYK color model

#A9FACD color CMYK value is (32,0,18,2).

  • cyan value is 32.40%
  • magenta value is 0.00%
  • yellow value is 18.00%
  • key color value is 1.96%
CMYK:
(32,0,18,2)
C32M0Y18K2 
(32%,0%,18%,2%)
(0.32/0.00/0.18/0.02)	

CMYK percentages

%32.4
%0
%18
%1.96

Codes

Color #A9FACD in popluar color models

A9FACD
RGB169250205
HSL147°89.01%82.16%
HSB/HSV147°32.40%98.04%
CMYK32.40%0.00%18.00%
1.96%

Color #A9FACD in popluar number systems.

HEXA9FACD
Decimal169250205
Binary101010011111101011001101
Octal251372315

Shades and tints

Shades of #A9FACD

#A9FACD
(169,250,205)
#9AE4BB
(154,228,187)
#8BCEA9
(139,206,169)
#7CB897
(124,184,151)
#6DA285
(109,162,133)
#5E8C73
(94,140,115)
#4F7661
(79,118,97)
#40604F
(64,96,79)
#314A3D
(49,74,61)
#22342B
(34,52,43)
#131E19
(19,30,25)
#000000
(0,0,0)

Tints of #A9FACD

#A9FACD
(169,250,205)
#B0FAD1
(176,250,209)
#B7FAD5
(183,250,213)
#BEFAD9
(190,250,217)
#C5FADD
(197,250,221)
#CCFAE1
(204,250,225)
#D3FAE5
(211,250,229)
#DAFAE9
(218,250,233)
#E1FAED
(225,250,237)
#E8FAF1
(232,250,241)
#EFFAF5
(239,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9FACD; }

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

This text font color is #A9FACD.


Background Color

.myBgColor { background-color: #A9FACD; }

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

This div background color is #A9FACD.


Border color

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

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

This div border color is #A9FACD.


Opacity

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

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

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

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

This text has shadow with #A9FACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9FACD on black background.


Color preview on white background

This text has color #A9FACD on white background.



Black color preview on #A9FACD background

This text has black color on #A9FACD background.


White color preview on #A9FACD background

This text has white color on #A9FACD background.