COLOR #AEF9D1

HEX: #AEF9D1
RGB: (174,249,209)

Color info

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

RGB color model

#AEF9D1 color RGB value is (174,249,209).

  • red value is 174;
  • green value is 249;
  • blue value is 209.
RGB:
(174,249,209)
(68%,98%,82%)

RGB channels and saturation

R 174 of 255 = 68%
G 249 of 255 = 98%
B 209 of 255 = 82%

174
249
209

R + G + B ~ 83%. #AEF9D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 249 + 209 = 632 (100%)
R 174 of 632 ~ 27.53%
G 249 of 632 ~ 39.4%
B 209 of 632 ~ 33.07%

%27.53
%39.4
%33.07

CMYK color model

#AEF9D1 color CMYK value is (30,0,16,2).

  • cyan value is 30.12%
  • magenta value is 0.00%
  • yellow value is 16.06%
  • key color value is 2.35%
CMYK:
(30,0,16,2)
C30M0Y16K2 
(30%,0%,16%,2%)
(0.30/0.00/0.16/0.02)	

CMYK percentages

%30.12
%0
%16.06
%2.35

Codes

Color #AEF9D1 in popluar color models

AEF9D1
RGB174249209
HSL148°86.21%82.94%
HSB/HSV148°30.12%97.65%
CMYK30.12%0.00%16.06%
2.35%

Color #AEF9D1 in popluar number systems.

HEXAEF9D1
Decimal174249209
Binary101011101111100111010001
Octal256371321

Shades and tints

Shades of #AEF9D1

#AEF9D1
(174,249,209)
#9FE3BE
(159,227,190)
#90CDAB
(144,205,171)
#81B798
(129,183,152)
#72A185
(114,161,133)
#638B72
(99,139,114)
#54755F
(84,117,95)
#455F4C
(69,95,76)
#364939
(54,73,57)
#273326
(39,51,38)
#181D13
(24,29,19)
#000000
(0,0,0)

Tints of #AEF9D1

#AEF9D1
(174,249,209)
#B5F9D5
(181,249,213)
#BCF9D9
(188,249,217)
#C3F9DD
(195,249,221)
#CAF9E1
(202,249,225)
#D1F9E5
(209,249,229)
#D8F9E9
(216,249,233)
#DFF9ED
(223,249,237)
#E6F9F1
(230,249,241)
#EDF9F5
(237,249,245)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEF9D1 color. Also use rgb(174,249,209) instead hex code.

Text Font Color

.myTextColor { color: #AEF9D1; }

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

This text font color is #AEF9D1.


Background Color

.myBgColor { background-color: #AEF9D1; }

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

This div background color is #AEF9D1.


Border color

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

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

This div border color is #AEF9D1.


Opacity

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

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

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

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

This text has shadow with #AEF9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF9D1 on black background.


Color preview on white background

This text has color #AEF9D1 on white background.



Black color preview on #AEF9D1 background

This text has black color on #AEF9D1 background.


White color preview on #AEF9D1 background

This text has white color on #AEF9D1 background.