COLOR #A9F1E6

HEX: #A9F1E6
RGB: (169,241,230)

Color info

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

RGB color model

#A9F1E6 color RGB value is (169,241,230).

  • red value is 169;
  • green value is 241;
  • blue value is 230.
RGB:
(169,241,230)
(66%,95%,90%)

RGB channels and saturation

R 169 of 255 = 66%
G 241 of 255 = 95%
B 230 of 255 = 90%

169
241
230

R + G + B ~ 84%. #A9F1E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 241 + 230 = 640 (100%)
R 169 of 640 ~ 26.41%
G 241 of 640 ~ 37.66%
B 230 of 640 ~ 35.94%

%26.41
%37.66
%35.94

CMYK color model

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

  • cyan value is 29.88%
  • magenta value is 0.00%
  • yellow value is 4.56%
  • key color value is 5.49%
CMYK:
(30,0,5,5)
C30M0Y5K5 
(30%,0%,5%,5%)
(0.30/0.00/0.05/0.05)	

CMYK percentages

%29.88
%0
%4.56
%5.49

Codes

Color #A9F1E6 in popluar color models

A9F1E6
RGB169241230
HSL171°72.00%80.39%
HSB/HSV171°29.88%94.51%
CMYK29.88%0.00%4.56%
5.49%

Color #A9F1E6 in popluar number systems.

HEXA9F1E6
Decimal169241230
Binary101010011111000111100110
Octal251361346

Shades and tints

Shades of #A9F1E6

#A9F1E6
(169,241,230)
#9ADCD2
(154,220,210)
#8BC7BE
(139,199,190)
#7CB2AA
(124,178,170)
#6D9D96
(109,157,150)
#5E8882
(94,136,130)
#4F736E
(79,115,110)
#405E5A
(64,94,90)
#314946
(49,73,70)
#223432
(34,52,50)
#131F1E
(19,31,30)
#000000
(0,0,0)

Tints of #A9F1E6

#A9F1E6
(169,241,230)
#B0F2E8
(176,242,232)
#B7F3EA
(183,243,234)
#BEF4EC
(190,244,236)
#C5F5EE
(197,245,238)
#CCF6F0
(204,246,240)
#D3F7F2
(211,247,242)
#DAF8F4
(218,248,244)
#E1F9F6
(225,249,246)
#E8FAF8
(232,250,248)
#EFFBFA
(239,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9F1E6; }

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

This text font color is #A9F1E6.


Background Color

.myBgColor { background-color: #A9F1E6; }

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

This div background color is #A9F1E6.


Border color

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

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

This div border color is #A9F1E6.


Opacity

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

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

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

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

This text has shadow with #A9F1E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9F1E6 on black background.


Color preview on white background

This text has color #A9F1E6 on white background.



Black color preview on #A9F1E6 background

This text has black color on #A9F1E6 background.


White color preview on #A9F1E6 background

This text has white color on #A9F1E6 background.