COLOR #AEC9CC

HEX: #AEC9CC RGB: (174,201,204)

Color info

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

RGB color model

#AEC9CC color RGB value is (174,201,204).

RGB: (174,201,204) (68%, 79%, 80%)

RGB channels and saturation

R 174 of 255 = 68%
G 201 of 255 = 79%
B 204 of 255 = 80%

174
201
204

R + G + B ~ 76%. #AEC9CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 201 + 204 = 579 (100%)
R 174 of 579 ~ 30.05%
G 201 of 579 ~ 34.72%
B 204 of 579 ~ 35.23'%

%30.05
%34.72
%35.23

CMYK color model

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

  • cyan value is 14.71%
  • magenta value is 1.47%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (15,1,0,20)
C15M1Y0K20 (15%, 1%, 0%, 20%)
(0.15 / 0.01 / 0.00 / 0.20)

CMYK percentages

%14.71
%1.47
%0
%20

Codes

Color #AEC9CC in popluar color models

AE C9 CC
RGB 174 201 204
HSL 186° 22.73% 74.12%
HSB/HSV 186° 14.71% 80.00%
CMYK 14.71% 1.47% 0.00%
20.00%

Color #AEC9CC in popluar number systems.

HEX AE C9 CC
Decimal 174 201 204
Binary 10101110 11001001 11001100
Octal 256 311 314

Shades and tints

Shades of #AEC9CC

#AEC9CC
(174,201,204)
#9FB7BA
(159,183,186)
#90A5A8
(144,165,168)
#819396
(129,147,150)
#728184
(114,129,132)
#636F72
(99,111,114)
#545D60
(84,93,96)
#454B4E
(69,75,78)
#36393C
(54,57,60)
#27272A
(39,39,42)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #AEC9CC

#AEC9CC
(174,201,204)
#B5CDD0
(181,205,208)
#BCD1D4
(188,209,212)
#C3D5D8
(195,213,216)
#CAD9DC
(202,217,220)
#D1DDE0
(209,221,224)
#D8E1E4
(216,225,228)
#DFE5E8
(223,229,232)
#E6E9EC
(230,233,236)
#EDEDF0
(237,237,240)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC9CC color. Also use rgb(174,201,204) instead hex code.

Text Font Color

.myTextColor { color: #AEC9CC; }

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

This text font color is #AEC9CC.

Background Color

.myBgColor { background-color: #AEC9CC; }

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

This div background color is #AEC9CC.

Border color

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

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

This div border color is #AEC9CC.

Opacity

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

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

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

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

This text has shadow with #AEC9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC9CC.

Preview

Color preview on black background

This text has color #AEC9CC on black background.


Color preview on white background

This text has color #AEC9CC on white background.


Black color preview on #AEC9CC background

This text has black color on #AEC9CC background.


White color preview on #AEC9CC background

This text has white color on #AEC9CC background.


Related colors

Complementary color

Complementary color for #hex is #513633.


I love getcolorcode.com

Triadic colors

1 #CCAEC9 and #C9CCAE with #AEC9CC are triadic colors.

2 #CCC9AE and #C9AECC with #AEC9CC are triadic colors.