COLOR #AEF9D5

HEX: #AEF9D5
RGB: (174,249,213)

Color info

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

RGB color model

#AEF9D5 color RGB value is (174,249,213).

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

RGB channels and saturation

R 174 of 255 = 68%
G 249 of 255 = 98%
B 213 of 255 = 84%

174
249
213

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

Portions of RGB colors in percentages

R + G + B =
174 + 249 + 213 = 636 (100%)
R 174 of 636 ~ 27.36%
G 249 of 636 ~ 39.15%
B 213 of 636 ~ 33.49%

%27.36
%39.15
%33.49

CMYK color model

#AEF9D5 color CMYK value is (30,0,14,2).

  • cyan value is 30.12%
  • magenta value is 0.00%
  • yellow value is 14.46%
  • key color value is 2.35%
CMYK:
(30,0,14,2)
C30M0Y14K2 
(30%,0%,14%,2%)
(0.30/0.00/0.14/0.02)	

CMYK percentages

%30.12
%0
%14.46
%2.35

Codes

Color #AEF9D5 in popluar color models

AEF9D5
RGB174249213
HSL151°86.21%82.94%
HSB/HSV151°30.12%97.65%
CMYK30.12%0.00%14.46%
2.35%

Color #AEF9D5 in popluar number systems.

HEXAEF9D5
Decimal174249213
Binary101011101111100111010101
Octal256371325

Shades and tints

Shades of #AEF9D5

#AEF9D5
(174,249,213)
#9FE3C2
(159,227,194)
#90CDAF
(144,205,175)
#81B79C
(129,183,156)
#72A189
(114,161,137)
#638B76
(99,139,118)
#547563
(84,117,99)
#455F50
(69,95,80)
#36493D
(54,73,61)
#27332A
(39,51,42)
#181D17
(24,29,23)
#000000
(0,0,0)

Tints of #AEF9D5

#AEF9D5
(174,249,213)
#B5F9D8
(181,249,216)
#BCF9DB
(188,249,219)
#C3F9DE
(195,249,222)
#CAF9E1
(202,249,225)
#D1F9E4
(209,249,228)
#D8F9E7
(216,249,231)
#DFF9EA
(223,249,234)
#E6F9ED
(230,249,237)
#EDF9F0
(237,249,240)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEF9D5; }

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

This text font color is #AEF9D5.


Background Color

.myBgColor { background-color: #AEF9D5; }

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

This div background color is #AEF9D5.


Border color

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

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

This div border color is #AEF9D5.


Opacity

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

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

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

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

This text has shadow with #AEF9D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF9D5 on black background.


Color preview on white background

This text has color #AEF9D5 on white background.



Black color preview on #AEF9D5 background

This text has black color on #AEF9D5 background.


White color preview on #AEF9D5 background

This text has white color on #AEF9D5 background.