COLOR #AEF1C3

HEX: #AEF1C3 RGB: (174,241,195)

Color info

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

RGB color model

#AEF1C3 color RGB value is (174,241,195).

RGB: (174,241,195) (68%, 95%, 76%)

RGB channels and saturation

R 174 of 255 = 68%
G 241 of 255 = 95%
B 195 of 255 = 76%

174
241
195

R + G + B ~ 80%. #AEF1C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 241 + 195 = 610 (100%)
R 174 of 610 ~ 28.52%
G 241 of 610 ~ 39.51%
B 195 of 610 ~ 31.97'%

%28.52
%39.51
%31.97

CMYK color model

#AEF1C3 color CMYK value is (28,0,19,5).

  • cyan value is 27.80%
  • magenta value is 0.00%
  • yellow value is 19.09%
  • key color value is 5.49%

CMYK: (28,0,19,5)
C28M0Y19K5 (28%, 0%, 19%, 5%)
(0.28 / 0.00 / 0.19 / 0.05)

CMYK percentages

%27.8
%0
%19.09
%5.49

Codes

Color #AEF1C3 in popluar color models

AE F1 C3
RGB 174 241 195
HSL 139° 70.53% 81.37%
HSB/HSV 139° 27.80% 94.51%
CMYK 27.80% 0.00% 19.09%
5.49%

Color #AEF1C3 in popluar number systems.

HEX AE F1 C3
Decimal 174 241 195
Binary 10101110 11110001 11000011
Octal 256 361 303

Shades and tints

Shades of #AEF1C3

#AEF1C3
(174,241,195)
#9FDCB2
(159,220,178)
#90C7A1
(144,199,161)
#81B290
(129,178,144)
#729D7F
(114,157,127)
#63886E
(99,136,110)
#54735D
(84,115,93)
#455E4C
(69,94,76)
#36493B
(54,73,59)
#27342A
(39,52,42)
#181F19
(24,31,25)
#000000
(0,0,0)

Tints of #AEF1C3

#AEF1C3
(174,241,195)
#B5F2C8
(181,242,200)
#BCF3CD
(188,243,205)
#C3F4D2
(195,244,210)
#CAF5D7
(202,245,215)
#D1F6DC
(209,246,220)
#D8F7E1
(216,247,225)
#DFF8E6
(223,248,230)
#E6F9EB
(230,249,235)
#EDFAF0
(237,250,240)
#F4FBF5
(244,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEF1C3 color. Also use rgb(174,241,195) instead hex code.

Text Font Color

.myTextColor { color: #AEF1C3; }

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

This text font color is #AEF1C3.

Background Color

.myBgColor { background-color: #AEF1C3; }

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

This div background color is #AEF1C3.

Border color

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

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

This div border color is #AEF1C3.

Opacity

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

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

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

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

This text has shadow with #AEF1C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEF1C3.

Preview

Color preview on black background

This text has color #AEF1C3 on black background.


Color preview on white background

This text has color #AEF1C3 on white background.


Black color preview on #AEF1C3 background

This text has black color on #AEF1C3 background.


White color preview on #AEF1C3 background

This text has white color on #AEF1C3 background.


Related colors

Complementary color

Complementary color for #hex is #510E3C.


I love getcolorcode.com

Triadic colors

1 #C3AEF1 and #F1C3AE with #AEF1C3 are triadic colors.

2 #C3F1AE and #F1AEC3 with #AEF1C3 are triadic colors.