COLOR #AECDC4

HEX: #AECDC4 RGB: (174,205,196)

Color info

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

RGB color model

#AECDC4 color RGB value is (174,205,196).

RGB: (174,205,196) (68%, 80%, 77%)

RGB channels and saturation

R 174 of 255 = 68%
G 205 of 255 = 80%
B 196 of 255 = 77%

174
205
196

R + G + B ~ 75%. #AECDC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 205 + 196 = 575 (100%)
R 174 of 575 ~ 30.26%
G 205 of 575 ~ 35.65%
B 196 of 575 ~ 34.09'%

%30.26
%35.65
%34.09

CMYK color model

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

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

CMYK: (15,0,4,20)
C15M0Y4K20 (15%, 0%, 4%, 20%)
(0.15 / 0.00 / 0.04 / 0.20)

CMYK percentages

%15.12
%0
%4.39
%19.61

Codes

Color #AECDC4 in popluar color models

AE CD C4
RGB 174 205 196
HSL 163° 23.66% 74.31%
HSB/HSV 163° 15.12% 80.39%
CMYK 15.12% 0.00% 4.39%
19.61%

Color #AECDC4 in popluar number systems.

HEX AE CD C4
Decimal 174 205 196
Binary 10101110 11001101 11000100
Octal 256 315 304

Shades and tints

Shades of #AECDC4

#AECDC4
(174,205,196)
#9FBBB3
(159,187,179)
#90A9A2
(144,169,162)
#819791
(129,151,145)
#728580
(114,133,128)
#63736F
(99,115,111)
#54615E
(84,97,94)
#454F4D
(69,79,77)
#363D3C
(54,61,60)
#272B2B
(39,43,43)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #AECDC4

#AECDC4
(174,205,196)
#B5D1C9
(181,209,201)
#BCD5CE
(188,213,206)
#C3D9D3
(195,217,211)
#CADDD8
(202,221,216)
#D1E1DD
(209,225,221)
#D8E5E2
(216,229,226)
#DFE9E7
(223,233,231)
#E6EDEC
(230,237,236)
#EDF1F1
(237,241,241)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECDC4; }

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

This text font color is #AECDC4.

Background Color

.myBgColor { background-color: #AECDC4; }

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

This div background color is #AECDC4.

Border color

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

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

This div border color is #AECDC4.

Opacity

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

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

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

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

This text has shadow with #AECDC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AECDC4.

Preview

Color preview on black background

This text has color #AECDC4 on black background.


Color preview on white background

This text has color #AECDC4 on white background.


Black color preview on #AECDC4 background

This text has black color on #AECDC4 background.


White color preview on #AECDC4 background

This text has white color on #AECDC4 background.


Related colors

Complementary color

Complementary color for #hex is #51323B.


I love getcolorcode.com

Triadic colors

1 #C4AECD and #CDC4AE with #AECDC4 are triadic colors.

2 #C4CDAE and #CDAEC4 with #AECDC4 are triadic colors.