COLOR #AECD99

HEX: #AECD99
RGB: (174,205,153)

Color info

#AECD99 contains red, green and blue colors in about the same proportion. Web safe color of #AECD99 is #99CC99 (or #9C9).

RGB color model

#AECD99 color RGB value is (174,205,153).

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

RGB channels and saturation

R 174 of 255 = 68%
G 205 of 255 = 80%
B 153 of 255 = 60%

174
205
153

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

Portions of RGB colors in percentages

R + G + B =
174 + 205 + 153 = 532 (100%)
R 174 of 532 ~ 32.71%
G 205 of 532 ~ 38.53%
B 153 of 532 ~ 28.76%

%32.71
%38.53
%28.76

CMYK color model

#AECD99 color CMYK value is (15,0,25,20).

  • cyan value is 15.12%
  • magenta value is 0.00%
  • yellow value is 25.37%
  • key color value is 19.61%
CMYK:
(15,0,25,20)
C15M0Y25K20 
(15%,0%,25%,20%)
(0.15/0.00/0.25/0.20)	

CMYK percentages

%15.12
%0
%25.37
%19.61

Codes

Color #AECD99 in popluar color models

AECD99
RGB174205153
HSL96°34.21%70.20%
HSB/HSV96°25.37%80.39%
CMYK15.12%0.00%25.37%
19.61%

Color #AECD99 in popluar number systems.

HEXAECD99
Decimal174205153
Binary101011101100110110011001
Octal256315231

Shades and tints

Shades of #AECD99

#AECD99
(174,205,153)
#9FBB8C
(159,187,140)
#90A97F
(144,169,127)
#819772
(129,151,114)
#728565
(114,133,101)
#637358
(99,115,88)
#54614B
(84,97,75)
#454F3E
(69,79,62)
#363D31
(54,61,49)
#272B24
(39,43,36)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #AECD99

#AECD99
(174,205,153)
#B5D1A2
(181,209,162)
#BCD5AB
(188,213,171)
#C3D9B4
(195,217,180)
#CADDBD
(202,221,189)
#D1E1C6
(209,225,198)
#D8E5CF
(216,229,207)
#DFE9D8
(223,233,216)
#E6EDE1
(230,237,225)
#EDF1EA
(237,241,234)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECD99; }

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

This text font color is #AECD99.


Background Color

.myBgColor { background-color: #AECD99; }

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

This div background color is #AECD99.


Border color

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

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

This div border color is #AECD99.


Opacity

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

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

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

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

This text has shadow with #AECD99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECD99 on black background.


Color preview on white background

This text has color #AECD99 on white background.



Black color preview on #AECD99 background

This text has black color on #AECD99 background.


White color preview on #AECD99 background

This text has white color on #AECD99 background.