COLOR #A9F7CA

HEX: #A9F7CA RGB: (169,247,202)

Color info

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

RGB color model

#A9F7CA color RGB value is (169,247,202).

RGB: (169,247,202) (66%, 97%, 79%)

RGB channels and saturation

R 169 of 255 = 66%
G 247 of 255 = 97%
B 202 of 255 = 79%

169
247
202

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

Portions of RGB colors in percentages

R + G + B = 169 + 247 + 202 = 618 (100%)
R 169 of 618 ~ 27.35%
G 247 of 618 ~ 39.97%
B 202 of 618 ~ 32.69'%

%27.35
%39.97
%32.69

CMYK color model

#A9F7CA color CMYK value is (32,0,18,3).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 18.22%
  • key color value is 3.14%

CMYK: (32,0,18,3)
C32M0Y18K3 (32%, 0%, 18%, 3%)
(0.32 / 0.00 / 0.18 / 0.03)

CMYK percentages

%31.58
%0
%18.22
%3.14

Codes

Color #A9F7CA in popluar color models

A9 F7 CA
RGB 169 247 202
HSL 145° 82.98% 81.57%
HSB/HSV 145° 31.58% 96.86%
CMYK 31.58% 0.00% 18.22%
3.14%

Color #A9F7CA in popluar number systems.

HEX A9 F7 CA
Decimal 169 247 202
Binary 10101001 11110111 11001010
Octal 251 367 312

Shades and tints

Shades of #A9F7CA

#A9F7CA
(169,247,202)
#9AE1B8
(154,225,184)
#8BCBA6
(139,203,166)
#7CB594
(124,181,148)
#6D9F82
(109,159,130)
#5E8970
(94,137,112)
#4F735E
(79,115,94)
#405D4C
(64,93,76)
#31473A
(49,71,58)
#223128
(34,49,40)
#131B16
(19,27,22)
#000000
(0,0,0)

Tints of #A9F7CA

#A9F7CA
(169,247,202)
#B0F7CE
(176,247,206)
#B7F7D2
(183,247,210)
#BEF7D6
(190,247,214)
#C5F7DA
(197,247,218)
#CCF7DE
(204,247,222)
#D3F7E2
(211,247,226)
#DAF7E6
(218,247,230)
#E1F7EA
(225,247,234)
#E8F7EE
(232,247,238)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9F7CA color. Also use rgb(169,247,202) instead hex code.

Text Font Color

.myTextColor { color: #A9F7CA; }

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

This text font color is #A9F7CA.

Background Color

.myBgColor { background-color: #A9F7CA; }

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

This div background color is #A9F7CA.

Border color

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

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

This div border color is #A9F7CA.

Opacity

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

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

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

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

This text has shadow with #A9F7CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9F7CA.

Preview

Color preview on black background

This text has color #A9F7CA on black background.


Color preview on white background

This text has color #A9F7CA on white background.


Black color preview on #A9F7CA background

This text has black color on #A9F7CA background.


White color preview on #A9F7CA background

This text has white color on #A9F7CA background.


Related colors

Complementary color

Complementary color for #hex is #560835.


I love getcolorcode.com

Triadic colors

1 #CAA9F7 and #F7CAA9 with #A9F7CA are triadic colors.

2 #CAF7A9 and #F7A9CA with #A9F7CA are triadic colors.