COLOR #AAEBE1

HEX: #AAEBE1 RGB: (170,235,225)

Color info

#AAEBE1 contains mainly green and blue colors. Web safe color of #AAEBE1 is #99FFCC (or #9FC).

RGB color model

#AAEBE1 color RGB value is (170,235,225).

RGB: (170,235,225) (67%, 92%, 88%)

RGB channels and saturation

R 170 of 255 = 67%
G 235 of 255 = 92%
B 225 of 255 = 88%

170
235
225

R + G + B ~ 82%. #AAEBE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 235 + 225 = 630 (100%)
R 170 of 630 ~ 26.98%
G 235 of 630 ~ 37.3%
B 225 of 630 ~ 35.71'%

%26.98
%37.3
%35.71

CMYK color model

#AAEBE1 color CMYK value is (28,0,4,8).

  • cyan value is 27.66%
  • magenta value is 0.00%
  • yellow value is 4.26%
  • key color value is 7.84%

CMYK: (28,0,4,8)
C28M0Y4K8 (28%, 0%, 4%, 8%)
(0.28 / 0.00 / 0.04 / 0.08)

CMYK percentages

%27.66
%0
%4.26
%7.84

Codes

Color #AAEBE1 in popluar color models

AA EB E1
RGB 170 235 225
HSL 171° 61.90% 79.41%
HSB/HSV 171° 27.66% 92.16%
CMYK 27.66% 0.00% 4.26%
7.84%

Color #AAEBE1 in popluar number systems.

HEX AA EB E1
Decimal 170 235 225
Binary 10101010 11101011 11100001
Octal 252 353 341

Shades and tints

Shades of #AAEBE1

#AAEBE1
(170,235,225)
#9BD6CD
(155,214,205)
#8CC1B9
(140,193,185)
#7DACA5
(125,172,165)
#6E9791
(110,151,145)
#5F827D
(95,130,125)
#506D69
(80,109,105)
#415855
(65,88,85)
#324341
(50,67,65)
#232E2D
(35,46,45)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #AAEBE1

#AAEBE1
(170,235,225)
#B1ECE3
(177,236,227)
#B8EDE5
(184,237,229)
#BFEEE7
(191,238,231)
#C6EFE9
(198,239,233)
#CDF0EB
(205,240,235)
#D4F1ED
(212,241,237)
#DBF2EF
(219,242,239)
#E2F3F1
(226,243,241)
#E9F4F3
(233,244,243)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAEBE1 color. Also use rgb(170,235,225) instead hex code.

Text Font Color

.myTextColor { color: #AAEBE1; }

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

This text font color is #AAEBE1.

Background Color

.myBgColor { background-color: #AAEBE1; }

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

This div background color is #AAEBE1.

Border color

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

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

This div border color is #AAEBE1.

Opacity

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

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

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

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

This text has shadow with #AAEBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAEBE1.

Preview

Color preview on black background

This text has color #AAEBE1 on black background.


Color preview on white background

This text has color #AAEBE1 on white background.


Black color preview on #AAEBE1 background

This text has black color on #AAEBE1 background.


White color preview on #AAEBE1 background

This text has white color on #AAEBE1 background.


Related colors

Complementary color

Complementary color for #hex is #55141E.


I love getcolorcode.com

Triadic colors

1 #E1AAEB and #EBE1AA with #AAEBE1 are triadic colors.

2 #E1EBAA and #EBAAE1 with #AAEBE1 are triadic colors.