COLOR #AED08B

HEX: #AED08B RGB: (174,208,139)

Color info

#AED08B contains mainly red and green colors. Web safe color of #AED08B is #99CC99 (or #9C9).

RGB color model

#AED08B color RGB value is (174,208,139).

RGB: (174,208,139) (68%, 82%, 55%)

RGB channels and saturation

R 174 of 255 = 68%
G 208 of 255 = 82%
B 139 of 255 = 55%

174
208
139

R + G + B ~ 68%. #AED08B is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 208 + 139 = 521 (100%)
R 174 of 521 ~ 33.4%
G 208 of 521 ~ 39.92%
B 139 of 521 ~ 26.68'%

%33.4
%39.92
%26.68

CMYK color model

#AED08B color CMYK value is (16,0,33,18).

  • cyan value is 16.35%
  • magenta value is 0.00%
  • yellow value is 33.17%
  • key color value is 18.43%

CMYK: (16,0,33,18)
C16M0Y33K18 (16%, 0%, 33%, 18%)
(0.16 / 0.00 / 0.33 / 0.18)

CMYK percentages

%16.35
%0
%33.17
%18.43

Codes

Color #AED08B in popluar color models

AE D0 8B
RGB 174 208 139
HSL 90° 42.33% 68.04%
HSB/HSV 90° 33.17% 81.57%
CMYK 16.35% 0.00% 33.17%
18.43%

Color #AED08B in popluar number systems.

HEX AE D0 8B
Decimal 174 208 139
Binary 10101110 11010000 10001011
Octal 256 320 213

Shades and tints

Shades of #AED08B

#AED08B
(174,208,139)
#9FBE7F
(159,190,127)
#90AC73
(144,172,115)
#819A67
(129,154,103)
#72885B
(114,136,91)
#63764F
(99,118,79)
#546443
(84,100,67)
#455237
(69,82,55)
#36402B
(54,64,43)
#272E1F
(39,46,31)
#181C13
(24,28,19)
#000000
(0,0,0)

Tints of #AED08B

#AED08B
(174,208,139)
#B5D495
(181,212,149)
#BCD89F
(188,216,159)
#C3DCA9
(195,220,169)
#CAE0B3
(202,224,179)
#D1E4BD
(209,228,189)
#D8E8C7
(216,232,199)
#DFECD1
(223,236,209)
#E6F0DB
(230,240,219)
#EDF4E5
(237,244,229)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED08B color. Also use rgb(174,208,139) instead hex code.

Text Font Color

.myTextColor { color: #AED08B; }

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

This text font color is #AED08B.

Background Color

.myBgColor { background-color: #AED08B; }

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

This div background color is #AED08B.

Border color

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

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

This div border color is #AED08B.

Opacity

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

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

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

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

This text has shadow with #AED08B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED08B.

Preview

Color preview on black background

This text has color #AED08B on black background.


Color preview on white background

This text has color #AED08B on white background.


Black color preview on #AED08B background

This text has black color on #AED08B background.


White color preview on #AED08B background

This text has white color on #AED08B background.


Related colors

Complementary color

Complementary color for #hex is #512F74.


I love getcolorcode.com

Triadic colors

1 #8BAED0 and #D08BAE with #AED08B are triadic colors.

2 #8BD0AE and #D0AE8B with #AED08B are triadic colors.