COLOR #AEC0CF

HEX: #AEC0CF RGB: (174,192,207)

Color info

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

RGB color model

#AEC0CF color RGB value is (174,192,207).

RGB: (174,192,207) (68%, 75%, 81%)

RGB channels and saturation

R 174 of 255 = 68%
G 192 of 255 = 75%
B 207 of 255 = 81%

174
192
207

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

Portions of RGB colors in percentages

R + G + B = 174 + 192 + 207 = 573 (100%)
R 174 of 573 ~ 30.37%
G 192 of 573 ~ 33.51%
B 207 of 573 ~ 36.13'%

%30.37
%33.51
%36.13

CMYK color model

#AEC0CF color CMYK value is (16,7,0,19).

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

CMYK: (16,7,0,19)
C16M7Y0K19 (16%, 7%, 0%, 19%)
(0.16 / 0.07 / 0.00 / 0.19)

CMYK percentages

%15.94
%7.25
%0
%18.82

Codes

Color #AEC0CF in popluar color models

AE C0 CF
RGB 174 192 207
HSL 207° 25.58% 74.71%
HSB/HSV 207° 15.94% 81.18%
CMYK 15.94% 7.25% 0.00%
18.82%

Color #AEC0CF in popluar number systems.

HEX AE C0 CF
Decimal 174 192 207
Binary 10101110 11000000 11001111
Octal 256 300 317

Shades and tints

Shades of #AEC0CF

#AEC0CF
(174,192,207)
#9FAFBD
(159,175,189)
#909EAB
(144,158,171)
#818D99
(129,141,153)
#727C87
(114,124,135)
#636B75
(99,107,117)
#545A63
(84,90,99)
#454951
(69,73,81)
#36383F
(54,56,63)
#27272D
(39,39,45)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #AEC0CF

#AEC0CF
(174,192,207)
#B5C5D3
(181,197,211)
#BCCAD7
(188,202,215)
#C3CFDB
(195,207,219)
#CAD4DF
(202,212,223)
#D1D9E3
(209,217,227)
#D8DEE7
(216,222,231)
#DFE3EB
(223,227,235)
#E6E8EF
(230,232,239)
#EDEDF3
(237,237,243)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC0CF; }

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

This text font color is #AEC0CF.

Background Color

.myBgColor { background-color: #AEC0CF; }

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

This div background color is #AEC0CF.

Border color

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

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

This div border color is #AEC0CF.

Opacity

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

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

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

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

This text has shadow with #AEC0CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC0CF.

Preview

Color preview on black background

This text has color #AEC0CF on black background.


Color preview on white background

This text has color #AEC0CF on white background.


Black color preview on #AEC0CF background

This text has black color on #AEC0CF background.


White color preview on #AEC0CF background

This text has white color on #AEC0CF background.


Related colors

Complementary color

Complementary color for #hex is #513F30.


I love getcolorcode.com

Triadic colors

1 #CFAEC0 and #C0CFAE with #AEC0CF are triadic colors.

2 #CFC0AE and #C0AECF with #AEC0CF are triadic colors.