COLOR #AAE6C1

HEX: #AAE6C1 RGB: (170,230,193)

Color info

#AAE6C1 contains mainly green and blue colors. Web safe color of #AAE6C1 is #99CCCC (or #9CC).

RGB color model

#AAE6C1 color RGB value is (170,230,193).

RGB: (170,230,193) (67%, 90%, 76%)

RGB channels and saturation

R 170 of 255 = 67%
G 230 of 255 = 90%
B 193 of 255 = 76%

170
230
193

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

Portions of RGB colors in percentages

R + G + B = 170 + 230 + 193 = 593 (100%)
R 170 of 593 ~ 28.67%
G 230 of 593 ~ 38.79%
B 193 of 593 ~ 32.55'%

%28.67
%38.79
%32.55

CMYK color model

#AAE6C1 color CMYK value is (26,0,16,10).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 16.09%
  • key color value is 9.80%

CMYK: (26,0,16,10)
C26M0Y16K10 (26%, 0%, 16%, 10%)
(0.26 / 0.00 / 0.16 / 0.10)

CMYK percentages

%26.09
%0
%16.09
%9.8

Codes

Color #AAE6C1 in popluar color models

AA E6 C1
RGB 170 230 193
HSL 143° 54.55% 78.43%
HSB/HSV 143° 26.09% 90.20%
CMYK 26.09% 0.00% 16.09%
9.80%

Color #AAE6C1 in popluar number systems.

HEX AA E6 C1
Decimal 170 230 193
Binary 10101010 11100110 11000001
Octal 252 346 301

Shades and tints

Shades of #AAE6C1

#AAE6C1
(170,230,193)
#9BD2B0
(155,210,176)
#8CBE9F
(140,190,159)
#7DAA8E
(125,170,142)
#6E967D
(110,150,125)
#5F826C
(95,130,108)
#506E5B
(80,110,91)
#415A4A
(65,90,74)
#324639
(50,70,57)
#233228
(35,50,40)
#141E17
(20,30,23)
#000000
(0,0,0)

Tints of #AAE6C1

#AAE6C1
(170,230,193)
#B1E8C6
(177,232,198)
#B8EACB
(184,234,203)
#BFECD0
(191,236,208)
#C6EED5
(198,238,213)
#CDF0DA
(205,240,218)
#D4F2DF
(212,242,223)
#DBF4E4
(219,244,228)
#E2F6E9
(226,246,233)
#E9F8EE
(233,248,238)
#F0FAF3
(240,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAE6C1; }

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

This text font color is #AAE6C1.

Background Color

.myBgColor { background-color: #AAE6C1; }

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

This div background color is #AAE6C1.

Border color

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

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

This div border color is #AAE6C1.

Opacity

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

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

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

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

This text has shadow with #AAE6C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAE6C1.

Preview

Color preview on black background

This text has color #AAE6C1 on black background.


Color preview on white background

This text has color #AAE6C1 on white background.


Black color preview on #AAE6C1 background

This text has black color on #AAE6C1 background.


White color preview on #AAE6C1 background

This text has white color on #AAE6C1 background.


Related colors

Complementary color

Complementary color for #hex is #55193E.


I love getcolorcode.com

Triadic colors

1 #C1AAE6 and #E6C1AA with #AAE6C1 are triadic colors.

2 #C1E6AA and #E6AAC1 with #AAE6C1 are triadic colors.