COLOR #AEF0CE

HEX: #AEF0CE RGB: (174,240,206)

Color info

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

RGB color model

#AEF0CE color RGB value is (174,240,206).

RGB: (174,240,206) (68%, 94%, 81%)

RGB channels and saturation

R 174 of 255 = 68%
G 240 of 255 = 94%
B 206 of 255 = 81%

174
240
206

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

Portions of RGB colors in percentages

R + G + B = 174 + 240 + 206 = 620 (100%)
R 174 of 620 ~ 28.06%
G 240 of 620 ~ 38.71%
B 206 of 620 ~ 33.23'%

%28.06
%38.71
%33.23

CMYK color model

#AEF0CE color CMYK value is (28,0,14,6).

  • cyan value is 27.50%
  • magenta value is 0.00%
  • yellow value is 14.17%
  • key color value is 5.88%
CMYK: (28,0,14,6) C28M0Y14K6 (28%,0%,14%,6%) (0.28/0.00/0.14/0.06) 

CMYK percentages

%27.5
%0
%14.17
%5.88

Codes

Color #AEF0CE in popluar color models

AE F0 CE
RGB 174 240 206
HSL 149° 68.75% 81.18%
HSB/HSV 149° 27.50% 94.12%
CMYK 27.50% 0.00% 14.17%
5.88%

Color #AEF0CE in popluar number systems.

HEX AE F0 CE
Decimal 174 240 206
Binary 10101110 11110000 11001110
Octal 256 360 316

Shades and tints

Shades of #AEF0CE

#AEF0CE
(174,240,206)
#9FDBBC
(159,219,188)
#90C6AA
(144,198,170)
#81B198
(129,177,152)
#729C86
(114,156,134)
#638774
(99,135,116)
#547262
(84,114,98)
#455D50
(69,93,80)
#36483E
(54,72,62)
#27332C
(39,51,44)
#181E1A
(24,30,26)
#000000
(0,0,0)

Tints of #AEF0CE

#AEF0CE
(174,240,206)
#B5F1D2
(181,241,210)
#BCF2D6
(188,242,214)
#C3F3DA
(195,243,218)
#CAF4DE
(202,244,222)
#D1F5E2
(209,245,226)
#D8F6E6
(216,246,230)
#DFF7EA
(223,247,234)
#E6F8EE
(230,248,238)
#EDF9F2
(237,249,242)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEF0CE color. Also use rgb(174,240,206) instead hex code.

Text Font Color

.myTextColor { color: #AEF0CE; }

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

This text font color is #AEF0CE.

Background Color

.myBgColor { background-color: #AEF0CE; }

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

This div background color is #AEF0CE.

Border color

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

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

This div border color is #AEF0CE.

Opacity

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

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

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

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

This text has shadow with #AEF0CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEF0CE.

Preview

Color preview on black background

This text has color #AEF0CE on black background.


Color preview on white background

This text has color #AEF0CE on white background.


Black color preview on #AEF0CE background

This text has black color on #AEF0CE background.


White color preview on #AEF0CE background

This text has white color on #AEF0CE background.


Related colors

Complementary color

Complementary color for #hex is #510F31.


I love getcolorcode.com

Triadic colors

1 #CEAEF0 and #F0CEAE with #AEF0CE are triadic colors.

2 #CEF0AE and #F0AECE with #AEF0CE are triadic colors.