COLOR #AAEFB6

HEX: #AAEFB6
RGB: (170,239,182)

Color info

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

RGB color model

#AAEFB6 color RGB value is (170,239,182).

  • red value is 170;
  • green value is 239;
  • blue value is 182.
RGB:
(170,239,182)
(67%,94%,71%)

RGB channels and saturation

R 170 of 255 = 67%
G 239 of 255 = 94%
B 182 of 255 = 71%

170
239
182

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

Portions of RGB colors in percentages

R + G + B =
170 + 239 + 182 = 591 (100%)
R 170 of 591 ~ 28.76%
G 239 of 591 ~ 40.44%
B 182 of 591 ~ 30.8%

%28.76
%40.44
%30.8

CMYK color model

#AAEFB6 color CMYK value is (29,0,24,6).

  • cyan value is 28.87%
  • magenta value is 0.00%
  • yellow value is 23.85%
  • key color value is 6.27%
CMYK:
(29,0,24,6)
C29M0Y24K6 
(29%,0%,24%,6%)
(0.29/0.00/0.24/0.06)	

CMYK percentages

%28.87
%0
%23.85
%6.27

Codes

Color #AAEFB6 in popluar color models

AAEFB6
RGB170239182
HSL130°68.32%80.20%
HSB/HSV130°28.87%93.73%
CMYK28.87%0.00%23.85%
6.27%

Color #AAEFB6 in popluar number systems.

HEXAAEFB6
Decimal170239182
Binary101010101110111110110110
Octal252357266

Shades and tints

Shades of #AAEFB6

#AAEFB6
(170,239,182)
#9BDAA6
(155,218,166)
#8CC596
(140,197,150)
#7DB086
(125,176,134)
#6E9B76
(110,155,118)
#5F8666
(95,134,102)
#507156
(80,113,86)
#415C46
(65,92,70)
#324736
(50,71,54)
#233226
(35,50,38)
#141D16
(20,29,22)
#000000
(0,0,0)

Tints of #AAEFB6

#AAEFB6
(170,239,182)
#B1F0BC
(177,240,188)
#B8F1C2
(184,241,194)
#BFF2C8
(191,242,200)
#C6F3CE
(198,243,206)
#CDF4D4
(205,244,212)
#D4F5DA
(212,245,218)
#DBF6E0
(219,246,224)
#E2F7E6
(226,247,230)
#E9F8EC
(233,248,236)
#F0F9F2
(240,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAEFB6; }

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

This text font color is #AAEFB6.


Background Color

.myBgColor { background-color: #AAEFB6; }

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

This div background color is #AAEFB6.


Border color

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

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

This div border color is #AAEFB6.


Opacity

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

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

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

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

This text has shadow with #AAEFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAEFB6 on black background.


Color preview on white background

This text has color #AAEFB6 on white background.



Black color preview on #AAEFB6 background

This text has black color on #AAEFB6 background.


White color preview on #AAEFB6 background

This text has white color on #AAEFB6 background.