COLOR #AEF0B9

HEX: #AEF0B9 RGB: (174,240,185)

Color info

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

RGB color model

#AEF0B9 color RGB value is (174,240,185).

RGB: (174,240,185) (68%, 94%, 73%)

RGB channels and saturation

R 174 of 255 = 68%
G 240 of 255 = 94%
B 185 of 255 = 73%

174
240
185

R + G + B ~ 78%. #AEF0B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 240 + 185 = 599 (100%)
R 174 of 599 ~ 29.05%
G 240 of 599 ~ 40.07%
B 185 of 599 ~ 30.88'%

%29.05
%40.07
%30.88

CMYK color model

#AEF0B9 color CMYK value is (28,0,23,6).

  • cyan value is 27.50%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 5.88%

CMYK: (28,0,23,6)
C28M0Y23K6 (28%, 0%, 23%, 6%)
(0.28 / 0.00 / 0.23 / 0.06)

CMYK percentages

%27.5
%0
%22.92
%5.88

Codes

Color #AEF0B9 in popluar color models

AE F0 B9
RGB 174 240 185
HSL 130° 68.75% 81.18%
HSB/HSV 130° 27.50% 94.12%
CMYK 27.50% 0.00% 22.92%
5.88%

Color #AEF0B9 in popluar number systems.

HEX AE F0 B9
Decimal 174 240 185
Binary 10101110 11110000 10111001
Octal 256 360 271

Shades and tints

Shades of #AEF0B9

#AEF0B9
(174,240,185)
#9FDBA9
(159,219,169)
#90C699
(144,198,153)
#81B189
(129,177,137)
#729C79
(114,156,121)
#638769
(99,135,105)
#547259
(84,114,89)
#455D49
(69,93,73)
#364839
(54,72,57)
#273329
(39,51,41)
#181E19
(24,30,25)
#000000
(0,0,0)

Tints of #AEF0B9

#AEF0B9
(174,240,185)
#B5F1BF
(181,241,191)
#BCF2C5
(188,242,197)
#C3F3CB
(195,243,203)
#CAF4D1
(202,244,209)
#D1F5D7
(209,245,215)
#D8F6DD
(216,246,221)
#DFF7E3
(223,247,227)
#E6F8E9
(230,248,233)
#EDF9EF
(237,249,239)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEF0B9 color. Also use rgb(174,240,185) instead hex code.

Text Font Color

.myTextColor { color: #AEF0B9; }

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

This text font color is #AEF0B9.

Background Color

.myBgColor { background-color: #AEF0B9; }

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

This div background color is #AEF0B9.

Border color

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

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

This div border color is #AEF0B9.

Opacity

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

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

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

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

This text has shadow with #AEF0B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEF0B9.

Preview

Color preview on black background

This text has color #AEF0B9 on black background.


Color preview on white background

This text has color #AEF0B9 on white background.


Black color preview on #AEF0B9 background

This text has black color on #AEF0B9 background.


White color preview on #AEF0B9 background

This text has white color on #AEF0B9 background.


Related colors

Complementary color

Complementary color for #hex is #510F46.


I love getcolorcode.com

Triadic colors

1 #B9AEF0 and #F0B9AE with #AEF0B9 are triadic colors.

2 #B9F0AE and #F0AEB9 with #AEF0B9 are triadic colors.