COLOR #A9F0CE

HEX: #A9F0CE
RGB: (169,240,206)

Color info

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

RGB color model

#A9F0CE color RGB value is (169,240,206).

  • red value is 169;
  • green value is 240;
  • blue value is 206.
RGB:
(169,240,206)
(66%,94%,81%)

RGB channels and saturation

R 169 of 255 = 66%
G 240 of 255 = 94%
B 206 of 255 = 81%

169
240
206

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

Portions of RGB colors in percentages

R + G + B =
169 + 240 + 206 = 615 (100%)
R 169 of 615 ~ 27.48%
G 240 of 615 ~ 39.02%
B 206 of 615 ~ 33.5%

%27.48
%39.02
%33.5

CMYK color model

#A9F0CE color CMYK value is (30,0,14,6).

  • cyan value is 29.58%
  • magenta value is 0.00%
  • yellow value is 14.17%
  • key color value is 5.88%
CMYK:
(30,0,14,6)
C30M0Y14K6 
(30%,0%,14%,6%)
(0.30/0.00/0.14/0.06)	

CMYK percentages

%29.58
%0
%14.17
%5.88

Codes

Color #A9F0CE in popluar color models

A9F0CE
RGB169240206
HSL151°70.30%80.20%
HSB/HSV151°29.58%94.12%
CMYK29.58%0.00%14.17%
5.88%

Color #A9F0CE in popluar number systems.

HEXA9F0CE
Decimal169240206
Binary101010011111000011001110
Octal251360316

Shades and tints

Shades of #A9F0CE

#A9F0CE
(169,240,206)
#9ADBBC
(154,219,188)
#8BC6AA
(139,198,170)
#7CB198
(124,177,152)
#6D9C86
(109,156,134)
#5E8774
(94,135,116)
#4F7262
(79,114,98)
#405D50
(64,93,80)
#31483E
(49,72,62)
#22332C
(34,51,44)
#131E1A
(19,30,26)
#000000
(0,0,0)

Tints of #A9F0CE

#A9F0CE
(169,240,206)
#B0F1D2
(176,241,210)
#B7F2D6
(183,242,214)
#BEF3DA
(190,243,218)
#C5F4DE
(197,244,222)
#CCF5E2
(204,245,226)
#D3F6E6
(211,246,230)
#DAF7EA
(218,247,234)
#E1F8EE
(225,248,238)
#E8F9F2
(232,249,242)
#EFFAF6
(239,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9F0CE color. Also use rgb(169,240,206) instead hex code.

Text Font Color

.myTextColor { color: #A9F0CE; }

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

This text font color is #A9F0CE.


Background Color

.myBgColor { background-color: #A9F0CE; }

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

This div background color is #A9F0CE.


Border color

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

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

This div border color is #A9F0CE.


Opacity

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

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

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

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

This text has shadow with #A9F0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9F0CE on black background.


Color preview on white background

This text has color #A9F0CE on white background.



Black color preview on #A9F0CE background

This text has black color on #A9F0CE background.


White color preview on #A9F0CE background

This text has white color on #A9F0CE background.