COLOR #AED9AB

HEX: #AED9AB RGB: (174,217,171)

Color info

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

RGB color model

#AED9AB color RGB value is (174,217,171).

RGB: (174,217,171) (68%, 85%, 67%)

RGB channels and saturation

R 174 of 255 = 68%
G 217 of 255 = 85%
B 171 of 255 = 67%

174
217
171

R + G + B ~ 73%. #AED9AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 217 + 171 = 562 (100%)
R 174 of 562 ~ 30.96%
G 217 of 562 ~ 38.61%
B 171 of 562 ~ 30.43'%

%30.96
%38.61
%30.43

CMYK color model

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

  • cyan value is 19.82%
  • magenta value is 0.00%
  • yellow value is 21.20%
  • key color value is 14.90%

CMYK: (20,0,21,15)
C20M0Y21K15 (20%, 0%, 21%, 15%)
(0.20 / 0.00 / 0.21 / 0.15)

CMYK percentages

%19.82
%0
%21.2
%14.9

Codes

Color #AED9AB in popluar color models

AE D9 AB
RGB 174 217 171
HSL 116° 37.70% 76.08%
HSB/HSV 116° 21.20% 85.10%
CMYK 19.82% 0.00% 21.20%
14.90%

Color #AED9AB in popluar number systems.

HEX AE D9 AB
Decimal 174 217 171
Binary 10101110 11011001 10101011
Octal 256 331 253

Shades and tints

Shades of #AED9AB

#AED9AB
(174,217,171)
#9FC69C
(159,198,156)
#90B38D
(144,179,141)
#81A07E
(129,160,126)
#728D6F
(114,141,111)
#637A60
(99,122,96)
#546751
(84,103,81)
#455442
(69,84,66)
#364133
(54,65,51)
#272E24
(39,46,36)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #AED9AB

#AED9AB
(174,217,171)
#B5DCB2
(181,220,178)
#BCDFB9
(188,223,185)
#C3E2C0
(195,226,192)
#CAE5C7
(202,229,199)
#D1E8CE
(209,232,206)
#D8EBD5
(216,235,213)
#DFEEDC
(223,238,220)
#E6F1E3
(230,241,227)
#EDF4EA
(237,244,234)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED9AB color. Also use rgb(174,217,171) instead hex code.

Text Font Color

.myTextColor { color: #AED9AB; }

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

This text font color is #AED9AB.

Background Color

.myBgColor { background-color: #AED9AB; }

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

This div background color is #AED9AB.

Border color

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

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

This div border color is #AED9AB.

Opacity

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

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

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

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

This text has shadow with #AED9AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED9AB.

Preview

Color preview on black background

This text has color #AED9AB on black background.


Color preview on white background

This text has color #AED9AB on white background.


Black color preview on #AED9AB background

This text has black color on #AED9AB background.


White color preview on #AED9AB background

This text has white color on #AED9AB background.


Related colors

Complementary color

Complementary color for #hex is #512654.


I love getcolorcode.com

Triadic colors

1 #ABAED9 and #D9ABAE with #AED9AB are triadic colors.

2 #ABD9AE and #D9AEAB with #AED9AB are triadic colors.