COLOR #AED0AD

HEX: #AED0AD
RGB: (174,208,173)

Color info

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

RGB color model

#AED0AD color RGB value is (174,208,173).

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

RGB channels and saturation

R 174 of 255 = 68%
G 208 of 255 = 82%
B 173 of 255 = 68%

174
208
173

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

Portions of RGB colors in percentages

R + G + B =
174 + 208 + 173 = 555 (100%)
R 174 of 555 ~ 31.35%
G 208 of 555 ~ 37.48%
B 173 of 555 ~ 31.17%

%31.35
%37.48
%31.17

CMYK color model

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

  • cyan value is 16.35%
  • magenta value is 0.00%
  • yellow value is 16.83%
  • key color value is 18.43%
CMYK:
(16,0,17,18)
C16M0Y17K18 
(16%,0%,17%,18%)
(0.16/0.00/0.17/0.18)	

CMYK percentages

%16.35
%0
%16.83
%18.43

Codes

Color #AED0AD in popluar color models

AED0AD
RGB174208173
HSL118°27.13%74.71%
HSB/HSV118°16.83%81.57%
CMYK16.35%0.00%16.83%
18.43%

Color #AED0AD in popluar number systems.

HEXAED0AD
Decimal174208173
Binary101011101101000010101101
Octal256320255

Shades and tints

Shades of #AED0AD

#AED0AD
(174,208,173)
#9FBE9E
(159,190,158)
#90AC8F
(144,172,143)
#819A80
(129,154,128)
#728871
(114,136,113)
#637662
(99,118,98)
#546453
(84,100,83)
#455244
(69,82,68)
#364035
(54,64,53)
#272E26
(39,46,38)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #AED0AD

#AED0AD
(174,208,173)
#B5D4B4
(181,212,180)
#BCD8BB
(188,216,187)
#C3DCC2
(195,220,194)
#CAE0C9
(202,224,201)
#D1E4D0
(209,228,208)
#D8E8D7
(216,232,215)
#DFECDE
(223,236,222)
#E6F0E5
(230,240,229)
#EDF4EC
(237,244,236)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED0AD; }

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

This text font color is #AED0AD.


Background Color

.myBgColor { background-color: #AED0AD; }

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

This div background color is #AED0AD.


Border color

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

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

This div border color is #AED0AD.


Opacity

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

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

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

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

This text has shadow with #AED0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED0AD on black background.


Color preview on white background

This text has color #AED0AD on white background.



Black color preview on #AED0AD background

This text has black color on #AED0AD background.


White color preview on #AED0AD background

This text has white color on #AED0AD background.