COLOR #A9E1CC

HEX: #A9E1CC RGB: (169,225,204)

Color info

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

RGB color model

#A9E1CC color RGB value is (169,225,204).

RGB: (169,225,204) (66%, 88%, 80%)

RGB channels and saturation

R 169 of 255 = 66%
G 225 of 255 = 88%
B 204 of 255 = 80%

169
225
204

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

Portions of RGB colors in percentages

R + G + B = 169 + 225 + 204 = 598 (100%)
R 169 of 598 ~ 28.26%
G 225 of 598 ~ 37.63%
B 204 of 598 ~ 34.11'%

%28.26
%37.63
%34.11

CMYK color model

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

  • cyan value is 24.89%
  • magenta value is 0.00%
  • yellow value is 9.33%
  • key color value is 11.76%

CMYK: (25,0,9,12)
C25M0Y9K12 (25%, 0%, 9%, 12%)
(0.25 / 0.00 / 0.09 / 0.12)

CMYK percentages

%24.89
%0
%9.33
%11.76

Codes

Color #A9E1CC in popluar color models

A9 E1 CC
RGB 169 225 204
HSL 158° 48.28% 77.25%
HSB/HSV 158° 24.89% 88.24%
CMYK 24.89% 0.00% 9.33%
11.76%

Color #A9E1CC in popluar number systems.

HEX A9 E1 CC
Decimal 169 225 204
Binary 10101001 11100001 11001100
Octal 251 341 314

Shades and tints

Shades of #A9E1CC

#A9E1CC
(169,225,204)
#9ACDBA
(154,205,186)
#8BB9A8
(139,185,168)
#7CA596
(124,165,150)
#6D9184
(109,145,132)
#5E7D72
(94,125,114)
#4F6960
(79,105,96)
#40554E
(64,85,78)
#31413C
(49,65,60)
#222D2A
(34,45,42)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #A9E1CC

#A9E1CC
(169,225,204)
#B0E3D0
(176,227,208)
#B7E5D4
(183,229,212)
#BEE7D8
(190,231,216)
#C5E9DC
(197,233,220)
#CCEBE0
(204,235,224)
#D3EDE4
(211,237,228)
#DAEFE8
(218,239,232)
#E1F1EC
(225,241,236)
#E8F3F0
(232,243,240)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E1CC color. Also use rgb(169,225,204) instead hex code.

Text Font Color

.myTextColor { color: #A9E1CC; }

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

This text font color is #A9E1CC.

Background Color

.myBgColor { background-color: #A9E1CC; }

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

This div background color is #A9E1CC.

Border color

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

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

This div border color is #A9E1CC.

Opacity

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

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

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

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

This text has shadow with #A9E1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9E1CC.

Preview

Color preview on black background

This text has color #A9E1CC on black background.


Color preview on white background

This text has color #A9E1CC on white background.


Black color preview on #A9E1CC background

This text has black color on #A9E1CC background.


White color preview on #A9E1CC background

This text has white color on #A9E1CC background.


Related colors

Complementary color

Complementary color for #hex is #561E33.


I love getcolorcode.com

Triadic colors

1 #CCA9E1 and #E1CCA9 with #A9E1CC are triadic colors.

2 #CCE1A9 and #E1A9CC with #A9E1CC are triadic colors.