COLOR #AEC4CF

HEX: #AEC4CF RGB: (174,196,207)

Color info

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

RGB color model

#AEC4CF color RGB value is (174,196,207).

RGB: (174,196,207) (68%, 77%, 81%)

RGB channels and saturation

R 174 of 255 = 68%
G 196 of 255 = 77%
B 207 of 255 = 81%

174
196
207

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

Portions of RGB colors in percentages

R + G + B = 174 + 196 + 207 = 577 (100%)
R 174 of 577 ~ 30.16%
G 196 of 577 ~ 33.97%
B 207 of 577 ~ 35.88'%

%30.16
%33.97
%35.88

CMYK color model

#AEC4CF color CMYK value is (16,5,0,19).

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

CMYK: (16,5,0,19)
C16M5Y0K19 (16%, 5%, 0%, 19%)
(0.16 / 0.05 / 0.00 / 0.19)

CMYK percentages

%15.94
%5.31
%0
%18.82

Codes

Color #AEC4CF in popluar color models

AE C4 CF
RGB 174 196 207
HSL 200° 25.58% 74.71%
HSB/HSV 200° 15.94% 81.18%
CMYK 15.94% 5.31% 0.00%
18.82%

Color #AEC4CF in popluar number systems.

HEX AE C4 CF
Decimal 174 196 207
Binary 10101110 11000100 11001111
Octal 256 304 317

Shades and tints

Shades of #AEC4CF

#AEC4CF
(174,196,207)
#9FB3BD
(159,179,189)
#90A2AB
(144,162,171)
#819199
(129,145,153)
#728087
(114,128,135)
#636F75
(99,111,117)
#545E63
(84,94,99)
#454D51
(69,77,81)
#363C3F
(54,60,63)
#272B2D
(39,43,45)
#181A1B
(24,26,27)
#000000
(0,0,0)

Tints of #AEC4CF

#AEC4CF
(174,196,207)
#B5C9D3
(181,201,211)
#BCCED7
(188,206,215)
#C3D3DB
(195,211,219)
#CAD8DF
(202,216,223)
#D1DDE3
(209,221,227)
#D8E2E7
(216,226,231)
#DFE7EB
(223,231,235)
#E6ECEF
(230,236,239)
#EDF1F3
(237,241,243)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC4CF; }

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

This text font color is #AEC4CF.

Background Color

.myBgColor { background-color: #AEC4CF; }

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

This div background color is #AEC4CF.

Border color

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

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

This div border color is #AEC4CF.

Opacity

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

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

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

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

This text has shadow with #AEC4CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC4CF.

Preview

Color preview on black background

This text has color #AEC4CF on black background.


Color preview on white background

This text has color #AEC4CF on white background.


Black color preview on #AEC4CF background

This text has black color on #AEC4CF background.


White color preview on #AEC4CF background

This text has white color on #AEC4CF background.


Related colors

Complementary color

Complementary color for #hex is #513B30.


I love getcolorcode.com

Triadic colors

1 #CFAEC4 and #C4CFAE with #AEC4CF are triadic colors.

2 #CFC4AE and #C4AECF with #AEC4CF are triadic colors.