COLOR #AEE8B4

HEX: #AEE8B4 RGB: (174,232,180)

Color info

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

RGB color model

#AEE8B4 color RGB value is (174,232,180).

RGB: (174,232,180) (68%, 91%, 71%)

RGB channels and saturation

R 174 of 255 = 68%
G 232 of 255 = 91%
B 180 of 255 = 71%

174
232
180

R + G + B ~ 77%. #AEE8B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 232 + 180 = 586 (100%)
R 174 of 586 ~ 29.69%
G 232 of 586 ~ 39.59%
B 180 of 586 ~ 30.72'%

%29.69
%39.59
%30.72

CMYK color model

#AEE8B4 color CMYK value is (25,0,22,9).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 22.41%
  • key color value is 9.02%

CMYK: (25,0,22,9)
C25M0Y22K9 (25%, 0%, 22%, 9%)
(0.25 / 0.00 / 0.22 / 0.09)

CMYK percentages

%25
%0
%22.41
%9.02

Codes

Color #AEE8B4 in popluar color models

AE E8 B4
RGB 174 232 180
HSL 126° 55.77% 79.61%
HSB/HSV 126° 25.00% 90.98%
CMYK 25.00% 0.00% 22.41%
9.02%

Color #AEE8B4 in popluar number systems.

HEX AE E8 B4
Decimal 174 232 180
Binary 10101110 11101000 10110100
Octal 256 350 264

Shades and tints

Shades of #AEE8B4

#AEE8B4
(174,232,180)
#9FD3A4
(159,211,164)
#90BE94
(144,190,148)
#81A984
(129,169,132)
#729474
(114,148,116)
#637F64
(99,127,100)
#546A54
(84,106,84)
#455544
(69,85,68)
#364034
(54,64,52)
#272B24
(39,43,36)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #AEE8B4

#AEE8B4
(174,232,180)
#B5EABA
(181,234,186)
#BCECC0
(188,236,192)
#C3EEC6
(195,238,198)
#CAF0CC
(202,240,204)
#D1F2D2
(209,242,210)
#D8F4D8
(216,244,216)
#DFF6DE
(223,246,222)
#E6F8E4
(230,248,228)
#EDFAEA
(237,250,234)
#F4FCF0
(244,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE8B4 color. Also use rgb(174,232,180) instead hex code.

Text Font Color

.myTextColor { color: #AEE8B4; }

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

This text font color is #AEE8B4.

Background Color

.myBgColor { background-color: #AEE8B4; }

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

This div background color is #AEE8B4.

Border color

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

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

This div border color is #AEE8B4.

Opacity

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

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

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

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

This text has shadow with #AEE8B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEE8B4.

Preview

Color preview on black background

This text has color #AEE8B4 on black background.


Color preview on white background

This text has color #AEE8B4 on white background.


Black color preview on #AEE8B4 background

This text has black color on #AEE8B4 background.


White color preview on #AEE8B4 background

This text has white color on #AEE8B4 background.


Related colors

Complementary color

Complementary color for #hex is #51174B.


I love getcolorcode.com

Triadic colors

1 #B4AEE8 and #E8B4AE with #AEE8B4 are triadic colors.

2 #B4E8AE and #E8AEB4 with #AEE8B4 are triadic colors.