COLOR #AAE3C8

HEX: #AAE3C8 RGB: (170,227,200)

Color info

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

RGB color model

#AAE3C8 color RGB value is (170,227,200).

RGB: (170,227,200) (67%, 89%, 78%)

RGB channels and saturation

R 170 of 255 = 67%
G 227 of 255 = 89%
B 200 of 255 = 78%

170
227
200

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

Portions of RGB colors in percentages

R + G + B = 170 + 227 + 200 = 597 (100%)
R 170 of 597 ~ 28.48%
G 227 of 597 ~ 38.02%
B 200 of 597 ~ 33.5'%

%28.48
%38.02
%33.5

CMYK color model

#AAE3C8 color CMYK value is (25,0,12,11).

  • cyan value is 25.11%
  • magenta value is 0.00%
  • yellow value is 11.89%
  • key color value is 10.98%

CMYK: (25,0,12,11)
C25M0Y12K11 (25%, 0%, 12%, 11%)
(0.25 / 0.00 / 0.12 / 0.11)

CMYK percentages

%25.11
%0
%11.89
%10.98

Codes

Color #AAE3C8 in popluar color models

AA E3 C8
RGB 170 227 200
HSL 152° 50.44% 77.84%
HSB/HSV 152° 25.11% 89.02%
CMYK 25.11% 0.00% 11.89%
10.98%

Color #AAE3C8 in popluar number systems.

HEX AA E3 C8
Decimal 170 227 200
Binary 10101010 11100011 11001000
Octal 252 343 310

Shades and tints

Shades of #AAE3C8

#AAE3C8
(170,227,200)
#9BCFB6
(155,207,182)
#8CBBA4
(140,187,164)
#7DA792
(125,167,146)
#6E9380
(110,147,128)
#5F7F6E
(95,127,110)
#506B5C
(80,107,92)
#41574A
(65,87,74)
#324338
(50,67,56)
#232F26
(35,47,38)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #AAE3C8

#AAE3C8
(170,227,200)
#B1E5CD
(177,229,205)
#B8E7D2
(184,231,210)
#BFE9D7
(191,233,215)
#C6EBDC
(198,235,220)
#CDEDE1
(205,237,225)
#D4EFE6
(212,239,230)
#DBF1EB
(219,241,235)
#E2F3F0
(226,243,240)
#E9F5F5
(233,245,245)
#F0F7FA
(240,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE3C8 color. Also use rgb(170,227,200) instead hex code.

Text Font Color

.myTextColor { color: #AAE3C8; }

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

This text font color is #AAE3C8.

Background Color

.myBgColor { background-color: #AAE3C8; }

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

This div background color is #AAE3C8.

Border color

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

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

This div border color is #AAE3C8.

Opacity

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

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

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

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

This text has shadow with #AAE3C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAE3C8.

Preview

Color preview on black background

This text has color #AAE3C8 on black background.


Color preview on white background

This text has color #AAE3C8 on white background.


Black color preview on #AAE3C8 background

This text has black color on #AAE3C8 background.


White color preview on #AAE3C8 background

This text has white color on #AAE3C8 background.


Related colors

Complementary color

Complementary color for #hex is #551C37.


I love getcolorcode.com

Triadic colors

1 #C8AAE3 and #E3C8AA with #AAE3C8 are triadic colors.

2 #C8E3AA and #E3AAC8 with #AAE3C8 are triadic colors.