COLOR #AECD88

HEX: #AECD88
RGB: (174,205,136)

Color info

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

RGB color model

#AECD88 color RGB value is (174,205,136).

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

RGB channels and saturation

R 174 of 255 = 68%
G 205 of 255 = 80%
B 136 of 255 = 53%

174
205
136

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

Portions of RGB colors in percentages

R + G + B =
174 + 205 + 136 = 515 (100%)
R 174 of 515 ~ 33.79%
G 205 of 515 ~ 39.81%
B 136 of 515 ~ 26.41%

%33.79
%39.81
%26.41

CMYK color model

#AECD88 color CMYK value is (15,0,34,20).

  • cyan value is 15.12%
  • magenta value is 0.00%
  • yellow value is 33.66%
  • key color value is 19.61%
CMYK:
(15,0,34,20)
C15M0Y34K20 
(15%,0%,34%,20%)
(0.15/0.00/0.34/0.20)	

CMYK percentages

%15.12
%0
%33.66
%19.61

Codes

Color #AECD88 in popluar color models

AECD88
RGB174205136
HSL87°40.83%66.86%
HSB/HSV87°33.66%80.39%
CMYK15.12%0.00%33.66%
19.61%

Color #AECD88 in popluar number systems.

HEXAECD88
Decimal174205136
Binary101011101100110110001000
Octal256315210

Shades and tints

Shades of #AECD88

#AECD88
(174,205,136)
#9FBB7C
(159,187,124)
#90A970
(144,169,112)
#819764
(129,151,100)
#728558
(114,133,88)
#63734C
(99,115,76)
#546140
(84,97,64)
#454F34
(69,79,52)
#363D28
(54,61,40)
#272B1C
(39,43,28)
#181910
(24,25,16)
#000000
(0,0,0)

Tints of #AECD88

#AECD88
(174,205,136)
#B5D192
(181,209,146)
#BCD59C
(188,213,156)
#C3D9A6
(195,217,166)
#CADDB0
(202,221,176)
#D1E1BA
(209,225,186)
#D8E5C4
(216,229,196)
#DFE9CE
(223,233,206)
#E6EDD8
(230,237,216)
#EDF1E2
(237,241,226)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECD88; }

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

This text font color is #AECD88.


Background Color

.myBgColor { background-color: #AECD88; }

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

This div background color is #AECD88.


Border color

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

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

This div border color is #AECD88.


Opacity

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

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

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

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

This text has shadow with #AECD88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECD88 on black background.


Color preview on white background

This text has color #AECD88 on white background.



Black color preview on #AECD88 background

This text has black color on #AECD88 background.


White color preview on #AECD88 background

This text has white color on #AECD88 background.