COLOR #AAF9BE

HEX: #AAF9BE
RGB: (170,249,190)

Color info

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

RGB color model

#AAF9BE color RGB value is (170,249,190).

  • red value is 170;
  • green value is 249;
  • blue value is 190.
RGB:
(170,249,190)
(67%,98%,75%)

RGB channels and saturation

R 170 of 255 = 67%
G 249 of 255 = 98%
B 190 of 255 = 75%

170
249
190

R + G + B ~ 80%. #AAF9BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 249 + 190 = 609 (100%)
R 170 of 609 ~ 27.91%
G 249 of 609 ~ 40.89%
B 190 of 609 ~ 31.2%

%27.91
%40.89
%31.2

CMYK color model

#AAF9BE color CMYK value is (32,0,24,2).

  • cyan value is 31.73%
  • magenta value is 0.00%
  • yellow value is 23.69%
  • key color value is 2.35%
CMYK:
(32,0,24,2)
C32M0Y24K2 
(32%,0%,24%,2%)
(0.32/0.00/0.24/0.02)	

CMYK percentages

%31.73
%0
%23.69
%2.35

Codes

Color #AAF9BE in popluar color models

AAF9BE
RGB170249190
HSL135°86.81%82.16%
HSB/HSV135°31.73%97.65%
CMYK31.73%0.00%23.69%
2.35%

Color #AAF9BE in popluar number systems.

HEXAAF9BE
Decimal170249190
Binary101010101111100110111110
Octal252371276

Shades and tints

Shades of #AAF9BE

#AAF9BE
(170,249,190)
#9BE3AD
(155,227,173)
#8CCD9C
(140,205,156)
#7DB78B
(125,183,139)
#6EA17A
(110,161,122)
#5F8B69
(95,139,105)
#507558
(80,117,88)
#415F47
(65,95,71)
#324936
(50,73,54)
#233325
(35,51,37)
#141D14
(20,29,20)
#000000
(0,0,0)

Tints of #AAF9BE

#AAF9BE
(170,249,190)
#B1F9C3
(177,249,195)
#B8F9C8
(184,249,200)
#BFF9CD
(191,249,205)
#C6F9D2
(198,249,210)
#CDF9D7
(205,249,215)
#D4F9DC
(212,249,220)
#DBF9E1
(219,249,225)
#E2F9E6
(226,249,230)
#E9F9EB
(233,249,235)
#F0F9F0
(240,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAF9BE; }

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

This text font color is #AAF9BE.


Background Color

.myBgColor { background-color: #AAF9BE; }

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

This div background color is #AAF9BE.


Border color

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

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

This div border color is #AAF9BE.


Opacity

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

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

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

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

This text has shadow with #AAF9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAF9BE on black background.


Color preview on white background

This text has color #AAF9BE on white background.



Black color preview on #AAF9BE background

This text has black color on #AAF9BE background.


White color preview on #AAF9BE background

This text has white color on #AAF9BE background.