COLOR #A9F6C7

HEX: #A9F6C7
RGB: (169,246,199)

Color info

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

RGB color model

#A9F6C7 color RGB value is (169,246,199).

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

RGB channels and saturation

R 169 of 255 = 66%
G 246 of 255 = 96%
B 199 of 255 = 78%

169
246
199

R + G + B ~ 80%. #A9F6C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 246 + 199 = 614 (100%)
R 169 of 614 ~ 27.52%
G 246 of 614 ~ 40.07%
B 199 of 614 ~ 32.41%

%27.52
%40.07
%32.41

CMYK color model

#A9F6C7 color CMYK value is (31,0,19,4).

  • cyan value is 31.30%
  • magenta value is 0.00%
  • yellow value is 19.11%
  • key color value is 3.53%
CMYK:
(31,0,19,4)
C31M0Y19K4 
(31%,0%,19%,4%)
(0.31/0.00/0.19/0.04)	

CMYK percentages

%31.3
%0
%19.11
%3.53

Codes

Color #A9F6C7 in popluar color models

A9F6C7
RGB169246199
HSL143°81.05%81.37%
HSB/HSV143°31.30%96.47%
CMYK31.30%0.00%19.11%
3.53%

Color #A9F6C7 in popluar number systems.

HEXA9F6C7
Decimal169246199
Binary101010011111011011000111
Octal251366307

Shades and tints

Shades of #A9F6C7

#A9F6C7
(169,246,199)
#9AE0B5
(154,224,181)
#8BCAA3
(139,202,163)
#7CB491
(124,180,145)
#6D9E7F
(109,158,127)
#5E886D
(94,136,109)
#4F725B
(79,114,91)
#405C49
(64,92,73)
#314637
(49,70,55)
#223025
(34,48,37)
#131A13
(19,26,19)
#000000
(0,0,0)

Tints of #A9F6C7

#A9F6C7
(169,246,199)
#B0F6CC
(176,246,204)
#B7F6D1
(183,246,209)
#BEF6D6
(190,246,214)
#C5F6DB
(197,246,219)
#CCF6E0
(204,246,224)
#D3F6E5
(211,246,229)
#DAF6EA
(218,246,234)
#E1F6EF
(225,246,239)
#E8F6F4
(232,246,244)
#EFF6F9
(239,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9F6C7; }

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

This text font color is #A9F6C7.


Background Color

.myBgColor { background-color: #A9F6C7; }

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

This div background color is #A9F6C7.


Border color

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

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

This div border color is #A9F6C7.


Opacity

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

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

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

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

This text has shadow with #A9F6C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9F6C7 on black background.


Color preview on white background

This text has color #A9F6C7 on white background.



Black color preview on #A9F6C7 background

This text has black color on #A9F6C7 background.


White color preview on #A9F6C7 background

This text has white color on #A9F6C7 background.