COLOR #AED48B

HEX: #AED48B
RGB: (174,212,139)

Color info

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

RGB color model

#AED48B color RGB value is (174,212,139).

  • red value is 174;
  • green value is 212;
  • blue value is 139.
RGB:
(174,212,139)
(68%,83%,55%)

RGB channels and saturation

R 174 of 255 = 68%
G 212 of 255 = 83%
B 139 of 255 = 55%

174
212
139

R + G + B ~ 69%. #AED48B is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 212 + 139 = 525 (100%)
R 174 of 525 ~ 33.14%
G 212 of 525 ~ 40.38%
B 139 of 525 ~ 26.48%

%33.14
%40.38
%26.48

CMYK color model

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

  • cyan value is 17.92%
  • magenta value is 0.00%
  • yellow value is 34.43%
  • key color value is 16.86%
CMYK:
(18,0,34,17)
C18M0Y34K17 
(18%,0%,34%,17%)
(0.18/0.00/0.34/0.17)	

CMYK percentages

%17.92
%0
%34.43
%16.86

Codes

Color #AED48B in popluar color models

AED48B
RGB174212139
HSL91°45.91%68.82%
HSB/HSV91°34.43%83.14%
CMYK17.92%0.00%34.43%
16.86%

Color #AED48B in popluar number systems.

HEXAED48B
Decimal174212139
Binary101011101101010010001011
Octal256324213

Shades and tints

Shades of #AED48B

#AED48B
(174,212,139)
#9FC17F
(159,193,127)
#90AE73
(144,174,115)
#819B67
(129,155,103)
#72885B
(114,136,91)
#63754F
(99,117,79)
#546243
(84,98,67)
#454F37
(69,79,55)
#363C2B
(54,60,43)
#27291F
(39,41,31)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #AED48B

#AED48B
(174,212,139)
#B5D795
(181,215,149)
#BCDA9F
(188,218,159)
#C3DDA9
(195,221,169)
#CAE0B3
(202,224,179)
#D1E3BD
(209,227,189)
#D8E6C7
(216,230,199)
#DFE9D1
(223,233,209)
#E6ECDB
(230,236,219)
#EDEFE5
(237,239,229)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED48B; }

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

This text font color is #AED48B.


Background Color

.myBgColor { background-color: #AED48B; }

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

This div background color is #AED48B.


Border color

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

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

This div border color is #AED48B.


Opacity

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

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

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

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

This text has shadow with #AED48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED48B on black background.


Color preview on white background

This text has color #AED48B on white background.



Black color preview on #AED48B background

This text has black color on #AED48B background.


White color preview on #AED48B background

This text has white color on #AED48B background.