COLOR #AEDAB9

HEX: #AEDAB9 RGB: (174,218,185)

Color info

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

RGB color model

#AEDAB9 color RGB value is (174,218,185).

RGB: (174,218,185) (68%, 85%, 73%)

RGB channels and saturation

R 174 of 255 = 68%
G 218 of 255 = 85%
B 185 of 255 = 73%

174
218
185

R + G + B ~ 75%. #AEDAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 218 + 185 = 577 (100%)
R 174 of 577 ~ 30.16%
G 218 of 577 ~ 37.78%
B 185 of 577 ~ 32.06'%

%30.16
%37.78
%32.06

CMYK color model

#AEDAB9 color CMYK value is (20,0,15,15).

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 15.14%
  • key color value is 14.51%

CMYK: (20,0,15,15)
C20M0Y15K15 (20%, 0%, 15%, 15%)
(0.20 / 0.00 / 0.15 / 0.15)

CMYK percentages

%20.18
%0
%15.14
%14.51

Codes

Color #AEDAB9 in popluar color models

AE DA B9
RGB 174 218 185
HSL 135° 37.29% 76.86%
HSB/HSV 135° 20.18% 85.49%
CMYK 20.18% 0.00% 15.14%
14.51%

Color #AEDAB9 in popluar number systems.

HEX AE DA B9
Decimal 174 218 185
Binary 10101110 11011010 10111001
Octal 256 332 271

Shades and tints

Shades of #AEDAB9

#AEDAB9
(174,218,185)
#9FC7A9
(159,199,169)
#90B499
(144,180,153)
#81A189
(129,161,137)
#728E79
(114,142,121)
#637B69
(99,123,105)
#546859
(84,104,89)
#455549
(69,85,73)
#364239
(54,66,57)
#272F29
(39,47,41)
#181C19
(24,28,25)
#000000
(0,0,0)

Tints of #AEDAB9

#AEDAB9
(174,218,185)
#B5DDBF
(181,221,191)
#BCE0C5
(188,224,197)
#C3E3CB
(195,227,203)
#CAE6D1
(202,230,209)
#D1E9D7
(209,233,215)
#D8ECDD
(216,236,221)
#DFEFE3
(223,239,227)
#E6F2E9
(230,242,233)
#EDF5EF
(237,245,239)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDAB9 color. Also use rgb(174,218,185) instead hex code.

Text Font Color

.myTextColor { color: #AEDAB9; }

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

This text font color is #AEDAB9.

Background Color

.myBgColor { background-color: #AEDAB9; }

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

This div background color is #AEDAB9.

Border color

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

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

This div border color is #AEDAB9.

Opacity

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

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

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

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

This text has shadow with #AEDAB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEDAB9.

Preview

Color preview on black background

This text has color #AEDAB9 on black background.


Color preview on white background

This text has color #AEDAB9 on white background.


Black color preview on #AEDAB9 background

This text has black color on #AEDAB9 background.


White color preview on #AEDAB9 background

This text has white color on #AEDAB9 background.


Related colors

Complementary color

Complementary color for #hex is #512546.


I love getcolorcode.com

Triadic colors

1 #B9AEDA and #DAB9AE with #AEDAB9 are triadic colors.

2 #B9DAAE and #DAAEB9 with #AEDAB9 are triadic colors.