COLOR #A9F6D9

HEX: #A9F6D9
RGB: (169,246,217)

Color info

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

RGB color model

#A9F6D9 color RGB value is (169,246,217).

  • red value is 169;
  • green value is 246;
  • blue value is 217.
RGB:
(169,246,217)
(66%,96%,85%)

RGB channels and saturation

R 169 of 255 = 66%
G 246 of 255 = 96%
B 217 of 255 = 85%

169
246
217

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

Portions of RGB colors in percentages

R + G + B =
169 + 246 + 217 = 632 (100%)
R 169 of 632 ~ 26.74%
G 246 of 632 ~ 38.92%
B 217 of 632 ~ 34.34%

%26.74
%38.92
%34.34

CMYK color model

#A9F6D9 color CMYK value is (31,0,12,4).

  • cyan value is 31.30%
  • magenta value is 0.00%
  • yellow value is 11.79%
  • key color value is 3.53%
CMYK:
(31,0,12,4)
C31M0Y12K4 
(31%,0%,12%,4%)
(0.31/0.00/0.12/0.04)	

CMYK percentages

%31.3
%0
%11.79
%3.53

Codes

Color #A9F6D9 in popluar color models

A9F6D9
RGB169246217
HSL157°81.05%81.37%
HSB/HSV157°31.30%96.47%
CMYK31.30%0.00%11.79%
3.53%

Color #A9F6D9 in popluar number systems.

HEXA9F6D9
Decimal169246217
Binary101010011111011011011001
Octal251366331

Shades and tints

Shades of #A9F6D9

#A9F6D9
(169,246,217)
#9AE0C6
(154,224,198)
#8BCAB3
(139,202,179)
#7CB4A0
(124,180,160)
#6D9E8D
(109,158,141)
#5E887A
(94,136,122)
#4F7267
(79,114,103)
#405C54
(64,92,84)
#314641
(49,70,65)
#22302E
(34,48,46)
#131A1B
(19,26,27)
#000000
(0,0,0)

Tints of #A9F6D9

#A9F6D9
(169,246,217)
#B0F6DC
(176,246,220)
#B7F6DF
(183,246,223)
#BEF6E2
(190,246,226)
#C5F6E5
(197,246,229)
#CCF6E8
(204,246,232)
#D3F6EB
(211,246,235)
#DAF6EE
(218,246,238)
#E1F6F1
(225,246,241)
#E8F6F4
(232,246,244)
#EFF6F7
(239,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9F6D9 color. Also use rgb(169,246,217) instead hex code.

Text Font Color

.myTextColor { color: #A9F6D9; }

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

This text font color is #A9F6D9.


Background Color

.myBgColor { background-color: #A9F6D9; }

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

This div background color is #A9F6D9.


Border color

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

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

This div border color is #A9F6D9.


Opacity

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

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

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

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

This text has shadow with #A9F6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9F6D9 on black background.


Color preview on white background

This text has color #A9F6D9 on white background.



Black color preview on #A9F6D9 background

This text has black color on #A9F6D9 background.


White color preview on #A9F6D9 background

This text has white color on #A9F6D9 background.