COLOR #AEDF9B

HEX: #AEDF9B RGB: (174,223,155)

Color info

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

RGB color model

#AEDF9B color RGB value is (174,223,155).

RGB: (174,223,155) (68%, 87%, 61%)

RGB channels and saturation

R 174 of 255 = 68%
G 223 of 255 = 87%
B 155 of 255 = 61%

174
223
155

R + G + B ~ 72%. #AEDF9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 223 + 155 = 552 (100%)
R 174 of 552 ~ 31.52%
G 223 of 552 ~ 40.4%
B 155 of 552 ~ 28.08'%

%31.52
%40.4
%28.08

CMYK color model

#AEDF9B color CMYK value is (22,0,30,13).

  • cyan value is 21.97%
  • magenta value is 0.00%
  • yellow value is 30.49%
  • key color value is 12.55%

CMYK: (22,0,30,13)
C22M0Y30K13 (22%, 0%, 30%, 13%)
(0.22 / 0.00 / 0.30 / 0.13)

CMYK percentages

%21.97
%0
%30.49
%12.55

Codes

Color #AEDF9B in popluar color models

AE DF 9B
RGB 174 223 155
HSL 103° 51.52% 74.12%
HSB/HSV 103° 30.49% 87.45%
CMYK 21.97% 0.00% 30.49%
12.55%

Color #AEDF9B in popluar number systems.

HEX AE DF 9B
Decimal 174 223 155
Binary 10101110 11011111 10011011
Octal 256 337 233

Shades and tints

Shades of #AEDF9B

#AEDF9B
(174,223,155)
#9FCB8D
(159,203,141)
#90B77F
(144,183,127)
#81A371
(129,163,113)
#728F63
(114,143,99)
#637B55
(99,123,85)
#546747
(84,103,71)
#455339
(69,83,57)
#363F2B
(54,63,43)
#272B1D
(39,43,29)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #AEDF9B

#AEDF9B
(174,223,155)
#B5E1A4
(181,225,164)
#BCE3AD
(188,227,173)
#C3E5B6
(195,229,182)
#CAE7BF
(202,231,191)
#D1E9C8
(209,233,200)
#D8EBD1
(216,235,209)
#DFEDDA
(223,237,218)
#E6EFE3
(230,239,227)
#EDF1EC
(237,241,236)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDF9B color. Also use rgb(174,223,155) instead hex code.

Text Font Color

.myTextColor { color: #AEDF9B; }

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

This text font color is #AEDF9B.

Background Color

.myBgColor { background-color: #AEDF9B; }

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

This div background color is #AEDF9B.

Border color

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

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

This div border color is #AEDF9B.

Opacity

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

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

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

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

This text has shadow with #AEDF9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEDF9B.

Preview

Color preview on black background

This text has color #AEDF9B on black background.


Color preview on white background

This text has color #AEDF9B on white background.


Black color preview on #AEDF9B background

This text has black color on #AEDF9B background.


White color preview on #AEDF9B background

This text has white color on #AEDF9B background.


Related colors

Complementary color

Complementary color for #hex is #512064.


I love getcolorcode.com

Triadic colors

1 #9BAEDF and #DF9BAE with #AEDF9B are triadic colors.

2 #9BDFAE and #DFAE9B with #AEDF9B are triadic colors.