COLOR #AED1A5

HEX: #AED1A5
RGB: (174,209,165)

Color info

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

RGB color model

#AED1A5 color RGB value is (174,209,165).

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

RGB channels and saturation

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

174
209
165

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

Portions of RGB colors in percentages

R + G + B =
174 + 209 + 165 = 548 (100%)
R 174 of 548 ~ 31.75%
G 209 of 548 ~ 38.14%
B 165 of 548 ~ 30.11%

%31.75
%38.14
%30.11

CMYK color model

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

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

CMYK percentages

%16.75
%0
%21.05
%18.04

Codes

Color #AED1A5 in popluar color models

AED1A5
RGB174209165
HSL108°32.35%73.33%
HSB/HSV108°21.05%81.96%
CMYK16.75%0.00%21.05%
18.04%

Color #AED1A5 in popluar number systems.

HEXAED1A5
Decimal174209165
Binary101011101101000110100101
Octal256321245

Shades and tints

Shades of #AED1A5

#AED1A5
(174,209,165)
#9FBE96
(159,190,150)
#90AB87
(144,171,135)
#819878
(129,152,120)
#728569
(114,133,105)
#63725A
(99,114,90)
#545F4B
(84,95,75)
#454C3C
(69,76,60)
#36392D
(54,57,45)
#27261E
(39,38,30)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #AED1A5

#AED1A5
(174,209,165)
#B5D5AD
(181,213,173)
#BCD9B5
(188,217,181)
#C3DDBD
(195,221,189)
#CAE1C5
(202,225,197)
#D1E5CD
(209,229,205)
#D8E9D5
(216,233,213)
#DFEDDD
(223,237,221)
#E6F1E5
(230,241,229)
#EDF5ED
(237,245,237)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED1A5; }

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

This text font color is #AED1A5.


Background Color

.myBgColor { background-color: #AED1A5; }

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

This div background color is #AED1A5.


Border color

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

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

This div border color is #AED1A5.


Opacity

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

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

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

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

This text has shadow with #AED1A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED1A5 on black background.


Color preview on white background

This text has color #AED1A5 on white background.



Black color preview on #AED1A5 background

This text has black color on #AED1A5 background.


White color preview on #AED1A5 background

This text has white color on #AED1A5 background.