COLOR #AEFCD5

HEX: #AEFCD5
RGB: (174,252,213)

Color info

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

RGB color model

#AEFCD5 color RGB value is (174,252,213).

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

RGB channels and saturation

R 174 of 255 = 68%
G 252 of 255 = 99%
B 213 of 255 = 84%

174
252
213

R + G + B ~ 84%. #AEFCD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 252 + 213 = 639 (100%)
R 174 of 639 ~ 27.23%
G 252 of 639 ~ 39.44%
B 213 of 639 ~ 33.33%

%27.23
%39.44
%33.33

CMYK color model

#AEFCD5 color CMYK value is (31,0,15,1).

  • cyan value is 30.95%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 1.18%
CMYK:
(31,0,15,1)
C31M0Y15K1 
(31%,0%,15%,1%)
(0.31/0.00/0.15/0.01)	

CMYK percentages

%30.95
%0
%15.48
%1.18

Codes

Color #AEFCD5 in popluar color models

AEFCD5
RGB174252213
HSL150°92.86%83.53%
HSB/HSV150°30.95%98.82%
CMYK30.95%0.00%15.48%
1.18%

Color #AEFCD5 in popluar number systems.

HEXAEFCD5
Decimal174252213
Binary101011101111110011010101
Octal256374325

Shades and tints

Shades of #AEFCD5

#AEFCD5
(174,252,213)
#9FE6C2
(159,230,194)
#90D0AF
(144,208,175)
#81BA9C
(129,186,156)
#72A489
(114,164,137)
#638E76
(99,142,118)
#547863
(84,120,99)
#456250
(69,98,80)
#364C3D
(54,76,61)
#27362A
(39,54,42)
#182017
(24,32,23)
#000000
(0,0,0)

Tints of #AEFCD5

#AEFCD5
(174,252,213)
#B5FCD8
(181,252,216)
#BCFCDB
(188,252,219)
#C3FCDE
(195,252,222)
#CAFCE1
(202,252,225)
#D1FCE4
(209,252,228)
#D8FCE7
(216,252,231)
#DFFCEA
(223,252,234)
#E6FCED
(230,252,237)
#EDFCF0
(237,252,240)
#F4FCF3
(244,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEFCD5; }

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

This text font color is #AEFCD5.


Background Color

.myBgColor { background-color: #AEFCD5; }

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

This div background color is #AEFCD5.


Border color

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

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

This div border color is #AEFCD5.


Opacity

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

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

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

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

This text has shadow with #AEFCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEFCD5 on black background.


Color preview on white background

This text has color #AEFCD5 on white background.



Black color preview on #AEFCD5 background

This text has black color on #AEFCD5 background.


White color preview on #AEFCD5 background

This text has white color on #AEFCD5 background.