COLOR #A9FEC8

HEX: #A9FEC8
RGB: (169,254,200)

Color info

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

RGB color model

#A9FEC8 color RGB value is (169,254,200).

  • red value is 169;
  • green value is 254;
  • blue value is 200.
RGB:
(169,254,200)
(66%,100%,78%)

RGB channels and saturation

R 169 of 255 = 66%
G 254 of 255 = 100%
B 200 of 255 = 78%

169
254
200

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

Portions of RGB colors in percentages

R + G + B =
169 + 254 + 200 = 623 (100%)
R 169 of 623 ~ 27.13%
G 254 of 623 ~ 40.77%
B 200 of 623 ~ 32.1%

%27.13
%40.77
%32.1

CMYK color model

#A9FEC8 color CMYK value is (33,0,21,0).

  • cyan value is 33.46%
  • magenta value is 0.00%
  • yellow value is 21.26%
  • key color value is 0.39%
CMYK:
(33,0,21,0)
C33M0Y21K0 
(33%,0%,21%,0%)
(0.33/0.00/0.21/0.00)	

CMYK percentages

%33.46
%0
%21.26
%0.39

Codes

Color #A9FEC8 in popluar color models

A9FEC8
RGB169254200
HSL142°97.70%82.94%
HSB/HSV142°33.46%99.61%
CMYK33.46%0.00%21.26%
0.39%

Color #A9FEC8 in popluar number systems.

HEXA9FEC8
Decimal169254200
Binary101010011111111011001000
Octal251376310

Shades and tints

Shades of #A9FEC8

#A9FEC8
(169,254,200)
#9AE7B6
(154,231,182)
#8BD0A4
(139,208,164)
#7CB992
(124,185,146)
#6DA280
(109,162,128)
#5E8B6E
(94,139,110)
#4F745C
(79,116,92)
#405D4A
(64,93,74)
#314638
(49,70,56)
#222F26
(34,47,38)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #A9FEC8

#A9FEC8
(169,254,200)
#B0FECD
(176,254,205)
#B7FED2
(183,254,210)
#BEFED7
(190,254,215)
#C5FEDC
(197,254,220)
#CCFEE1
(204,254,225)
#D3FEE6
(211,254,230)
#DAFEEB
(218,254,235)
#E1FEF0
(225,254,240)
#E8FEF5
(232,254,245)
#EFFEFA
(239,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9FEC8 color. Also use rgb(169,254,200) instead hex code.

Text Font Color

.myTextColor { color: #A9FEC8; }

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

This text font color is #A9FEC8.


Background Color

.myBgColor { background-color: #A9FEC8; }

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

This div background color is #A9FEC8.


Border color

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

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

This div border color is #A9FEC8.


Opacity

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

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

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

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

This text has shadow with #A9FEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9FEC8 on black background.


Color preview on white background

This text has color #A9FEC8 on white background.



Black color preview on #A9FEC8 background

This text has black color on #A9FEC8 background.


White color preview on #A9FEC8 background

This text has white color on #A9FEC8 background.