COLOR #AED1AE

HEX: #AED1AE
RGB: (174,209,174)

Color info

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

RGB color model

#AED1AE color RGB value is (174,209,174).

  • red value is 174;
  • green value is 209;
  • blue value is 174.
RGB:
(174,209,174)
(68%,82%,68%)

RGB channels and saturation

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

174
209
174

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

Portions of RGB colors in percentages

R + G + B =
174 + 209 + 174 = 557 (100%)
R 174 of 557 ~ 31.24%
G 209 of 557 ~ 37.52%
B 174 of 557 ~ 31.24%

%31.24
%37.52
%31.24

CMYK color model

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

  • cyan value is 16.75%
  • magenta value is 0.00%
  • yellow value is 16.75%
  • key color value is 18.04%
CMYK:
(17,0,17,18)
C17M0Y17K18 
(17%,0%,17%,18%)
(0.17/0.00/0.17/0.18)	

CMYK percentages

%16.75
%0
%16.75
%18.04

Codes

Color #AED1AE in popluar color models

AED1AE
RGB174209174
HSL120°27.56%75.10%
HSB/HSV120°16.75%81.96%
CMYK16.75%0.00%16.75%
18.04%

Color #AED1AE in popluar number systems.

HEXAED1AE
Decimal174209174
Binary101011101101000110101110
Octal256321256

Shades and tints

Shades of #AED1AE

#AED1AE
(174,209,174)
#9FBE9F
(159,190,159)
#90AB90
(144,171,144)
#819881
(129,152,129)
#728572
(114,133,114)
#637263
(99,114,99)
#545F54
(84,95,84)
#454C45
(69,76,69)
#363936
(54,57,54)
#272627
(39,38,39)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #AED1AE

#AED1AE
(174,209,174)
#B5D5B5
(181,213,181)
#BCD9BC
(188,217,188)
#C3DDC3
(195,221,195)
#CAE1CA
(202,225,202)
#D1E5D1
(209,229,209)
#D8E9D8
(216,233,216)
#DFEDDF
(223,237,223)
#E6F1E6
(230,241,230)
#EDF5ED
(237,245,237)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED1AE; }

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

This text font color is #AED1AE.


Background Color

.myBgColor { background-color: #AED1AE; }

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

This div background color is #AED1AE.


Border color

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

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

This div border color is #AED1AE.


Opacity

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

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

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

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

This text has shadow with #AED1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED1AE on black background.


Color preview on white background

This text has color #AED1AE on white background.



Black color preview on #AED1AE background

This text has black color on #AED1AE background.


White color preview on #AED1AE background

This text has white color on #AED1AE background.