COLOR #AED199

HEX: #AED199 RGB: (174,209,153)

Color info

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

RGB color model

#AED199 color RGB value is (174,209,153).

RGB: (174,209,153) (68%, 82%, 60%)

RGB channels and saturation

R 174 of 255 = 68%
G 209 of 255 = 82%
B 153 of 255 = 60%

174
209
153

R + G + B ~ 70%. #AED199 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 209 + 153 = 536 (100%)
R 174 of 536 ~ 32.46%
G 209 of 536 ~ 38.99%
B 153 of 536 ~ 28.54'%

%32.46
%38.99
%28.54

CMYK color model

#AED199 color CMYK value is (17,0,27,18).

  • cyan value is 16.75%
  • magenta value is 0.00%
  • yellow value is 26.79%
  • key color value is 18.04%

CMYK: (17,0,27,18)
C17M0Y27K18 (17%, 0%, 27%, 18%)
(0.17 / 0.00 / 0.27 / 0.18)

CMYK percentages

%16.75
%0
%26.79
%18.04

Codes

Color #AED199 in popluar color models

AE D1 99
RGB 174 209 153
HSL 98° 37.84% 70.98%
HSB/HSV 98° 26.79% 81.96%
CMYK 16.75% 0.00% 26.79%
18.04%

Color #AED199 in popluar number systems.

HEX AE D1 99
Decimal 174 209 153
Binary 10101110 11010001 10011001
Octal 256 321 231

Shades and tints

Shades of #AED199

#AED199
(174,209,153)
#9FBE8C
(159,190,140)
#90AB7F
(144,171,127)
#819872
(129,152,114)
#728565
(114,133,101)
#637258
(99,114,88)
#545F4B
(84,95,75)
#454C3E
(69,76,62)
#363931
(54,57,49)
#272624
(39,38,36)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #AED199

#AED199
(174,209,153)
#B5D5A2
(181,213,162)
#BCD9AB
(188,217,171)
#C3DDB4
(195,221,180)
#CAE1BD
(202,225,189)
#D1E5C6
(209,229,198)
#D8E9CF
(216,233,207)
#DFEDD8
(223,237,216)
#E6F1E1
(230,241,225)
#EDF5EA
(237,245,234)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED199 color. Also use rgb(174,209,153) instead hex code.

Text Font Color

.myTextColor { color: #AED199; }

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

This text font color is #AED199.

Background Color

.myBgColor { background-color: #AED199; }

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

This div background color is #AED199.

Border color

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

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

This div border color is #AED199.

Opacity

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

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

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

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

This text has shadow with #AED199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED199.

Preview

Color preview on black background

This text has color #AED199 on black background.


Color preview on white background

This text has color #AED199 on white background.


Black color preview on #AED199 background

This text has black color on #AED199 background.


White color preview on #AED199 background

This text has white color on #AED199 background.


Related colors

Complementary color

Complementary color for #hex is #512E66.


I love getcolorcode.com

Triadic colors

1 #99AED1 and #D199AE with #AED199 are triadic colors.

2 #99D1AE and #D1AE99 with #AED199 are triadic colors.