COLOR #A9E0C5

HEX: #A9E0C5
RGB: (169,224,197)

Color info

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

RGB color model

#A9E0C5 color RGB value is (169,224,197).

  • red value is 169;
  • green value is 224;
  • blue value is 197.
RGB:
(169,224,197)
(66%,88%,77%)

RGB channels and saturation

R 169 of 255 = 66%
G 224 of 255 = 88%
B 197 of 255 = 77%

169
224
197

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

Portions of RGB colors in percentages

R + G + B =
169 + 224 + 197 = 590 (100%)
R 169 of 590 ~ 28.64%
G 224 of 590 ~ 37.97%
B 197 of 590 ~ 33.39%

%28.64
%37.97
%33.39

CMYK color model

#A9E0C5 color CMYK value is (25,0,12,12).

  • cyan value is 24.55%
  • magenta value is 0.00%
  • yellow value is 12.05%
  • key color value is 12.16%
CMYK:
(25,0,12,12)
C25M0Y12K12 
(25%,0%,12%,12%)
(0.25/0.00/0.12/0.12)	

CMYK percentages

%24.55
%0
%12.05
%12.16

Codes

Color #A9E0C5 in popluar color models

A9E0C5
RGB169224197
HSL151°47.01%77.06%
HSB/HSV151°24.55%87.84%
CMYK24.55%0.00%12.05%
12.16%

Color #A9E0C5 in popluar number systems.

HEXA9E0C5
Decimal169224197
Binary101010011110000011000101
Octal251340305

Shades and tints

Shades of #A9E0C5

#A9E0C5
(169,224,197)
#9ACCB4
(154,204,180)
#8BB8A3
(139,184,163)
#7CA492
(124,164,146)
#6D9081
(109,144,129)
#5E7C70
(94,124,112)
#4F685F
(79,104,95)
#40544E
(64,84,78)
#31403D
(49,64,61)
#222C2C
(34,44,44)
#13181B
(19,24,27)
#000000
(0,0,0)

Tints of #A9E0C5

#A9E0C5
(169,224,197)
#B0E2CA
(176,226,202)
#B7E4CF
(183,228,207)
#BEE6D4
(190,230,212)
#C5E8D9
(197,232,217)
#CCEADE
(204,234,222)
#D3ECE3
(211,236,227)
#DAEEE8
(218,238,232)
#E1F0ED
(225,240,237)
#E8F2F2
(232,242,242)
#EFF4F7
(239,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E0C5 color. Also use rgb(169,224,197) instead hex code.

Text Font Color

.myTextColor { color: #A9E0C5; }

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

This text font color is #A9E0C5.


Background Color

.myBgColor { background-color: #A9E0C5; }

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

This div background color is #A9E0C5.


Border color

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

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

This div border color is #A9E0C5.


Opacity

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

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

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

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

This text has shadow with #A9E0C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E0C5 on black background.


Color preview on white background

This text has color #A9E0C5 on white background.



Black color preview on #A9E0C5 background

This text has black color on #A9E0C5 background.


White color preview on #A9E0C5 background

This text has white color on #A9E0C5 background.