COLOR #AEC8CF

HEX: #AEC8CF RGB: (174,200,207)

Color info

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

RGB color model

#AEC8CF color RGB value is (174,200,207).

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

RGB channels and saturation

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

174
200
207

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

Portions of RGB colors in percentages

R + G + B = 174 + 200 + 207 = 581 (100%)
R 174 of 581 ~ 29.95%
G 200 of 581 ~ 34.42%
B 207 of 581 ~ 35.63'%

%29.95
%34.42
%35.63

CMYK color model

#AEC8CF color CMYK value is (16,3,0,19).

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

CMYK: (16,3,0,19)
C16M3Y0K19 (16%, 3%, 0%, 19%)
(0.16 / 0.03 / 0.00 / 0.19)

CMYK percentages

%15.94
%3.38
%0
%18.82

Codes

Color #AEC8CF in popluar color models

AE C8 CF
RGB 174 200 207
HSL 193° 25.58% 74.71%
HSB/HSV 193° 15.94% 81.18%
CMYK 15.94% 3.38% 0.00%
18.82%

Color #AEC8CF in popluar number systems.

HEX AE C8 CF
Decimal 174 200 207
Binary 10101110 11001000 11001111
Octal 256 310 317

Shades and tints

Shades of #AEC8CF

#AEC8CF
(174,200,207)
#9FB6BD
(159,182,189)
#90A4AB
(144,164,171)
#819299
(129,146,153)
#728087
(114,128,135)
#636E75
(99,110,117)
#545C63
(84,92,99)
#454A51
(69,74,81)
#36383F
(54,56,63)
#27262D
(39,38,45)
#18141B
(24,20,27)
#000000
(0,0,0)

Tints of #AEC8CF

#AEC8CF
(174,200,207)
#B5CDD3
(181,205,211)
#BCD2D7
(188,210,215)
#C3D7DB
(195,215,219)
#CADCDF
(202,220,223)
#D1E1E3
(209,225,227)
#D8E6E7
(216,230,231)
#DFEBEB
(223,235,235)
#E6F0EF
(230,240,239)
#EDF5F3
(237,245,243)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC8CF; }

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

This text font color is #AEC8CF.

Background Color

.myBgColor { background-color: #AEC8CF; }

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

This div background color is #AEC8CF.

Border color

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

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

This div border color is #AEC8CF.

Opacity

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

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

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

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

This text has shadow with #AEC8CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC8CF.

Preview

Color preview on black background

This text has color #AEC8CF on black background.


Color preview on white background

This text has color #AEC8CF on white background.


Black color preview on #AEC8CF background

This text has black color on #AEC8CF background.


White color preview on #AEC8CF background

This text has white color on #AEC8CF background.


Related colors

Complementary color

Complementary color for #hex is #513730.


I love getcolorcode.com

Triadic colors

1 #CFAEC8 and #C8CFAE with #AEC8CF are triadic colors.

2 #CFC8AE and #C8AECF with #AEC8CF are triadic colors.