COLOR #AECDA9

HEX: #AECDA9
RGB: (174,205,169)

Color info

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

RGB color model

#AECDA9 color RGB value is (174,205,169).

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

RGB channels and saturation

R 174 of 255 = 68%
G 205 of 255 = 80%
B 169 of 255 = 66%

174
205
169

R + G + B ~ 71%. #AECDA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 205 + 169 = 548 (100%)
R 174 of 548 ~ 31.75%
G 205 of 548 ~ 37.41%
B 169 of 548 ~ 30.84%

%31.75
%37.41
%30.84

CMYK color model

#AECDA9 color CMYK value is (15,0,18,20).

  • cyan value is 15.12%
  • magenta value is 0.00%
  • yellow value is 17.56%
  • key color value is 19.61%
CMYK:
(15,0,18,20)
C15M0Y18K20 
(15%,0%,18%,20%)
(0.15/0.00/0.18/0.20)	

CMYK percentages

%15.12
%0
%17.56
%19.61

Codes

Color #AECDA9 in popluar color models

AECDA9
RGB174205169
HSL112°26.47%73.33%
HSB/HSV112°17.56%80.39%
CMYK15.12%0.00%17.56%
19.61%

Color #AECDA9 in popluar number systems.

HEXAECDA9
Decimal174205169
Binary101011101100110110101001
Octal256315251

Shades and tints

Shades of #AECDA9

#AECDA9
(174,205,169)
#9FBB9A
(159,187,154)
#90A98B
(144,169,139)
#81977C
(129,151,124)
#72856D
(114,133,109)
#63735E
(99,115,94)
#54614F
(84,97,79)
#454F40
(69,79,64)
#363D31
(54,61,49)
#272B22
(39,43,34)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #AECDA9

#AECDA9
(174,205,169)
#B5D1B0
(181,209,176)
#BCD5B7
(188,213,183)
#C3D9BE
(195,217,190)
#CADDC5
(202,221,197)
#D1E1CC
(209,225,204)
#D8E5D3
(216,229,211)
#DFE9DA
(223,233,218)
#E6EDE1
(230,237,225)
#EDF1E8
(237,241,232)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECDA9; }

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

This text font color is #AECDA9.


Background Color

.myBgColor { background-color: #AECDA9; }

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

This div background color is #AECDA9.


Border color

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

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

This div border color is #AECDA9.


Opacity

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

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

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

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

This text has shadow with #AECDA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECDA9 on black background.


Color preview on white background

This text has color #AECDA9 on white background.



Black color preview on #AECDA9 background

This text has black color on #AECDA9 background.


White color preview on #AECDA9 background

This text has white color on #AECDA9 background.