COLOR #AECDA2

HEX: #AECDA2
RGB: (174,205,162)

Color info

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

RGB color model

#AECDA2 color RGB value is (174,205,162).

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

RGB channels and saturation

R 174 of 255 = 68%
G 205 of 255 = 80%
B 162 of 255 = 64%

174
205
162

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

Portions of RGB colors in percentages

R + G + B =
174 + 205 + 162 = 541 (100%)
R 174 of 541 ~ 32.16%
G 205 of 541 ~ 37.89%
B 162 of 541 ~ 29.94%

%32.16
%37.89
%29.94

CMYK color model

#AECDA2 color CMYK value is (15,0,21,20).

  • cyan value is 15.12%
  • magenta value is 0.00%
  • yellow value is 20.98%
  • key color value is 19.61%
CMYK:
(15,0,21,20)
C15M0Y21K20 
(15%,0%,21%,20%)
(0.15/0.00/0.21/0.20)	

CMYK percentages

%15.12
%0
%20.98
%19.61

Codes

Color #AECDA2 in popluar color models

AECDA2
RGB174205162
HSL103°30.07%71.96%
HSB/HSV103°20.98%80.39%
CMYK15.12%0.00%20.98%
19.61%

Color #AECDA2 in popluar number systems.

HEXAECDA2
Decimal174205162
Binary101011101100110110100010
Octal256315242

Shades and tints

Shades of #AECDA2

#AECDA2
(174,205,162)
#9FBB94
(159,187,148)
#90A986
(144,169,134)
#819778
(129,151,120)
#72856A
(114,133,106)
#63735C
(99,115,92)
#54614E
(84,97,78)
#454F40
(69,79,64)
#363D32
(54,61,50)
#272B24
(39,43,36)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #AECDA2

#AECDA2
(174,205,162)
#B5D1AA
(181,209,170)
#BCD5B2
(188,213,178)
#C3D9BA
(195,217,186)
#CADDC2
(202,221,194)
#D1E1CA
(209,225,202)
#D8E5D2
(216,229,210)
#DFE9DA
(223,233,218)
#E6EDE2
(230,237,226)
#EDF1EA
(237,241,234)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECDA2; }

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

This text font color is #AECDA2.


Background Color

.myBgColor { background-color: #AECDA2; }

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

This div background color is #AECDA2.


Border color

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

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

This div border color is #AECDA2.


Opacity

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

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

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

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

This text has shadow with #AECDA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECDA2 on black background.


Color preview on white background

This text has color #AECDA2 on white background.



Black color preview on #AECDA2 background

This text has black color on #AECDA2 background.


White color preview on #AECDA2 background

This text has white color on #AECDA2 background.