COLOR #AEE6C0

HEX: #AEE6C0 RGB: (174,230,192)

Color info

#AEE6C0 contains red, green and blue colors in about the same proportion. Web safe color of #AEE6C0 is #99CCCC (or #9CC).

RGB color model

#AEE6C0 color RGB value is (174,230,192).

RGB: (174,230,192) (68%, 90%, 75%)

RGB channels and saturation

R 174 of 255 = 68%
G 230 of 255 = 90%
B 192 of 255 = 75%

174
230
192

R + G + B ~ 78%. #AEE6C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 230 + 192 = 596 (100%)
R 174 of 596 ~ 29.19%
G 230 of 596 ~ 38.59%
B 192 of 596 ~ 32.21'%

%29.19
%38.59
%32.21

CMYK color model

#AEE6C0 color CMYK value is (24,0,17,10).

  • cyan value is 24.35%
  • magenta value is 0.00%
  • yellow value is 16.52%
  • key color value is 9.80%

CMYK: (24,0,17,10)
C24M0Y17K10 (24%, 0%, 17%, 10%)
(0.24 / 0.00 / 0.17 / 0.10)

CMYK percentages

%24.35
%0
%16.52
%9.8

Codes

Color #AEE6C0 in popluar color models

AE E6 C0
RGB 174 230 192
HSL 139° 52.83% 79.22%
HSB/HSV 139° 24.35% 90.20%
CMYK 24.35% 0.00% 16.52%
9.80%

Color #AEE6C0 in popluar number systems.

HEX AE E6 C0
Decimal 174 230 192
Binary 10101110 11100110 11000000
Octal 256 346 300

Shades and tints

Shades of #AEE6C0

#AEE6C0
(174,230,192)
#9FD2AF
(159,210,175)
#90BE9E
(144,190,158)
#81AA8D
(129,170,141)
#72967C
(114,150,124)
#63826B
(99,130,107)
#546E5A
(84,110,90)
#455A49
(69,90,73)
#364638
(54,70,56)
#273227
(39,50,39)
#181E16
(24,30,22)
#000000
(0,0,0)

Tints of #AEE6C0

#AEE6C0
(174,230,192)
#B5E8C5
(181,232,197)
#BCEACA
(188,234,202)
#C3ECCF
(195,236,207)
#CAEED4
(202,238,212)
#D1F0D9
(209,240,217)
#D8F2DE
(216,242,222)
#DFF4E3
(223,244,227)
#E6F6E8
(230,246,232)
#EDF8ED
(237,248,237)
#F4FAF2
(244,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE6C0 color. Also use rgb(174,230,192) instead hex code.

Text Font Color

.myTextColor { color: #AEE6C0; }

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

This text font color is #AEE6C0.

Background Color

.myBgColor { background-color: #AEE6C0; }

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

This div background color is #AEE6C0.

Border color

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

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

This div border color is #AEE6C0.

Opacity

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

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

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

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

This text has shadow with #AEE6C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEE6C0.

Preview

Color preview on black background

This text has color #AEE6C0 on black background.


Color preview on white background

This text has color #AEE6C0 on white background.


Black color preview on #AEE6C0 background

This text has black color on #AEE6C0 background.


White color preview on #AEE6C0 background

This text has white color on #AEE6C0 background.


Related colors

Complementary color

Complementary color for #hex is #51193F.


I love getcolorcode.com

Triadic colors

1 #C0AEE6 and #E6C0AE with #AEE6C0 are triadic colors.

2 #C0E6AE and #E6AEC0 with #AEE6C0 are triadic colors.