COLOR #A9F0C2

HEX: #A9F0C2
RGB: (169,240,194)

Color info

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

RGB color model

#A9F0C2 color RGB value is (169,240,194).

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

RGB channels and saturation

R 169 of 255 = 66%
G 240 of 255 = 94%
B 194 of 255 = 76%

169
240
194

R + G + B ~ 79%. #A9F0C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 240 + 194 = 603 (100%)
R 169 of 603 ~ 28.03%
G 240 of 603 ~ 39.8%
B 194 of 603 ~ 32.17%

%28.03
%39.8
%32.17

CMYK color model

#A9F0C2 color CMYK value is (30,0,19,6).

  • cyan value is 29.58%
  • magenta value is 0.00%
  • yellow value is 19.17%
  • key color value is 5.88%
CMYK:
(30,0,19,6)
C30M0Y19K6 
(30%,0%,19%,6%)
(0.30/0.00/0.19/0.06)	

CMYK percentages

%29.58
%0
%19.17
%5.88

Codes

Color #A9F0C2 in popluar color models

A9F0C2
RGB169240194
HSL141°70.30%80.20%
HSB/HSV141°29.58%94.12%
CMYK29.58%0.00%19.17%
5.88%

Color #A9F0C2 in popluar number systems.

HEXA9F0C2
Decimal169240194
Binary101010011111000011000010
Octal251360302

Shades and tints

Shades of #A9F0C2

#A9F0C2
(169,240,194)
#9ADBB1
(154,219,177)
#8BC6A0
(139,198,160)
#7CB18F
(124,177,143)
#6D9C7E
(109,156,126)
#5E876D
(94,135,109)
#4F725C
(79,114,92)
#405D4B
(64,93,75)
#31483A
(49,72,58)
#223329
(34,51,41)
#131E18
(19,30,24)
#000000
(0,0,0)

Tints of #A9F0C2

#A9F0C2
(169,240,194)
#B0F1C7
(176,241,199)
#B7F2CC
(183,242,204)
#BEF3D1
(190,243,209)
#C5F4D6
(197,244,214)
#CCF5DB
(204,245,219)
#D3F6E0
(211,246,224)
#DAF7E5
(218,247,229)
#E1F8EA
(225,248,234)
#E8F9EF
(232,249,239)
#EFFAF4
(239,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9F0C2; }

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

This text font color is #A9F0C2.


Background Color

.myBgColor { background-color: #A9F0C2; }

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

This div background color is #A9F0C2.


Border color

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

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

This div border color is #A9F0C2.


Opacity

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

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

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

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

This text has shadow with #A9F0C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9F0C2 on black background.


Color preview on white background

This text has color #A9F0C2 on white background.



Black color preview on #A9F0C2 background

This text has black color on #A9F0C2 background.


White color preview on #A9F0C2 background

This text has white color on #A9F0C2 background.