COLOR #AEC7C9

HEX: #AEC7C9 RGB: (174,199,201)

Color info

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

RGB color model

#AEC7C9 color RGB value is (174,199,201).

RGB: (174,199,201) (68%, 78%, 79%)

RGB channels and saturation

R 174 of 255 = 68%
G 199 of 255 = 78%
B 201 of 255 = 79%

174
199
201

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

Portions of RGB colors in percentages

R + G + B = 174 + 199 + 201 = 574 (100%)
R 174 of 574 ~ 30.31%
G 199 of 574 ~ 34.67%
B 201 of 574 ~ 35.02'%

%30.31
%34.67
%35.02

CMYK color model

#AEC7C9 color CMYK value is (13,1,0,21).

  • cyan value is 13.43%
  • magenta value is 1.00%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (13,1,0,21)
C13M1Y0K21 (13%, 1%, 0%, 21%)
(0.13 / 0.01 / 0.00 / 0.21)

CMYK percentages

%13.43
%1
%0
%21.18

Codes

Color #AEC7C9 in popluar color models

AE C7 C9
RGB 174 199 201
HSL 184° 20.00% 73.53%
HSB/HSV 184° 13.43% 78.82%
CMYK 13.43% 1.00% 0.00%
21.18%

Color #AEC7C9 in popluar number systems.

HEX AE C7 C9
Decimal 174 199 201
Binary 10101110 11000111 11001001
Octal 256 307 311

Shades and tints

Shades of #AEC7C9

#AEC7C9
(174,199,201)
#9FB5B7
(159,181,183)
#90A3A5
(144,163,165)
#819193
(129,145,147)
#727F81
(114,127,129)
#636D6F
(99,109,111)
#545B5D
(84,91,93)
#45494B
(69,73,75)
#363739
(54,55,57)
#272527
(39,37,39)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #AEC7C9

#AEC7C9
(174,199,201)
#B5CCCD
(181,204,205)
#BCD1D1
(188,209,209)
#C3D6D5
(195,214,213)
#CADBD9
(202,219,217)
#D1E0DD
(209,224,221)
#D8E5E1
(216,229,225)
#DFEAE5
(223,234,229)
#E6EFE9
(230,239,233)
#EDF4ED
(237,244,237)
#F4F9F1
(244,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC7C9 color. Also use rgb(174,199,201) instead hex code.

Text Font Color

.myTextColor { color: #AEC7C9; }

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

This text font color is #AEC7C9.

Background Color

.myBgColor { background-color: #AEC7C9; }

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

This div background color is #AEC7C9.

Border color

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

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

This div border color is #AEC7C9.

Opacity

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

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

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

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

This text has shadow with #AEC7C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC7C9.

Preview

Color preview on black background

This text has color #AEC7C9 on black background.


Color preview on white background

This text has color #AEC7C9 on white background.


Black color preview on #AEC7C9 background

This text has black color on #AEC7C9 background.


White color preview on #AEC7C9 background

This text has white color on #AEC7C9 background.


Related colors

Complementary color

Complementary color for #hex is #513836.


I love getcolorcode.com

Triadic colors

1 #C9AEC7 and #C7C9AE with #AEC7C9 are triadic colors.

2 #C9C7AE and #C7AEC9 with #AEC7C9 are triadic colors.