COLOR #AAE3AF

HEX: #AAE3AF RGB: (170,227,175)

Color info

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

RGB color model

#AAE3AF color RGB value is (170,227,175).

RGB: (170,227,175) (67%, 89%, 69%)

RGB channels and saturation

R 170 of 255 = 67%
G 227 of 255 = 89%
B 175 of 255 = 69%

170
227
175

R + G + B ~ 75%. #AAE3AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 227 + 175 = 572 (100%)
R 170 of 572 ~ 29.72%
G 227 of 572 ~ 39.69%
B 175 of 572 ~ 30.59'%

%29.72
%39.69
%30.59

CMYK color model

#AAE3AF color CMYK value is (25,0,23,11).

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

CMYK: (25,0,23,11)
C25M0Y23K11 (25%, 0%, 23%, 11%)
(0.25 / 0.00 / 0.23 / 0.11)

CMYK percentages

%25.11
%0
%22.91
%10.98

Codes

Color #AAE3AF in popluar color models

AA E3 AF
RGB 170 227 175
HSL 125° 50.44% 77.84%
HSB/HSV 125° 25.11% 89.02%
CMYK 25.11% 0.00% 22.91%
10.98%

Color #AAE3AF in popluar number systems.

HEX AA E3 AF
Decimal 170 227 175
Binary 10101010 11100011 10101111
Octal 252 343 257

Shades and tints

Shades of #AAE3AF

#AAE3AF
(170,227,175)
#9BCFA0
(155,207,160)
#8CBB91
(140,187,145)
#7DA782
(125,167,130)
#6E9373
(110,147,115)
#5F7F64
(95,127,100)
#506B55
(80,107,85)
#415746
(65,87,70)
#324337
(50,67,55)
#232F28
(35,47,40)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #AAE3AF

#AAE3AF
(170,227,175)
#B1E5B6
(177,229,182)
#B8E7BD
(184,231,189)
#BFE9C4
(191,233,196)
#C6EBCB
(198,235,203)
#CDEDD2
(205,237,210)
#D4EFD9
(212,239,217)
#DBF1E0
(219,241,224)
#E2F3E7
(226,243,231)
#E9F5EE
(233,245,238)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAE3AF; }

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

This text font color is #AAE3AF.

Background Color

.myBgColor { background-color: #AAE3AF; }

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

This div background color is #AAE3AF.

Border color

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

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

This div border color is #AAE3AF.

Opacity

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

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

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

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

This text has shadow with #AAE3AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAE3AF.

Preview

Color preview on black background

This text has color #AAE3AF on black background.


Color preview on white background

This text has color #AAE3AF on white background.


Black color preview on #AAE3AF background

This text has black color on #AAE3AF background.


White color preview on #AAE3AF background

This text has white color on #AAE3AF background.


Related colors

Complementary color

Complementary color for #hex is #551C50.


I love getcolorcode.com

Triadic colors

1 #AFAAE3 and #E3AFAA with #AAE3AF are triadic colors.

2 #AFE3AA and #E3AAAF with #AAE3AF are triadic colors.