COLOR #A9E2C3

HEX: #A9E2C3
RGB: (169,226,195)

Color info

#A9E2C3 contains red, green and blue colors in about the same proportion. Web safe color of #A9E2C3 is #99CCCC (or #9CC).

RGB color model

#A9E2C3 color RGB value is (169,226,195).

  • red value is 169;
  • green value is 226;
  • blue value is 195.
RGB:
(169,226,195)
(66%,89%,76%)

RGB channels and saturation

R 169 of 255 = 66%
G 226 of 255 = 89%
B 195 of 255 = 76%

169
226
195

R + G + B ~ 77%. #A9E2C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 226 + 195 = 590 (100%)
R 169 of 590 ~ 28.64%
G 226 of 590 ~ 38.31%
B 195 of 590 ~ 33.05%

%28.64
%38.31
%33.05

CMYK color model

#A9E2C3 color CMYK value is (25,0,14,11).

  • cyan value is 25.22%
  • magenta value is 0.00%
  • yellow value is 13.72%
  • key color value is 11.37%
CMYK:
(25,0,14,11)
C25M0Y14K11 
(25%,0%,14%,11%)
(0.25/0.00/0.14/0.11)	

CMYK percentages

%25.22
%0
%13.72
%11.37

Codes

Color #A9E2C3 in popluar color models

A9E2C3
RGB169226195
HSL147°49.57%77.45%
HSB/HSV147°25.22%88.63%
CMYK25.22%0.00%13.72%
11.37%

Color #A9E2C3 in popluar number systems.

HEXA9E2C3
Decimal169226195
Binary101010011110001011000011
Octal251342303

Shades and tints

Shades of #A9E2C3

#A9E2C3
(169,226,195)
#9ACEB2
(154,206,178)
#8BBAA1
(139,186,161)
#7CA690
(124,166,144)
#6D927F
(109,146,127)
#5E7E6E
(94,126,110)
#4F6A5D
(79,106,93)
#40564C
(64,86,76)
#31423B
(49,66,59)
#222E2A
(34,46,42)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #A9E2C3

#A9E2C3
(169,226,195)
#B0E4C8
(176,228,200)
#B7E6CD
(183,230,205)
#BEE8D2
(190,232,210)
#C5EAD7
(197,234,215)
#CCECDC
(204,236,220)
#D3EEE1
(211,238,225)
#DAF0E6
(218,240,230)
#E1F2EB
(225,242,235)
#E8F4F0
(232,244,240)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E2C3 color. Also use rgb(169,226,195) instead hex code.

Text Font Color

.myTextColor { color: #A9E2C3; }

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

This text font color is #A9E2C3.


Background Color

.myBgColor { background-color: #A9E2C3; }

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

This div background color is #A9E2C3.


Border color

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

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

This div border color is #A9E2C3.


Opacity

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

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

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

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

This text has shadow with #A9E2C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E2C3 on black background.


Color preview on white background

This text has color #A9E2C3 on white background.



Black color preview on #A9E2C3 background

This text has black color on #A9E2C3 background.


White color preview on #A9E2C3 background

This text has white color on #A9E2C3 background.