COLOR #A9FFDF

HEX: #A9FFDF
RGB: (169,255,223)

Color info

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

RGB color model

#A9FFDF color RGB value is (169,255,223).

  • red value is 169;
  • green value is 255;
  • blue value is 223.
RGB:
(169,255,223)
(66%,100%,87%)

RGB channels and saturation

R 169 of 255 = 66%
G 255 of 255 = 100%
B 223 of 255 = 87%

169
255
223

R + G + B ~ 84%. #A9FFDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 255 + 223 = 647 (100%)
R 169 of 647 ~ 26.12%
G 255 of 647 ~ 39.41%
B 223 of 647 ~ 34.47%

%26.12
%39.41
%34.47

CMYK color model

#A9FFDF color CMYK value is (34,0,13,0).

  • cyan value is 33.73%
  • magenta value is 0.00%
  • yellow value is 12.55%
  • key color value is 0.00%
CMYK:
(34,0,13,0)
C34M0Y13K0 
(34%,0%,13%,0%)
(0.34/0.00/0.13/0.00)	

CMYK percentages

%33.73
%0
%12.55
%0

Codes

Color #A9FFDF in popluar color models

A9FFDF
RGB169255223
HSL158°100.00%83.14%
HSB/HSV158°33.73%100.00%
CMYK33.73%0.00%12.55%
0.00%

Color #A9FFDF in popluar number systems.

HEXA9FFDF
Decimal169255223
Binary101010011111111111011111
Octal251377337

Shades and tints

Shades of #A9FFDF

#A9FFDF
(169,255,223)
#9AE8CB
(154,232,203)
#8BD1B7
(139,209,183)
#7CBAA3
(124,186,163)
#6DA38F
(109,163,143)
#5E8C7B
(94,140,123)
#4F7567
(79,117,103)
#405E53
(64,94,83)
#31473F
(49,71,63)
#22302B
(34,48,43)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #A9FFDF

#A9FFDF
(169,255,223)
#B0FFE1
(176,255,225)
#B7FFE3
(183,255,227)
#BEFFE5
(190,255,229)
#C5FFE7
(197,255,231)
#CCFFE9
(204,255,233)
#D3FFEB
(211,255,235)
#DAFFED
(218,255,237)
#E1FFEF
(225,255,239)
#E8FFF1
(232,255,241)
#EFFFF3
(239,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9FFDF color. Also use rgb(169,255,223) instead hex code.

Text Font Color

.myTextColor { color: #A9FFDF; }

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

This text font color is #A9FFDF.


Background Color

.myBgColor { background-color: #A9FFDF; }

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

This div background color is #A9FFDF.


Border color

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

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

This div border color is #A9FFDF.


Opacity

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

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

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

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

This text has shadow with #A9FFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9FFDF on black background.


Color preview on white background

This text has color #A9FFDF on white background.



Black color preview on #A9FFDF background

This text has black color on #A9FFDF background.


White color preview on #A9FFDF background

This text has white color on #A9FFDF background.