COLOR #AEDCA3

HEX: #AEDCA3
RGB: (174,220,163)

Color info

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

RGB color model

#AEDCA3 color RGB value is (174,220,163).

  • red value is 174;
  • green value is 220;
  • blue value is 163.
RGB:
(174,220,163)
(68%,86%,64%)

RGB channels and saturation

R 174 of 255 = 68%
G 220 of 255 = 86%
B 163 of 255 = 64%

174
220
163

R + G + B ~ 73%. #AEDCA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 220 + 163 = 557 (100%)
R 174 of 557 ~ 31.24%
G 220 of 557 ~ 39.5%
B 163 of 557 ~ 29.26%

%31.24
%39.5
%29.26

CMYK color model

#AEDCA3 color CMYK value is (21,0,26,14).

  • cyan value is 20.91%
  • magenta value is 0.00%
  • yellow value is 25.91%
  • key color value is 13.73%
CMYK:
(21,0,26,14)
C21M0Y26K14 
(21%,0%,26%,14%)
(0.21/0.00/0.26/0.14)	

CMYK percentages

%20.91
%0
%25.91
%13.73

Codes

Color #AEDCA3 in popluar color models

AEDCA3
RGB174220163
HSL108°44.88%75.10%
HSB/HSV108°25.91%86.27%
CMYK20.91%0.00%25.91%
13.73%

Color #AEDCA3 in popluar number systems.

HEXAEDCA3
Decimal174220163
Binary101011101101110010100011
Octal256334243

Shades and tints

Shades of #AEDCA3

#AEDCA3
(174,220,163)
#9FC895
(159,200,149)
#90B487
(144,180,135)
#81A079
(129,160,121)
#728C6B
(114,140,107)
#63785D
(99,120,93)
#54644F
(84,100,79)
#455041
(69,80,65)
#363C33
(54,60,51)
#272825
(39,40,37)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #AEDCA3

#AEDCA3
(174,220,163)
#B5DFAB
(181,223,171)
#BCE2B3
(188,226,179)
#C3E5BB
(195,229,187)
#CAE8C3
(202,232,195)
#D1EBCB
(209,235,203)
#D8EED3
(216,238,211)
#DFF1DB
(223,241,219)
#E6F4E3
(230,244,227)
#EDF7EB
(237,247,235)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDCA3 color. Also use rgb(174,220,163) instead hex code.

Text Font Color

.myTextColor { color: #AEDCA3; }

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

This text font color is #AEDCA3.


Background Color

.myBgColor { background-color: #AEDCA3; }

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

This div background color is #AEDCA3.


Border color

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

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

This div border color is #AEDCA3.


Opacity

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

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

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

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

This text has shadow with #AEDCA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDCA3 on black background.


Color preview on white background

This text has color #AEDCA3 on white background.



Black color preview on #AEDCA3 background

This text has black color on #AEDCA3 background.


White color preview on #AEDCA3 background

This text has white color on #AEDCA3 background.