COLOR #AEF6B3

HEX: #AEF6B3
RGB: (174,246,179)

Color info

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

RGB color model

#AEF6B3 color RGB value is (174,246,179).

  • red value is 174;
  • green value is 246;
  • blue value is 179.
RGB:
(174,246,179)
(68%,96%,70%)

RGB channels and saturation

R 174 of 255 = 68%
G 246 of 255 = 96%
B 179 of 255 = 70%

174
246
179

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

Portions of RGB colors in percentages

R + G + B =
174 + 246 + 179 = 599 (100%)
R 174 of 599 ~ 29.05%
G 246 of 599 ~ 41.07%
B 179 of 599 ~ 29.88%

%29.05
%41.07
%29.88

CMYK color model

#AEF6B3 color CMYK value is (29,0,27,4).

  • cyan value is 29.27%
  • magenta value is 0.00%
  • yellow value is 27.24%
  • key color value is 3.53%
CMYK:
(29,0,27,4)
C29M0Y27K4 
(29%,0%,27%,4%)
(0.29/0.00/0.27/0.04)	

CMYK percentages

%29.27
%0
%27.24
%3.53

Codes

Color #AEF6B3 in popluar color models

AEF6B3
RGB174246179
HSL124°80.00%82.35%
HSB/HSV124°29.27%96.47%
CMYK29.27%0.00%27.24%
3.53%

Color #AEF6B3 in popluar number systems.

HEXAEF6B3
Decimal174246179
Binary101011101111011010110011
Octal256366263

Shades and tints

Shades of #AEF6B3

#AEF6B3
(174,246,179)
#9FE0A3
(159,224,163)
#90CA93
(144,202,147)
#81B483
(129,180,131)
#729E73
(114,158,115)
#638863
(99,136,99)
#547253
(84,114,83)
#455C43
(69,92,67)
#364633
(54,70,51)
#273023
(39,48,35)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #AEF6B3

#AEF6B3
(174,246,179)
#B5F6B9
(181,246,185)
#BCF6BF
(188,246,191)
#C3F6C5
(195,246,197)
#CAF6CB
(202,246,203)
#D1F6D1
(209,246,209)
#D8F6D7
(216,246,215)
#DFF6DD
(223,246,221)
#E6F6E3
(230,246,227)
#EDF6E9
(237,246,233)
#F4F6EF
(244,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEF6B3 color. Also use rgb(174,246,179) instead hex code.

Text Font Color

.myTextColor { color: #AEF6B3; }

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

This text font color is #AEF6B3.


Background Color

.myBgColor { background-color: #AEF6B3; }

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

This div background color is #AEF6B3.


Border color

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

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

This div border color is #AEF6B3.


Opacity

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

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

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

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

This text has shadow with #AEF6B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF6B3 on black background.


Color preview on white background

This text has color #AEF6B3 on white background.



Black color preview on #AEF6B3 background

This text has black color on #AEF6B3 background.


White color preview on #AEF6B3 background

This text has white color on #AEF6B3 background.