COLOR #A9F4CD

HEX: #A9F4CD RGB: (169,244,205)

Color info

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

RGB color model

#A9F4CD color RGB value is (169,244,205).

RGB: (169,244,205) (66%, 96%, 80%)

RGB channels and saturation

R 169 of 255 = 66%
G 244 of 255 = 96%
B 205 of 255 = 80%

169
244
205

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

Portions of RGB colors in percentages

R + G + B = 169 + 244 + 205 = 618 (100%)
R 169 of 618 ~ 27.35%
G 244 of 618 ~ 39.48%
B 205 of 618 ~ 33.17'%

%27.35
%39.48
%33.17

CMYK color model

#A9F4CD color CMYK value is (31,0,16,4).

  • cyan value is 30.74%
  • magenta value is 0.00%
  • yellow value is 15.98%
  • key color value is 4.31%
CMYK: (31,0,16,4) C31M0Y16K4 (31%,0%,16%,4%) (0.31/0.00/0.16/0.04) 

CMYK percentages

%30.74
%0
%15.98
%4.31

Codes

Color #A9F4CD in popluar color models

A9 F4 CD
RGB 169 244 205
HSL 149° 77.32% 80.98%
HSB/HSV 149° 30.74% 95.69%
CMYK 30.74% 0.00% 15.98%
4.31%

Color #A9F4CD in popluar number systems.

HEX A9 F4 CD
Decimal 169 244 205
Binary 10101001 11110100 11001101
Octal 251 364 315

Shades and tints

Shades of #A9F4CD

#A9F4CD
(169,244,205)
#9ADEBB
(154,222,187)
#8BC8A9
(139,200,169)
#7CB297
(124,178,151)
#6D9C85
(109,156,133)
#5E8673
(94,134,115)
#4F7061
(79,112,97)
#405A4F
(64,90,79)
#31443D
(49,68,61)
#222E2B
(34,46,43)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #A9F4CD

#A9F4CD
(169,244,205)
#B0F5D1
(176,245,209)
#B7F6D5
(183,246,213)
#BEF7D9
(190,247,217)
#C5F8DD
(197,248,221)
#CCF9E1
(204,249,225)
#D3FAE5
(211,250,229)
#DAFBE9
(218,251,233)
#E1FCED
(225,252,237)
#E8FDF1
(232,253,241)
#EFFEF5
(239,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9F4CD color. Also use rgb(169,244,205) instead hex code.

Text Font Color

.myTextColor { color: #A9F4CD; }

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

This text font color is #A9F4CD.

Background Color

.myBgColor { background-color: #A9F4CD; }

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

This div background color is #A9F4CD.

Border color

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

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

This div border color is #A9F4CD.

Opacity

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

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

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

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

This text has shadow with #A9F4CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9F4CD.

Preview

Color preview on black background

This text has color #A9F4CD on black background.


Color preview on white background

This text has color #A9F4CD on white background.


Black color preview on #A9F4CD background

This text has black color on #A9F4CD background.


White color preview on #A9F4CD background

This text has white color on #A9F4CD background.


Related colors

Complementary color

Complementary color for #hex is #560B32.


I love getcolorcode.com

Triadic colors

1 #CDA9F4 and #F4CDA9 with #A9F4CD are triadic colors.

2 #CDF4A9 and #F4A9CD with #A9F4CD are triadic colors.