COLOR #AEFCC5

HEX: #AEFCC5 RGB: (174,252,197)

Color info

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

RGB color model

#AEFCC5 color RGB value is (174,252,197).

RGB: (174,252,197) (68%, 99%, 77%)

RGB channels and saturation

R 174 of 255 = 68%
G 252 of 255 = 99%
B 197 of 255 = 77%

174
252
197

R + G + B ~ 81%. #AEFCC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 252 + 197 = 623 (100%)
R 174 of 623 ~ 27.93%
G 252 of 623 ~ 40.45%
B 197 of 623 ~ 31.62'%

%27.93
%40.45
%31.62

CMYK color model

#AEFCC5 color CMYK value is (31,0,22,1).

  • cyan value is 30.95%
  • magenta value is 0.00%
  • yellow value is 21.83%
  • key color value is 1.18%

CMYK: (31,0,22,1)
C31M0Y22K1 (31%, 0%, 22%, 1%)
(0.31 / 0.00 / 0.22 / 0.01)

CMYK percentages

%30.95
%0
%21.83
%1.18

Codes

Color #AEFCC5 in popluar color models

AE FC C5
RGB 174 252 197
HSL 138° 92.86% 83.53%
HSB/HSV 138° 30.95% 98.82%
CMYK 30.95% 0.00% 21.83%
1.18%

Color #AEFCC5 in popluar number systems.

HEX AE FC C5
Decimal 174 252 197
Binary 10101110 11111100 11000101
Octal 256 374 305

Shades and tints

Shades of #AEFCC5

#AEFCC5
(174,252,197)
#9FE6B4
(159,230,180)
#90D0A3
(144,208,163)
#81BA92
(129,186,146)
#72A481
(114,164,129)
#638E70
(99,142,112)
#54785F
(84,120,95)
#45624E
(69,98,78)
#364C3D
(54,76,61)
#27362C
(39,54,44)
#18201B
(24,32,27)
#000000
(0,0,0)

Tints of #AEFCC5

#AEFCC5
(174,252,197)
#B5FCCA
(181,252,202)
#BCFCCF
(188,252,207)
#C3FCD4
(195,252,212)
#CAFCD9
(202,252,217)
#D1FCDE
(209,252,222)
#D8FCE3
(216,252,227)
#DFFCE8
(223,252,232)
#E6FCED
(230,252,237)
#EDFCF2
(237,252,242)
#F4FCF7
(244,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEFCC5; }

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

This text font color is #AEFCC5.

Background Color

.myBgColor { background-color: #AEFCC5; }

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

This div background color is #AEFCC5.

Border color

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

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

This div border color is #AEFCC5.

Opacity

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

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

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

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

This text has shadow with #AEFCC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEFCC5.

Preview

Color preview on black background

This text has color #AEFCC5 on black background.


Color preview on white background

This text has color #AEFCC5 on white background.


Black color preview on #AEFCC5 background

This text has black color on #AEFCC5 background.


White color preview on #AEFCC5 background

This text has white color on #AEFCC5 background.


Related colors

Complementary color

Complementary color for #hex is #51033A.


I love getcolorcode.com

Triadic colors

1 #C5AEFC and #FCC5AE with #AEFCC5 are triadic colors.

2 #C5FCAE and #FCAEC5 with #AEFCC5 are triadic colors.