COLOR #AEC5C9

HEX: #AEC5C9 RGB: (174,197,201)

Color info

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

RGB color model

#AEC5C9 color RGB value is (174,197,201).

RGB: (174,197,201) (68%, 77%, 79%)

RGB channels and saturation

R 174 of 255 = 68%
G 197 of 255 = 77%
B 201 of 255 = 79%

174
197
201

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

Portions of RGB colors in percentages

R + G + B = 174 + 197 + 201 = 572 (100%)
R 174 of 572 ~ 30.42%
G 197 of 572 ~ 34.44%
B 201 of 572 ~ 35.14'%

%30.42
%34.44
%35.14

CMYK color model

#AEC5C9 color CMYK value is (13,2,0,21).

  • cyan value is 13.43%
  • magenta value is 1.99%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (13,2,0,21)
C13M2Y0K21 (13%, 2%, 0%, 21%)
(0.13 / 0.02 / 0.00 / 0.21)

CMYK percentages

%13.43
%1.99
%0
%21.18

Codes

Color #AEC5C9 in popluar color models

AE C5 C9
RGB 174 197 201
HSL 189° 20.00% 73.53%
HSB/HSV 189° 13.43% 78.82%
CMYK 13.43% 1.99% 0.00%
21.18%

Color #AEC5C9 in popluar number systems.

HEX AE C5 C9
Decimal 174 197 201
Binary 10101110 11000101 11001001
Octal 256 305 311

Shades and tints

Shades of #AEC5C9

#AEC5C9
(174,197,201)
#9FB4B7
(159,180,183)
#90A3A5
(144,163,165)
#819293
(129,146,147)
#728181
(114,129,129)
#63706F
(99,112,111)
#545F5D
(84,95,93)
#454E4B
(69,78,75)
#363D39
(54,61,57)
#272C27
(39,44,39)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #AEC5C9

#AEC5C9
(174,197,201)
#B5CACD
(181,202,205)
#BCCFD1
(188,207,209)
#C3D4D5
(195,212,213)
#CAD9D9
(202,217,217)
#D1DEDD
(209,222,221)
#D8E3E1
(216,227,225)
#DFE8E5
(223,232,229)
#E6EDE9
(230,237,233)
#EDF2ED
(237,242,237)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC5C9; }

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

This text font color is #AEC5C9.

Background Color

.myBgColor { background-color: #AEC5C9; }

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

This div background color is #AEC5C9.

Border color

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

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

This div border color is #AEC5C9.

Opacity

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

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

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

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

This text has shadow with #AEC5C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC5C9.

Preview

Color preview on black background

This text has color #AEC5C9 on black background.


Color preview on white background

This text has color #AEC5C9 on white background.


Black color preview on #AEC5C9 background

This text has black color on #AEC5C9 background.


White color preview on #AEC5C9 background

This text has white color on #AEC5C9 background.


Related colors

Complementary color

Complementary color for #hex is #513A36.


I love getcolorcode.com

Triadic colors

1 #C9AEC5 and #C5C9AE with #AEC5C9 are triadic colors.

2 #C9C5AE and #C5AEC9 with #AEC5C9 are triadic colors.