COLOR #AEF3B9

HEX: #AEF3B9
RGB: (174,243,185)

Color info

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

RGB color model

#AEF3B9 color RGB value is (174,243,185).

  • red value is 174;
  • green value is 243;
  • blue value is 185.
RGB:
(174,243,185)
(68%,95%,73%)

RGB channels and saturation

R 174 of 255 = 68%
G 243 of 255 = 95%
B 185 of 255 = 73%

174
243
185

R + G + B ~ 79%. #AEF3B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 243 + 185 = 602 (100%)
R 174 of 602 ~ 28.9%
G 243 of 602 ~ 40.37%
B 185 of 602 ~ 30.73%

%28.9
%40.37
%30.73

CMYK color model

#AEF3B9 color CMYK value is (28,0,24,5).

  • cyan value is 28.40%
  • magenta value is 0.00%
  • yellow value is 23.87%
  • key color value is 4.71%
CMYK:
(28,0,24,5)
C28M0Y24K5 
(28%,0%,24%,5%)
(0.28/0.00/0.24/0.05)	

CMYK percentages

%28.4
%0
%23.87
%4.71

Codes

Color #AEF3B9 in popluar color models

AEF3B9
RGB174243185
HSL130°74.19%81.76%
HSB/HSV130°28.40%95.29%
CMYK28.40%0.00%23.87%
4.71%

Color #AEF3B9 in popluar number systems.

HEXAEF3B9
Decimal174243185
Binary101011101111001110111001
Octal256363271

Shades and tints

Shades of #AEF3B9

#AEF3B9
(174,243,185)
#9FDDA9
(159,221,169)
#90C799
(144,199,153)
#81B189
(129,177,137)
#729B79
(114,155,121)
#638569
(99,133,105)
#546F59
(84,111,89)
#455949
(69,89,73)
#364339
(54,67,57)
#272D29
(39,45,41)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #AEF3B9

#AEF3B9
(174,243,185)
#B5F4BF
(181,244,191)
#BCF5C5
(188,245,197)
#C3F6CB
(195,246,203)
#CAF7D1
(202,247,209)
#D1F8D7
(209,248,215)
#D8F9DD
(216,249,221)
#DFFAE3
(223,250,227)
#E6FBE9
(230,251,233)
#EDFCEF
(237,252,239)
#F4FDF5
(244,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEF3B9; }

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

This text font color is #AEF3B9.


Background Color

.myBgColor { background-color: #AEF3B9; }

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

This div background color is #AEF3B9.


Border color

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

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

This div border color is #AEF3B9.


Opacity

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

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

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

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

This text has shadow with #AEF3B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF3B9 on black background.


Color preview on white background

This text has color #AEF3B9 on white background.



Black color preview on #AEF3B9 background

This text has black color on #AEF3B9 background.


White color preview on #AEF3B9 background

This text has white color on #AEF3B9 background.