COLOR #AAEFB3

HEX: #AAEFB3 RGB: (170,239,179)

Color info

#AAEFB3 contains mainly green color. Web safe color of #AAEFB3 is #99FF99 (or #9F9).

RGB color model

#AAEFB3 color RGB value is (170,239,179).

RGB: (170,239,179) (67%, 94%, 70%)

RGB channels and saturation

R 170 of 255 = 67%
G 239 of 255 = 94%
B 179 of 255 = 70%

170
239
179

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

Portions of RGB colors in percentages

R + G + B = 170 + 239 + 179 = 588 (100%)
R 170 of 588 ~ 28.91%
G 239 of 588 ~ 40.65%
B 179 of 588 ~ 30.44'%

%28.91
%40.65
%30.44

CMYK color model

#AAEFB3 color CMYK value is (29,0,25,6).

  • cyan value is 28.87%
  • magenta value is 0.00%
  • yellow value is 25.10%
  • key color value is 6.27%
CMYK: (29,0,25,6) C29M0Y25K6 (29%,0%,25%,6%) (0.29/0.00/0.25/0.06) 

CMYK percentages

%28.87
%0
%25.1
%6.27

Codes

Color #AAEFB3 in popluar color models

AA EF B3
RGB 170 239 179
HSL 128° 68.32% 80.20%
HSB/HSV 128° 28.87% 93.73%
CMYK 28.87% 0.00% 25.10%
6.27%

Color #AAEFB3 in popluar number systems.

HEX AA EF B3
Decimal 170 239 179
Binary 10101010 11101111 10110011
Octal 252 357 263

Shades and tints

Shades of #AAEFB3

#AAEFB3
(170,239,179)
#9BDAA3
(155,218,163)
#8CC593
(140,197,147)
#7DB083
(125,176,131)
#6E9B73
(110,155,115)
#5F8663
(95,134,99)
#507153
(80,113,83)
#415C43
(65,92,67)
#324733
(50,71,51)
#233223
(35,50,35)
#141D13
(20,29,19)
#000000
(0,0,0)

Tints of #AAEFB3

#AAEFB3
(170,239,179)
#B1F0B9
(177,240,185)
#B8F1BF
(184,241,191)
#BFF2C5
(191,242,197)
#C6F3CB
(198,243,203)
#CDF4D1
(205,244,209)
#D4F5D7
(212,245,215)
#DBF6DD
(219,246,221)
#E2F7E3
(226,247,227)
#E9F8E9
(233,248,233)
#F0F9EF
(240,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAEFB3 color. Also use rgb(170,239,179) instead hex code.

Text Font Color

.myTextColor { color: #AAEFB3; }

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

This text font color is #AAEFB3.

Background Color

.myBgColor { background-color: #AAEFB3; }

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

This div background color is #AAEFB3.

Border color

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

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

This div border color is #AAEFB3.

Opacity

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

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

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

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

This text has shadow with #AAEFB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAEFB3.

Preview

Color preview on black background

This text has color #AAEFB3 on black background.


Color preview on white background

This text has color #AAEFB3 on white background.


Black color preview on #AAEFB3 background

This text has black color on #AAEFB3 background.


White color preview on #AAEFB3 background

This text has white color on #AAEFB3 background.


Related colors

Complementary color

Complementary color for #hex is #55104C.


I love getcolorcode.com

Triadic colors

1 #B3AAEF and #EFB3AA with #AAEFB3 are triadic colors.

2 #B3EFAA and #EFAAB3 with #AAEFB3 are triadic colors.