COLOR #AEDB9B

HEX: #AEDB9B
RGB: (174,219,155)

Color info

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

RGB color model

#AEDB9B color RGB value is (174,219,155).

  • red value is 174;
  • green value is 219;
  • blue value is 155.
RGB:
(174,219,155)
(68%,86%,61%)

RGB channels and saturation

R 174 of 255 = 68%
G 219 of 255 = 86%
B 155 of 255 = 61%

174
219
155

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

Portions of RGB colors in percentages

R + G + B =
174 + 219 + 155 = 548 (100%)
R 174 of 548 ~ 31.75%
G 219 of 548 ~ 39.96%
B 155 of 548 ~ 28.28%

%31.75
%39.96
%28.28

CMYK color model

#AEDB9B color CMYK value is (21,0,29,14).

  • cyan value is 20.55%
  • magenta value is 0.00%
  • yellow value is 29.22%
  • key color value is 14.12%
CMYK:
(21,0,29,14)
C21M0Y29K14 
(21%,0%,29%,14%)
(0.21/0.00/0.29/0.14)	

CMYK percentages

%20.55
%0
%29.22
%14.12

Codes

Color #AEDB9B in popluar color models

AEDB9B
RGB174219155
HSL102°47.06%73.33%
HSB/HSV102°29.22%85.88%
CMYK20.55%0.00%29.22%
14.12%

Color #AEDB9B in popluar number systems.

HEXAEDB9B
Decimal174219155
Binary101011101101101110011011
Octal256333233

Shades and tints

Shades of #AEDB9B

#AEDB9B
(174,219,155)
#9FC88D
(159,200,141)
#90B57F
(144,181,127)
#81A271
(129,162,113)
#728F63
(114,143,99)
#637C55
(99,124,85)
#546947
(84,105,71)
#455639
(69,86,57)
#36432B
(54,67,43)
#27301D
(39,48,29)
#181D0F
(24,29,15)
#000000
(0,0,0)

Tints of #AEDB9B

#AEDB9B
(174,219,155)
#B5DEA4
(181,222,164)
#BCE1AD
(188,225,173)
#C3E4B6
(195,228,182)
#CAE7BF
(202,231,191)
#D1EAC8
(209,234,200)
#D8EDD1
(216,237,209)
#DFF0DA
(223,240,218)
#E6F3E3
(230,243,227)
#EDF6EC
(237,246,236)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDB9B color. Also use rgb(174,219,155) instead hex code.

Text Font Color

.myTextColor { color: #AEDB9B; }

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

This text font color is #AEDB9B.


Background Color

.myBgColor { background-color: #AEDB9B; }

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

This div background color is #AEDB9B.


Border color

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

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

This div border color is #AEDB9B.


Opacity

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

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

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

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

This text has shadow with #AEDB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDB9B on black background.


Color preview on white background

This text has color #AEDB9B on white background.



Black color preview on #AEDB9B background

This text has black color on #AEDB9B background.


White color preview on #AEDB9B background

This text has white color on #AEDB9B background.