COLOR #AAE2C1

HEX: #AAE2C1 RGB: (170,226,193)

Color info

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

RGB color model

#AAE2C1 color RGB value is (170,226,193).

RGB: (170,226,193) (67%, 89%, 76%)

RGB channels and saturation

R 170 of 255 = 67%
G 226 of 255 = 89%
B 193 of 255 = 76%

170
226
193

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

Portions of RGB colors in percentages

R + G + B = 170 + 226 + 193 = 589 (100%)
R 170 of 589 ~ 28.86%
G 226 of 589 ~ 38.37%
B 193 of 589 ~ 32.77'%

%28.86
%38.37
%32.77

CMYK color model

#AAE2C1 color CMYK value is (25,0,15,11).

  • cyan value is 24.78%
  • magenta value is 0.00%
  • yellow value is 14.60%
  • key color value is 11.37%

CMYK: (25,0,15,11)
C25M0Y15K11 (25%, 0%, 15%, 11%)
(0.25 / 0.00 / 0.15 / 0.11)

CMYK percentages

%24.78
%0
%14.6
%11.37

Codes

Color #AAE2C1 in popluar color models

AA E2 C1
RGB 170 226 193
HSL 145° 49.12% 77.65%
HSB/HSV 145° 24.78% 88.63%
CMYK 24.78% 0.00% 14.60%
11.37%

Color #AAE2C1 in popluar number systems.

HEX AA E2 C1
Decimal 170 226 193
Binary 10101010 11100010 11000001
Octal 252 342 301

Shades and tints

Shades of #AAE2C1

#AAE2C1
(170,226,193)
#9BCEB0
(155,206,176)
#8CBA9F
(140,186,159)
#7DA68E
(125,166,142)
#6E927D
(110,146,125)
#5F7E6C
(95,126,108)
#506A5B
(80,106,91)
#41564A
(65,86,74)
#324239
(50,66,57)
#232E28
(35,46,40)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #AAE2C1

#AAE2C1
(170,226,193)
#B1E4C6
(177,228,198)
#B8E6CB
(184,230,203)
#BFE8D0
(191,232,208)
#C6EAD5
(198,234,213)
#CDECDA
(205,236,218)
#D4EEDF
(212,238,223)
#DBF0E4
(219,240,228)
#E2F2E9
(226,242,233)
#E9F4EE
(233,244,238)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE2C1 color. Also use rgb(170,226,193) instead hex code.

Text Font Color

.myTextColor { color: #AAE2C1; }

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

This text font color is #AAE2C1.

Background Color

.myBgColor { background-color: #AAE2C1; }

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

This div background color is #AAE2C1.

Border color

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

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

This div border color is #AAE2C1.

Opacity

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

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

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

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

This text has shadow with #AAE2C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAE2C1.

Preview

Color preview on black background

This text has color #AAE2C1 on black background.


Color preview on white background

This text has color #AAE2C1 on white background.


Black color preview on #AAE2C1 background

This text has black color on #AAE2C1 background.


White color preview on #AAE2C1 background

This text has white color on #AAE2C1 background.


Related colors

Complementary color

Complementary color for #hex is #551D3E.


I love getcolorcode.com

Triadic colors

1 #C1AAE2 and #E2C1AA with #AAE2C1 are triadic colors.

2 #C1E2AA and #E2AAC1 with #AAE2C1 are triadic colors.