COLOR #A9F9CF

HEX: #A9F9CF
RGB: (169,249,207)

Color info

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

RGB color model

#A9F9CF color RGB value is (169,249,207).

  • red value is 169;
  • green value is 249;
  • blue value is 207.
RGB:
(169,249,207)
(66%,98%,81%)

RGB channels and saturation

R 169 of 255 = 66%
G 249 of 255 = 98%
B 207 of 255 = 81%

169
249
207

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

Portions of RGB colors in percentages

R + G + B =
169 + 249 + 207 = 625 (100%)
R 169 of 625 ~ 27.04%
G 249 of 625 ~ 39.84%
B 207 of 625 ~ 33.12%

%27.04
%39.84
%33.12

CMYK color model

#A9F9CF color CMYK value is (32,0,17,2).

  • cyan value is 32.13%
  • magenta value is 0.00%
  • yellow value is 16.87%
  • key color value is 2.35%
CMYK:
(32,0,17,2)
C32M0Y17K2 
(32%,0%,17%,2%)
(0.32/0.00/0.17/0.02)	

CMYK percentages

%32.13
%0
%16.87
%2.35

Codes

Color #A9F9CF in popluar color models

A9F9CF
RGB169249207
HSL149°86.96%81.96%
HSB/HSV149°32.13%97.65%
CMYK32.13%0.00%16.87%
2.35%

Color #A9F9CF in popluar number systems.

HEXA9F9CF
Decimal169249207
Binary101010011111100111001111
Octal251371317

Shades and tints

Shades of #A9F9CF

#A9F9CF
(169,249,207)
#9AE3BD
(154,227,189)
#8BCDAB
(139,205,171)
#7CB799
(124,183,153)
#6DA187
(109,161,135)
#5E8B75
(94,139,117)
#4F7563
(79,117,99)
#405F51
(64,95,81)
#31493F
(49,73,63)
#22332D
(34,51,45)
#131D1B
(19,29,27)
#000000
(0,0,0)

Tints of #A9F9CF

#A9F9CF
(169,249,207)
#B0F9D3
(176,249,211)
#B7F9D7
(183,249,215)
#BEF9DB
(190,249,219)
#C5F9DF
(197,249,223)
#CCF9E3
(204,249,227)
#D3F9E7
(211,249,231)
#DAF9EB
(218,249,235)
#E1F9EF
(225,249,239)
#E8F9F3
(232,249,243)
#EFF9F7
(239,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9F9CF color. Also use rgb(169,249,207) instead hex code.

Text Font Color

.myTextColor { color: #A9F9CF; }

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

This text font color is #A9F9CF.


Background Color

.myBgColor { background-color: #A9F9CF; }

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

This div background color is #A9F9CF.


Border color

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

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

This div border color is #A9F9CF.


Opacity

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

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

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

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

This text has shadow with #A9F9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9F9CF on black background.


Color preview on white background

This text has color #A9F9CF on white background.



Black color preview on #A9F9CF background

This text has black color on #A9F9CF background.


White color preview on #A9F9CF background

This text has white color on #A9F9CF background.