COLOR #AECD83

HEX: #AECD83
RGB: (174,205,131)

Color info

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

RGB color model

#AECD83 color RGB value is (174,205,131).

  • red value is 174;
  • green value is 205;
  • blue value is 131.
RGB:
(174,205,131)
(68%,80%,51%)

RGB channels and saturation

R 174 of 255 = 68%
G 205 of 255 = 80%
B 131 of 255 = 51%

174
205
131

R + G + B ~ 66%. #AECD83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 205 + 131 = 510 (100%)
R 174 of 510 ~ 34.12%
G 205 of 510 ~ 40.2%
B 131 of 510 ~ 25.69%

%34.12
%40.2
%25.69

CMYK color model

#AECD83 color CMYK value is (15,0,36,20).

  • cyan value is 15.12%
  • magenta value is 0.00%
  • yellow value is 36.10%
  • key color value is 19.61%
CMYK:
(15,0,36,20)
C15M0Y36K20 
(15%,0%,36%,20%)
(0.15/0.00/0.36/0.20)	

CMYK percentages

%15.12
%0
%36.1
%19.61

Codes

Color #AECD83 in popluar color models

AECD83
RGB174205131
HSL85°42.53%65.88%
HSB/HSV85°36.10%80.39%
CMYK15.12%0.00%36.10%
19.61%

Color #AECD83 in popluar number systems.

HEXAECD83
Decimal174205131
Binary101011101100110110000011
Octal256315203

Shades and tints

Shades of #AECD83

#AECD83
(174,205,131)
#9FBB78
(159,187,120)
#90A96D
(144,169,109)
#819762
(129,151,98)
#728557
(114,133,87)
#63734C
(99,115,76)
#546141
(84,97,65)
#454F36
(69,79,54)
#363D2B
(54,61,43)
#272B20
(39,43,32)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #AECD83

#AECD83
(174,205,131)
#B5D18E
(181,209,142)
#BCD599
(188,213,153)
#C3D9A4
(195,217,164)
#CADDAF
(202,221,175)
#D1E1BA
(209,225,186)
#D8E5C5
(216,229,197)
#DFE9D0
(223,233,208)
#E6EDDB
(230,237,219)
#EDF1E6
(237,241,230)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AECD83 color. Also use rgb(174,205,131) instead hex code.

Text Font Color

.myTextColor { color: #AECD83; }

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

This text font color is #AECD83.


Background Color

.myBgColor { background-color: #AECD83; }

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

This div background color is #AECD83.


Border color

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

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

This div border color is #AECD83.


Opacity

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

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

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

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

This text has shadow with #AECD83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECD83 on black background.


Color preview on white background

This text has color #AECD83 on white background.



Black color preview on #AECD83 background

This text has black color on #AECD83 background.


White color preview on #AECD83 background

This text has white color on #AECD83 background.