COLOR #AEC6CF

HEX: #AEC6CF RGB: (174,198,207)

Color info

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

RGB color model

#AEC6CF color RGB value is (174,198,207).

RGB: (174,198,207) (68%, 78%, 81%)

RGB channels and saturation

R 174 of 255 = 68%
G 198 of 255 = 78%
B 207 of 255 = 81%

174
198
207

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

Portions of RGB colors in percentages

R + G + B = 174 + 198 + 207 = 579 (100%)
R 174 of 579 ~ 30.05%
G 198 of 579 ~ 34.2%
B 207 of 579 ~ 35.75'%

%30.05
%34.2
%35.75

CMYK color model

#AEC6CF color CMYK value is (16,4,0,19).

  • cyan value is 15.94%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (16,4,0,19)
C16M4Y0K19 (16%, 4%, 0%, 19%)
(0.16 / 0.04 / 0.00 / 0.19)

CMYK percentages

%15.94
%4.35
%0
%18.82

Codes

Color #AEC6CF in popluar color models

AE C6 CF
RGB 174 198 207
HSL 196° 25.58% 74.71%
HSB/HSV 196° 15.94% 81.18%
CMYK 15.94% 4.35% 0.00%
18.82%

Color #AEC6CF in popluar number systems.

HEX AE C6 CF
Decimal 174 198 207
Binary 10101110 11000110 11001111
Octal 256 306 317

Shades and tints

Shades of #AEC6CF

#AEC6CF
(174,198,207)
#9FB4BD
(159,180,189)
#90A2AB
(144,162,171)
#819099
(129,144,153)
#727E87
(114,126,135)
#636C75
(99,108,117)
#545A63
(84,90,99)
#454851
(69,72,81)
#36363F
(54,54,63)
#27242D
(39,36,45)
#18121B
(24,18,27)
#000000
(0,0,0)

Tints of #AEC6CF

#AEC6CF
(174,198,207)
#B5CBD3
(181,203,211)
#BCD0D7
(188,208,215)
#C3D5DB
(195,213,219)
#CADADF
(202,218,223)
#D1DFE3
(209,223,227)
#D8E4E7
(216,228,231)
#DFE9EB
(223,233,235)
#E6EEEF
(230,238,239)
#EDF3F3
(237,243,243)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC6CF color. Also use rgb(174,198,207) instead hex code.

Text Font Color

.myTextColor { color: #AEC6CF; }

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

This text font color is #AEC6CF.

Background Color

.myBgColor { background-color: #AEC6CF; }

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

This div background color is #AEC6CF.

Border color

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

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

This div border color is #AEC6CF.

Opacity

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

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

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

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

This text has shadow with #AEC6CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC6CF.

Preview

Color preview on black background

This text has color #AEC6CF on black background.


Color preview on white background

This text has color #AEC6CF on white background.


Black color preview on #AEC6CF background

This text has black color on #AEC6CF background.


White color preview on #AEC6CF background

This text has white color on #AEC6CF background.


Related colors

Complementary color

Complementary color for #hex is #513930.


I love getcolorcode.com

Gradients

Color #AEC6CF is used in Pastel Blue gradient.

Pastel Blue


Triadic colors

1 #CFAEC6 and #C6CFAE with #AEC6CF are triadic colors.

2 #CFC6AE and #C6AECF with #AEC6CF are triadic colors.