COLOR #AED284

HEX: #AED284
RGB: (174,210,132)

Color info

#AED284 contains mainly red and green colors. Web safe color of #AED284 is #99CC99 (or #9C9).

RGB color model

#AED284 color RGB value is (174,210,132).

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

RGB channels and saturation

R 174 of 255 = 68%
G 210 of 255 = 82%
B 132 of 255 = 52%

174
210
132

R + G + B ~ 67%. #AED284 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 210 + 132 = 516 (100%)
R 174 of 516 ~ 33.72%
G 210 of 516 ~ 40.7%
B 132 of 516 ~ 25.58%

%33.72
%40.7
%25.58

CMYK color model

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

  • cyan value is 17.14%
  • magenta value is 0.00%
  • yellow value is 37.14%
  • key color value is 17.65%
CMYK:
(17,0,37,18)
C17M0Y37K18 
(17%,0%,37%,18%)
(0.17/0.00/0.37/0.18)	

CMYK percentages

%17.14
%0
%37.14
%17.65

Codes

Color #AED284 in popluar color models

AED284
RGB174210132
HSL88°46.43%67.06%
HSB/HSV88°37.14%82.35%
CMYK17.14%0.00%37.14%
17.65%

Color #AED284 in popluar number systems.

HEXAED284
Decimal174210132
Binary101011101101001010000100
Octal256322204

Shades and tints

Shades of #AED284

#AED284
(174,210,132)
#9FBF78
(159,191,120)
#90AC6C
(144,172,108)
#819960
(129,153,96)
#728654
(114,134,84)
#637348
(99,115,72)
#54603C
(84,96,60)
#454D30
(69,77,48)
#363A24
(54,58,36)
#272718
(39,39,24)
#18140C
(24,20,12)
#000000
(0,0,0)

Tints of #AED284

#AED284
(174,210,132)
#B5D68F
(181,214,143)
#BCDA9A
(188,218,154)
#C3DEA5
(195,222,165)
#CAE2B0
(202,226,176)
#D1E6BB
(209,230,187)
#D8EAC6
(216,234,198)
#DFEED1
(223,238,209)
#E6F2DC
(230,242,220)
#EDF6E7
(237,246,231)
#F4FAF2
(244,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED284; }

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

This text font color is #AED284.


Background Color

.myBgColor { background-color: #AED284; }

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

This div background color is #AED284.


Border color

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

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

This div border color is #AED284.


Opacity

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

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

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

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

This text has shadow with #AED284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED284 on black background.


Color preview on white background

This text has color #AED284 on white background.



Black color preview on #AED284 background

This text has black color on #AED284 background.


White color preview on #AED284 background

This text has white color on #AED284 background.