COLOR #AEC6C5

HEX: #AEC6C5 RGB: (174,198,197)

Color info

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

RGB color model

#AEC6C5 color RGB value is (174,198,197).

RGB: (174,198,197) (68%, 78%, 77%)

RGB channels and saturation

R 174 of 255 = 68%
G 198 of 255 = 78%
B 197 of 255 = 77%

174
198
197

R + G + B ~ 74%. #AEC6C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 198 + 197 = 569 (100%)
R 174 of 569 ~ 30.58%
G 198 of 569 ~ 34.8%
B 197 of 569 ~ 34.62'%

%30.58
%34.8
%34.62

CMYK color model

#AEC6C5 color CMYK value is (12,0,1,22).

  • cyan value is 12.12%
  • magenta value is 0.00%
  • yellow value is 0.51%
  • key color value is 22.35%
CMYK: (12,0,1,22) C12M0Y1K22 (12%,0%,1%,22%) (0.12/0.00/0.01/0.22) 

CMYK percentages

%12.12
%0
%0.51
%22.35

Codes

Color #AEC6C5 in popluar color models

AE C6 C5
RGB 174 198 197
HSL 178° 17.39% 72.94%
HSB/HSV 178° 12.12% 77.65%
CMYK 12.12% 0.00% 0.51%
22.35%

Color #AEC6C5 in popluar number systems.

HEX AE C6 C5
Decimal 174 198 197
Binary 10101110 11000110 11000101
Octal 256 306 305

Shades and tints

Shades of #AEC6C5

#AEC6C5
(174,198,197)
#9FB4B4
(159,180,180)
#90A2A3
(144,162,163)
#819092
(129,144,146)
#727E81
(114,126,129)
#636C70
(99,108,112)
#545A5F
(84,90,95)
#45484E
(69,72,78)
#36363D
(54,54,61)
#27242C
(39,36,44)
#18121B
(24,18,27)
#000000
(0,0,0)

Tints of #AEC6C5

#AEC6C5
(174,198,197)
#B5CBCA
(181,203,202)
#BCD0CF
(188,208,207)
#C3D5D4
(195,213,212)
#CADAD9
(202,218,217)
#D1DFDE
(209,223,222)
#D8E4E3
(216,228,227)
#DFE9E8
(223,233,232)
#E6EEED
(230,238,237)
#EDF3F2
(237,243,242)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC6C5; }

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

This text font color is #AEC6C5.

Background Color

.myBgColor { background-color: #AEC6C5; }

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

This div background color is #AEC6C5.

Border color

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

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

This div border color is #AEC6C5.

Opacity

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

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

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

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

This text has shadow with #AEC6C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC6C5.

Preview

Color preview on black background

This text has color #AEC6C5 on black background.


Color preview on white background

This text has color #AEC6C5 on white background.


Black color preview on #AEC6C5 background

This text has black color on #AEC6C5 background.


White color preview on #AEC6C5 background

This text has white color on #AEC6C5 background.


Related colors

Complementary color

Complementary color for #hex is #51393A.


I love getcolorcode.com

Triadic colors

1 #C5AEC6 and #C6C5AE with #AEC6C5 are triadic colors.

2 #C5C6AE and #C6AEC5 with #AEC6C5 are triadic colors.