COLOR #AAE1BE

HEX: #AAE1BE RGB: (170,225,190)

Color info

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

RGB color model

#AAE1BE color RGB value is (170,225,190).

RGB: (170,225,190) (67%, 88%, 75%)

RGB channels and saturation

R 170 of 255 = 67%
G 225 of 255 = 88%
B 190 of 255 = 75%

170
225
190

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

Portions of RGB colors in percentages

R + G + B = 170 + 225 + 190 = 585 (100%)
R 170 of 585 ~ 29.06%
G 225 of 585 ~ 38.46%
B 190 of 585 ~ 32.48'%

%29.06
%38.46
%32.48

CMYK color model

#AAE1BE color CMYK value is (24,0,16,12).

  • cyan value is 24.44%
  • magenta value is 0.00%
  • yellow value is 15.56%
  • key color value is 11.76%

CMYK: (24,0,16,12)
C24M0Y16K12 (24%, 0%, 16%, 12%)
(0.24 / 0.00 / 0.16 / 0.12)

CMYK percentages

%24.44
%0
%15.56
%11.76

Codes

Color #AAE1BE in popluar color models

AA E1 BE
RGB 170 225 190
HSL 142° 47.83% 77.45%
HSB/HSV 142° 24.44% 88.24%
CMYK 24.44% 0.00% 15.56%
11.76%

Color #AAE1BE in popluar number systems.

HEX AA E1 BE
Decimal 170 225 190
Binary 10101010 11100001 10111110
Octal 252 341 276

Shades and tints

Shades of #AAE1BE

#AAE1BE
(170,225,190)
#9BCDAD
(155,205,173)
#8CB99C
(140,185,156)
#7DA58B
(125,165,139)
#6E917A
(110,145,122)
#5F7D69
(95,125,105)
#506958
(80,105,88)
#415547
(65,85,71)
#324136
(50,65,54)
#232D25
(35,45,37)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #AAE1BE

#AAE1BE
(170,225,190)
#B1E3C3
(177,227,195)
#B8E5C8
(184,229,200)
#BFE7CD
(191,231,205)
#C6E9D2
(198,233,210)
#CDEBD7
(205,235,215)
#D4EDDC
(212,237,220)
#DBEFE1
(219,239,225)
#E2F1E6
(226,241,230)
#E9F3EB
(233,243,235)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAE1BE; }

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

This text font color is #AAE1BE.

Background Color

.myBgColor { background-color: #AAE1BE; }

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

This div background color is #AAE1BE.

Border color

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

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

This div border color is #AAE1BE.

Opacity

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

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

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

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

This text has shadow with #AAE1BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAE1BE.

Preview

Color preview on black background

This text has color #AAE1BE on black background.


Color preview on white background

This text has color #AAE1BE on white background.


Black color preview on #AAE1BE background

This text has black color on #AAE1BE background.


White color preview on #AAE1BE background

This text has white color on #AAE1BE background.


Related colors

Complementary color

Complementary color for #hex is #551E41.


I love getcolorcode.com

Triadic colors

1 #BEAAE1 and #E1BEAA with #AAE1BE are triadic colors.

2 #BEE1AA and #E1AABE with #AAE1BE are triadic colors.