COLOR #A9EEC1

HEX: #A9EEC1
RGB: (169,238,193)

Color info

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

RGB color model

#A9EEC1 color RGB value is (169,238,193).

  • red value is 169;
  • green value is 238;
  • blue value is 193.
RGB:
(169,238,193)
(66%,93%,76%)

RGB channels and saturation

R 169 of 255 = 66%
G 238 of 255 = 93%
B 193 of 255 = 76%

169
238
193

R + G + B ~ 78%. #A9EEC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 238 + 193 = 600 (100%)
R 169 of 600 ~ 28.17%
G 238 of 600 ~ 39.67%
B 193 of 600 ~ 32.17%

%28.17
%39.67
%32.17

CMYK color model

#A9EEC1 color CMYK value is (29,0,19,7).

  • cyan value is 28.99%
  • magenta value is 0.00%
  • yellow value is 18.91%
  • key color value is 6.67%
CMYK:
(29,0,19,7)
C29M0Y19K7 
(29%,0%,19%,7%)
(0.29/0.00/0.19/0.07)	

CMYK percentages

%28.99
%0
%18.91
%6.67

Codes

Color #A9EEC1 in popluar color models

A9EEC1
RGB169238193
HSL141°66.99%79.80%
HSB/HSV141°28.99%93.33%
CMYK28.99%0.00%18.91%
6.67%

Color #A9EEC1 in popluar number systems.

HEXA9EEC1
Decimal169238193
Binary101010011110111011000001
Octal251356301

Shades and tints

Shades of #A9EEC1

#A9EEC1
(169,238,193)
#9AD9B0
(154,217,176)
#8BC49F
(139,196,159)
#7CAF8E
(124,175,142)
#6D9A7D
(109,154,125)
#5E856C
(94,133,108)
#4F705B
(79,112,91)
#405B4A
(64,91,74)
#314639
(49,70,57)
#223128
(34,49,40)
#131C17
(19,28,23)
#000000
(0,0,0)

Tints of #A9EEC1

#A9EEC1
(169,238,193)
#B0EFC6
(176,239,198)
#B7F0CB
(183,240,203)
#BEF1D0
(190,241,208)
#C5F2D5
(197,242,213)
#CCF3DA
(204,243,218)
#D3F4DF
(211,244,223)
#DAF5E4
(218,245,228)
#E1F6E9
(225,246,233)
#E8F7EE
(232,247,238)
#EFF8F3
(239,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9EEC1 color. Also use rgb(169,238,193) instead hex code.

Text Font Color

.myTextColor { color: #A9EEC1; }

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

This text font color is #A9EEC1.


Background Color

.myBgColor { background-color: #A9EEC1; }

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

This div background color is #A9EEC1.


Border color

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

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

This div border color is #A9EEC1.


Opacity

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

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

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

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

This text has shadow with #A9EEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9EEC1 on black background.


Color preview on white background

This text has color #A9EEC1 on white background.



Black color preview on #A9EEC1 background

This text has black color on #A9EEC1 background.


White color preview on #A9EEC1 background

This text has white color on #A9EEC1 background.