COLOR #AEEAC1

HEX: #AEEAC1 RGB: (174,234,193)

Color info

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

RGB color model

#AEEAC1 color RGB value is (174,234,193).

RGB: (174,234,193) (68%, 92%, 76%)

RGB channels and saturation

R 174 of 255 = 68%
G 234 of 255 = 92%
B 193 of 255 = 76%

174
234
193

R + G + B ~ 79%. #AEEAC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 234 + 193 = 601 (100%)
R 174 of 601 ~ 28.95%
G 234 of 601 ~ 38.94%
B 193 of 601 ~ 32.11'%

%28.95
%38.94
%32.11

CMYK color model

#AEEAC1 color CMYK value is (26,0,18,8).

  • cyan value is 25.64%
  • magenta value is 0.00%
  • yellow value is 17.52%
  • key color value is 8.24%

CMYK: (26,0,18,8)
C26M0Y18K8 (26%, 0%, 18%, 8%)
(0.26 / 0.00 / 0.18 / 0.08)

CMYK percentages

%25.64
%0
%17.52
%8.24

Codes

Color #AEEAC1 in popluar color models

AE EA C1
RGB 174 234 193
HSL 139° 58.82% 80.00%
HSB/HSV 139° 25.64% 91.76%
CMYK 25.64% 0.00% 17.52%
8.24%

Color #AEEAC1 in popluar number systems.

HEX AE EA C1
Decimal 174 234 193
Binary 10101110 11101010 11000001
Octal 256 352 301

Shades and tints

Shades of #AEEAC1

#AEEAC1
(174,234,193)
#9FD5B0
(159,213,176)
#90C09F
(144,192,159)
#81AB8E
(129,171,142)
#72967D
(114,150,125)
#63816C
(99,129,108)
#546C5B
(84,108,91)
#45574A
(69,87,74)
#364239
(54,66,57)
#272D28
(39,45,40)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #AEEAC1

#AEEAC1
(174,234,193)
#B5EBC6
(181,235,198)
#BCECCB
(188,236,203)
#C3EDD0
(195,237,208)
#CAEED5
(202,238,213)
#D1EFDA
(209,239,218)
#D8F0DF
(216,240,223)
#DFF1E4
(223,241,228)
#E6F2E9
(230,242,233)
#EDF3EE
(237,243,238)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEEAC1 color. Also use rgb(174,234,193) instead hex code.

Text Font Color

.myTextColor { color: #AEEAC1; }

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

This text font color is #AEEAC1.

Background Color

.myBgColor { background-color: #AEEAC1; }

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

This div background color is #AEEAC1.

Border color

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

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

This div border color is #AEEAC1.

Opacity

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

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

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

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

This text has shadow with #AEEAC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEEAC1.

Preview

Color preview on black background

This text has color #AEEAC1 on black background.


Color preview on white background

This text has color #AEEAC1 on white background.


Black color preview on #AEEAC1 background

This text has black color on #AEEAC1 background.


White color preview on #AEEAC1 background

This text has white color on #AEEAC1 background.


Related colors

Complementary color

Complementary color for #hex is #51153E.


I love getcolorcode.com

Triadic colors

1 #C1AEEA and #EAC1AE with #AEEAC1 are triadic colors.

2 #C1EAAE and #EAAEC1 with #AEEAC1 are triadic colors.