COLOR #A9F1EC

HEX: #A9F1EC RGB: (169,241,236)

Color info

#A9F1EC contains mainly green and blue colors. Web safe color of #A9F1EC is #99FFFF (or #9FF).

RGB color model

#A9F1EC color RGB value is (169,241,236).

RGB: (169,241,236) (66%, 95%, 93%)

RGB channels and saturation

R 169 of 255 = 66%
G 241 of 255 = 95%
B 236 of 255 = 93%

169
241
236

R + G + B ~ 85%. #A9F1EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 241 + 236 = 646 (100%)
R 169 of 646 ~ 26.16%
G 241 of 646 ~ 37.31%
B 236 of 646 ~ 36.53'%

%26.16
%37.31
%36.53

CMYK color model

#A9F1EC color CMYK value is (30,0,2,5).

  • cyan value is 29.88%
  • magenta value is 0.00%
  • yellow value is 2.07%
  • key color value is 5.49%

CMYK: (30,0,2,5)
C30M0Y2K5 (30%, 0%, 2%, 5%)
(0.30 / 0.00 / 0.02 / 0.05)

CMYK percentages

%29.88
%0
%2.07
%5.49

Codes

Color #A9F1EC in popluar color models

A9 F1 EC
RGB 169 241 236
HSL 176° 72.00% 80.39%
HSB/HSV 176° 29.88% 94.51%
CMYK 29.88% 0.00% 2.07%
5.49%

Color #A9F1EC in popluar number systems.

HEX A9 F1 EC
Decimal 169 241 236
Binary 10101001 11110001 11101100
Octal 251 361 354

Shades and tints

Shades of #A9F1EC

#A9F1EC
(169,241,236)
#9ADCD7
(154,220,215)
#8BC7C2
(139,199,194)
#7CB2AD
(124,178,173)
#6D9D98
(109,157,152)
#5E8883
(94,136,131)
#4F736E
(79,115,110)
#405E59
(64,94,89)
#314944
(49,73,68)
#22342F
(34,52,47)
#131F1A
(19,31,26)
#000000
(0,0,0)

Tints of #A9F1EC

#A9F1EC
(169,241,236)
#B0F2ED
(176,242,237)
#B7F3EE
(183,243,238)
#BEF4EF
(190,244,239)
#C5F5F0
(197,245,240)
#CCF6F1
(204,246,241)
#D3F7F2
(211,247,242)
#DAF8F3
(218,248,243)
#E1F9F4
(225,249,244)
#E8FAF5
(232,250,245)
#EFFBF6
(239,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9F1EC color. Also use rgb(169,241,236) instead hex code.

Text Font Color

.myTextColor { color: #A9F1EC; }

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

This text font color is #A9F1EC.

Background Color

.myBgColor { background-color: #A9F1EC; }

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

This div background color is #A9F1EC.

Border color

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

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

This div border color is #A9F1EC.

Opacity

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

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

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

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

This text has shadow with #A9F1EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9F1EC.

Preview

Color preview on black background

This text has color #A9F1EC on black background.


Color preview on white background

This text has color #A9F1EC on white background.


Black color preview on #A9F1EC background

This text has black color on #A9F1EC background.


White color preview on #A9F1EC background

This text has white color on #A9F1EC background.


Related colors

Complementary color

Complementary color for #hex is #560E13.


I love getcolorcode.com

Triadic colors

1 #ECA9F1 and #F1ECA9 with #A9F1EC are triadic colors.

2 #ECF1A9 and #F1A9EC with #A9F1EC are triadic colors.