COLOR #AECDAD

HEX: #AECDAD RGB: (174,205,173)

Color info

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

RGB color model

#AECDAD color RGB value is (174,205,173).

RGB: (174,205,173) (68%, 80%, 68%)

RGB channels and saturation

R 174 of 255 = 68%
G 205 of 255 = 80%
B 173 of 255 = 68%

174
205
173

R + G + B ~ 72%. #AECDAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 205 + 173 = 552 (100%)
R 174 of 552 ~ 31.52%
G 205 of 552 ~ 37.14%
B 173 of 552 ~ 31.34'%

%31.52
%37.14
%31.34

CMYK color model

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

  • cyan value is 15.12%
  • magenta value is 0.00%
  • yellow value is 15.61%
  • key color value is 19.61%

CMYK: (15,0,16,20)
C15M0Y16K20 (15%, 0%, 16%, 20%)
(0.15 / 0.00 / 0.16 / 0.20)

CMYK percentages

%15.12
%0
%15.61
%19.61

Codes

Color #AECDAD in popluar color models

AE CD AD
RGB 174 205 173
HSL 118° 24.24% 74.12%
HSB/HSV 118° 15.61% 80.39%
CMYK 15.12% 0.00% 15.61%
19.61%

Color #AECDAD in popluar number systems.

HEX AE CD AD
Decimal 174 205 173
Binary 10101110 11001101 10101101
Octal 256 315 255

Shades and tints

Shades of #AECDAD

#AECDAD
(174,205,173)
#9FBB9E
(159,187,158)
#90A98F
(144,169,143)
#819780
(129,151,128)
#728571
(114,133,113)
#637362
(99,115,98)
#546153
(84,97,83)
#454F44
(69,79,68)
#363D35
(54,61,53)
#272B26
(39,43,38)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #AECDAD

#AECDAD
(174,205,173)
#B5D1B4
(181,209,180)
#BCD5BB
(188,213,187)
#C3D9C2
(195,217,194)
#CADDC9
(202,221,201)
#D1E1D0
(209,225,208)
#D8E5D7
(216,229,215)
#DFE9DE
(223,233,222)
#E6EDE5
(230,237,229)
#EDF1EC
(237,241,236)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECDAD; }

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

This text font color is #AECDAD.

Background Color

.myBgColor { background-color: #AECDAD; }

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

This div background color is #AECDAD.

Border color

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

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

This div border color is #AECDAD.

Opacity

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

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

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

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

This text has shadow with #AECDAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AECDAD.

Preview

Color preview on black background

This text has color #AECDAD on black background.


Color preview on white background

This text has color #AECDAD on white background.


Black color preview on #AECDAD background

This text has black color on #AECDAD background.


White color preview on #AECDAD background

This text has white color on #AECDAD background.


Related colors

Complementary color

Complementary color for #hex is #513252.


I love getcolorcode.com

Triadic colors

1 #ADAECD and #CDADAE with #AECDAD are triadic colors.

2 #ADCDAE and #CDAEAD with #AECDAD are triadic colors.