COLOR #A9E3CC

HEX: #A9E3CC RGB: (169,227,204)

Color info

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

RGB color model

#A9E3CC color RGB value is (169,227,204).

RGB: (169,227,204) (66%, 89%, 80%)

RGB channels and saturation

R 169 of 255 = 66%
G 227 of 255 = 89%
B 204 of 255 = 80%

169
227
204

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

Portions of RGB colors in percentages

R + G + B = 169 + 227 + 204 = 600 (100%)
R 169 of 600 ~ 28.17%
G 227 of 600 ~ 37.83%
B 204 of 600 ~ 34'%

%28.17
%37.83
%34

CMYK color model

#A9E3CC color CMYK value is (26,0,10,11).

  • cyan value is 25.55%
  • magenta value is 0.00%
  • yellow value is 10.13%
  • key color value is 10.98%

CMYK: (26,0,10,11)
C26M0Y10K11 (26%, 0%, 10%, 11%)
(0.26 / 0.00 / 0.10 / 0.11)

CMYK percentages

%25.55
%0
%10.13
%10.98

Codes

Color #A9E3CC in popluar color models

A9 E3 CC
RGB 169 227 204
HSL 156° 50.88% 77.65%
HSB/HSV 156° 25.55% 89.02%
CMYK 25.55% 0.00% 10.13%
10.98%

Color #A9E3CC in popluar number systems.

HEX A9 E3 CC
Decimal 169 227 204
Binary 10101001 11100011 11001100
Octal 251 343 314

Shades and tints

Shades of #A9E3CC

#A9E3CC
(169,227,204)
#9ACFBA
(154,207,186)
#8BBBA8
(139,187,168)
#7CA796
(124,167,150)
#6D9384
(109,147,132)
#5E7F72
(94,127,114)
#4F6B60
(79,107,96)
#40574E
(64,87,78)
#31433C
(49,67,60)
#222F2A
(34,47,42)
#131B18
(19,27,24)
#000000
(0,0,0)

Tints of #A9E3CC

#A9E3CC
(169,227,204)
#B0E5D0
(176,229,208)
#B7E7D4
(183,231,212)
#BEE9D8
(190,233,216)
#C5EBDC
(197,235,220)
#CCEDE0
(204,237,224)
#D3EFE4
(211,239,228)
#DAF1E8
(218,241,232)
#E1F3EC
(225,243,236)
#E8F5F0
(232,245,240)
#EFF7F4
(239,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9E3CC; }

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

This text font color is #A9E3CC.

Background Color

.myBgColor { background-color: #A9E3CC; }

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

This div background color is #A9E3CC.

Border color

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

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

This div border color is #A9E3CC.

Opacity

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

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

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

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

This text has shadow with #A9E3CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9E3CC.

Preview

Color preview on black background

This text has color #A9E3CC on black background.


Color preview on white background

This text has color #A9E3CC on white background.


Black color preview on #A9E3CC background

This text has black color on #A9E3CC background.


White color preview on #A9E3CC background

This text has white color on #A9E3CC background.


Related colors

Complementary color

Complementary color for #hex is #561C33.


I love getcolorcode.com

Triadic colors

1 #CCA9E3 and #E3CCA9 with #A9E3CC are triadic colors.

2 #CCE3A9 and #E3A9CC with #A9E3CC are triadic colors.