COLOR #AEC4C0

HEX: #AEC4C0 RGB: (174,196,192)

Color info

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

RGB color model

#AEC4C0 color RGB value is (174,196,192).

RGB: (174,196,192) (68%, 77%, 75%)

RGB channels and saturation

R 174 of 255 = 68%
G 196 of 255 = 77%
B 192 of 255 = 75%

174
196
192

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

Portions of RGB colors in percentages

R + G + B = 174 + 196 + 192 = 562 (100%)
R 174 of 562 ~ 30.96%
G 196 of 562 ~ 34.88%
B 192 of 562 ~ 34.16'%

%30.96
%34.88
%34.16

CMYK color model

#AEC4C0 color CMYK value is (11,0,2,23).

  • cyan value is 11.22%
  • magenta value is 0.00%
  • yellow value is 2.04%
  • key color value is 23.14%

CMYK: (11,0,2,23)
C11M0Y2K23 (11%, 0%, 2%, 23%)
(0.11 / 0.00 / 0.02 / 0.23)

CMYK percentages

%11.22
%0
%2.04
%23.14

Codes

Color #AEC4C0 in popluar color models

AE C4 C0
RGB 174 196 192
HSL 169° 15.71% 72.55%
HSB/HSV 169° 11.22% 76.86%
CMYK 11.22% 0.00% 2.04%
23.14%

Color #AEC4C0 in popluar number systems.

HEX AE C4 C0
Decimal 174 196 192
Binary 10101110 11000100 11000000
Octal 256 304 300

Shades and tints

Shades of #AEC4C0

#AEC4C0
(174,196,192)
#9FB3AF
(159,179,175)
#90A29E
(144,162,158)
#81918D
(129,145,141)
#72807C
(114,128,124)
#636F6B
(99,111,107)
#545E5A
(84,94,90)
#454D49
(69,77,73)
#363C38
(54,60,56)
#272B27
(39,43,39)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #AEC4C0

#AEC4C0
(174,196,192)
#B5C9C5
(181,201,197)
#BCCECA
(188,206,202)
#C3D3CF
(195,211,207)
#CAD8D4
(202,216,212)
#D1DDD9
(209,221,217)
#D8E2DE
(216,226,222)
#DFE7E3
(223,231,227)
#E6ECE8
(230,236,232)
#EDF1ED
(237,241,237)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC4C0; }

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

This text font color is #AEC4C0.

Background Color

.myBgColor { background-color: #AEC4C0; }

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

This div background color is #AEC4C0.

Border color

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

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

This div border color is #AEC4C0.

Opacity

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

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

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

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

This text has shadow with #AEC4C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC4C0.

Preview

Color preview on black background

This text has color #AEC4C0 on black background.


Color preview on white background

This text has color #AEC4C0 on white background.


Black color preview on #AEC4C0 background

This text has black color on #AEC4C0 background.


White color preview on #AEC4C0 background

This text has white color on #AEC4C0 background.


Related colors

Complementary color

Complementary color for #hex is #513B3F.


I love getcolorcode.com

Triadic colors

1 #C0AEC4 and #C4C0AE with #AEC4C0 are triadic colors.

2 #C0C4AE and #C4AEC0 with #AEC4C0 are triadic colors.