COLOR #AECDA3

HEX: #AECDA3
RGB: (174,205,163)

Color info

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

RGB color model

#AECDA3 color RGB value is (174,205,163).

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

RGB channels and saturation

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

174
205
163

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

Portions of RGB colors in percentages

R + G + B =
174 + 205 + 163 = 542 (100%)
R 174 of 542 ~ 32.1%
G 205 of 542 ~ 37.82%
B 163 of 542 ~ 30.07%

%32.1
%37.82
%30.07

CMYK color model

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

  • cyan value is 15.12%
  • magenta value is 0.00%
  • yellow value is 20.49%
  • key color value is 19.61%
CMYK:
(15,0,20,20)
C15M0Y20K20 
(15%,0%,20%,20%)
(0.15/0.00/0.20/0.20)	

CMYK percentages

%15.12
%0
%20.49
%19.61

Codes

Color #AECDA3 in popluar color models

AECDA3
RGB174205163
HSL104°29.58%72.16%
HSB/HSV104°20.49%80.39%
CMYK15.12%0.00%20.49%
19.61%

Color #AECDA3 in popluar number systems.

HEXAECDA3
Decimal174205163
Binary101011101100110110100011
Octal256315243

Shades and tints

Shades of #AECDA3

#AECDA3
(174,205,163)
#9FBB95
(159,187,149)
#90A987
(144,169,135)
#819779
(129,151,121)
#72856B
(114,133,107)
#63735D
(99,115,93)
#54614F
(84,97,79)
#454F41
(69,79,65)
#363D33
(54,61,51)
#272B25
(39,43,37)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #AECDA3

#AECDA3
(174,205,163)
#B5D1AB
(181,209,171)
#BCD5B3
(188,213,179)
#C3D9BB
(195,217,187)
#CADDC3
(202,221,195)
#D1E1CB
(209,225,203)
#D8E5D3
(216,229,211)
#DFE9DB
(223,233,219)
#E6EDE3
(230,237,227)
#EDF1EB
(237,241,235)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECDA3; }

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

This text font color is #AECDA3.


Background Color

.myBgColor { background-color: #AECDA3; }

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

This div background color is #AECDA3.


Border color

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

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

This div border color is #AECDA3.


Opacity

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

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

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

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

This text has shadow with #AECDA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECDA3 on black background.


Color preview on white background

This text has color #AECDA3 on white background.



Black color preview on #AECDA3 background

This text has black color on #AECDA3 background.


White color preview on #AECDA3 background

This text has white color on #AECDA3 background.