COLOR #AEE4B5

HEX: #AEE4B5 RGB: (174,228,181)

Color info

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

RGB color model

#AEE4B5 color RGB value is (174,228,181).

RGB: (174,228,181) (68%, 89%, 71%)

RGB channels and saturation

R 174 of 255 = 68%
G 228 of 255 = 89%
B 181 of 255 = 71%

174
228
181

R + G + B ~ 76%. #AEE4B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 228 + 181 = 583 (100%)
R 174 of 583 ~ 29.85%
G 228 of 583 ~ 39.11%
B 181 of 583 ~ 31.05'%

%29.85
%39.11
%31.05

CMYK color model

#AEE4B5 color CMYK value is (24,0,21,11).

  • cyan value is 23.68%
  • magenta value is 0.00%
  • yellow value is 20.61%
  • key color value is 10.59%

CMYK: (24,0,21,11)
C24M0Y21K11 (24%, 0%, 21%, 11%)
(0.24 / 0.00 / 0.21 / 0.11)

CMYK percentages

%23.68
%0
%20.61
%10.59

Codes

Color #AEE4B5 in popluar color models

AE E4 B5
RGB 174 228 181
HSL 128° 50.00% 78.82%
HSB/HSV 128° 23.68% 89.41%
CMYK 23.68% 0.00% 20.61%
10.59%

Color #AEE4B5 in popluar number systems.

HEX AE E4 B5
Decimal 174 228 181
Binary 10101110 11100100 10110101
Octal 256 344 265

Shades and tints

Shades of #AEE4B5

#AEE4B5
(174,228,181)
#9FD0A5
(159,208,165)
#90BC95
(144,188,149)
#81A885
(129,168,133)
#729475
(114,148,117)
#638065
(99,128,101)
#546C55
(84,108,85)
#455845
(69,88,69)
#364435
(54,68,53)
#273025
(39,48,37)
#181C15
(24,28,21)
#000000
(0,0,0)

Tints of #AEE4B5

#AEE4B5
(174,228,181)
#B5E6BB
(181,230,187)
#BCE8C1
(188,232,193)
#C3EAC7
(195,234,199)
#CAECCD
(202,236,205)
#D1EED3
(209,238,211)
#D8F0D9
(216,240,217)
#DFF2DF
(223,242,223)
#E6F4E5
(230,244,229)
#EDF6EB
(237,246,235)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE4B5 color. Also use rgb(174,228,181) instead hex code.

Text Font Color

.myTextColor { color: #AEE4B5; }

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

This text font color is #AEE4B5.

Background Color

.myBgColor { background-color: #AEE4B5; }

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

This div background color is #AEE4B5.

Border color

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

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

This div border color is #AEE4B5.

Opacity

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

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

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

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

This text has shadow with #AEE4B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEE4B5.

Preview

Color preview on black background

This text has color #AEE4B5 on black background.


Color preview on white background

This text has color #AEE4B5 on white background.


Black color preview on #AEE4B5 background

This text has black color on #AEE4B5 background.


White color preview on #AEE4B5 background

This text has white color on #AEE4B5 background.


Related colors

Complementary color

Complementary color for #hex is #511B4A.


I love getcolorcode.com

Triadic colors

1 #B5AEE4 and #E4B5AE with #AEE4B5 are triadic colors.

2 #B5E4AE and #E4AEB5 with #AEE4B5 are triadic colors.