COLOR #AED2A7

HEX: #AED2A7
RGB: (174,210,167)

Color info

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

RGB color model

#AED2A7 color RGB value is (174,210,167).

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

RGB channels and saturation

R 174 of 255 = 68%
G 210 of 255 = 82%
B 167 of 255 = 65%

174
210
167

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

Portions of RGB colors in percentages

R + G + B =
174 + 210 + 167 = 551 (100%)
R 174 of 551 ~ 31.58%
G 210 of 551 ~ 38.11%
B 167 of 551 ~ 30.31%

%31.58
%38.11
%30.31

CMYK color model

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

  • cyan value is 17.14%
  • magenta value is 0.00%
  • yellow value is 20.48%
  • key color value is 17.65%
CMYK:
(17,0,20,18)
C17M0Y20K18 
(17%,0%,20%,18%)
(0.17/0.00/0.20/0.18)	

CMYK percentages

%17.14
%0
%20.48
%17.65

Codes

Color #AED2A7 in popluar color models

AED2A7
RGB174210167
HSL110°32.33%73.92%
HSB/HSV110°20.48%82.35%
CMYK17.14%0.00%20.48%
17.65%

Color #AED2A7 in popluar number systems.

HEXAED2A7
Decimal174210167
Binary101011101101001010100111
Octal256322247

Shades and tints

Shades of #AED2A7

#AED2A7
(174,210,167)
#9FBF98
(159,191,152)
#90AC89
(144,172,137)
#81997A
(129,153,122)
#72866B
(114,134,107)
#63735C
(99,115,92)
#54604D
(84,96,77)
#454D3E
(69,77,62)
#363A2F
(54,58,47)
#272720
(39,39,32)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #AED2A7

#AED2A7
(174,210,167)
#B5D6AF
(181,214,175)
#BCDAB7
(188,218,183)
#C3DEBF
(195,222,191)
#CAE2C7
(202,226,199)
#D1E6CF
(209,230,207)
#D8EAD7
(216,234,215)
#DFEEDF
(223,238,223)
#E6F2E7
(230,242,231)
#EDF6EF
(237,246,239)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED2A7; }

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

This text font color is #AED2A7.


Background Color

.myBgColor { background-color: #AED2A7; }

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

This div background color is #AED2A7.


Border color

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

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

This div border color is #AED2A7.


Opacity

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

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

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

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

This text has shadow with #AED2A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED2A7 on black background.


Color preview on white background

This text has color #AED2A7 on white background.



Black color preview on #AED2A7 background

This text has black color on #AED2A7 background.


White color preview on #AED2A7 background

This text has white color on #AED2A7 background.