COLOR #A9E2CF

HEX: #A9E2CF RGB: (169,226,207)

Color info

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

RGB color model

#A9E2CF color RGB value is (169,226,207).

RGB: (169,226,207) (66%, 89%, 81%)

RGB channels and saturation

R 169 of 255 = 66%
G 226 of 255 = 89%
B 207 of 255 = 81%

169
226
207

R + G + B ~ 79%. #A9E2CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 226 + 207 = 602 (100%)
R 169 of 602 ~ 28.07%
G 226 of 602 ~ 37.54%
B 207 of 602 ~ 34.39'%

%28.07
%37.54
%34.39

CMYK color model

#A9E2CF color CMYK value is (25,0,8,11).

  • cyan value is 25.22%
  • magenta value is 0.00%
  • yellow value is 8.41%
  • key color value is 11.37%

CMYK: (25,0,8,11)
C25M0Y8K11 (25%, 0%, 8%, 11%)
(0.25 / 0.00 / 0.08 / 0.11)

CMYK percentages

%25.22
%0
%8.41
%11.37

Codes

Color #A9E2CF in popluar color models

A9 E2 CF
RGB 169 226 207
HSL 160° 49.57% 77.45%
HSB/HSV 160° 25.22% 88.63%
CMYK 25.22% 0.00% 8.41%
11.37%

Color #A9E2CF in popluar number systems.

HEX A9 E2 CF
Decimal 169 226 207
Binary 10101001 11100010 11001111
Octal 251 342 317

Shades and tints

Shades of #A9E2CF

#A9E2CF
(169,226,207)
#9ACEBD
(154,206,189)
#8BBAAB
(139,186,171)
#7CA699
(124,166,153)
#6D9287
(109,146,135)
#5E7E75
(94,126,117)
#4F6A63
(79,106,99)
#405651
(64,86,81)
#31423F
(49,66,63)
#222E2D
(34,46,45)
#131A1B
(19,26,27)
#000000
(0,0,0)

Tints of #A9E2CF

#A9E2CF
(169,226,207)
#B0E4D3
(176,228,211)
#B7E6D7
(183,230,215)
#BEE8DB
(190,232,219)
#C5EADF
(197,234,223)
#CCECE3
(204,236,227)
#D3EEE7
(211,238,231)
#DAF0EB
(218,240,235)
#E1F2EF
(225,242,239)
#E8F4F3
(232,244,243)
#EFF6F7
(239,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9E2CF; }

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

This text font color is #A9E2CF.

Background Color

.myBgColor { background-color: #A9E2CF; }

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

This div background color is #A9E2CF.

Border color

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

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

This div border color is #A9E2CF.

Opacity

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

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

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

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

This text has shadow with #A9E2CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9E2CF.

Preview

Color preview on black background

This text has color #A9E2CF on black background.


Color preview on white background

This text has color #A9E2CF on white background.


Black color preview on #A9E2CF background

This text has black color on #A9E2CF background.


White color preview on #A9E2CF background

This text has white color on #A9E2CF background.


Related colors

Complementary color

Complementary color for #hex is #561D30.


I love getcolorcode.com

Triadic colors

1 #CFA9E2 and #E2CFA9 with #A9E2CF are triadic colors.

2 #CFE2A9 and #E2A9CF with #A9E2CF are triadic colors.