COLOR #AEC5BD

HEX: #AEC5BD RGB: (174,197,189)

Color info

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

RGB color model

#AEC5BD color RGB value is (174,197,189).

RGB: (174,197,189) (68%, 77%, 74%)

RGB channels and saturation

R 174 of 255 = 68%
G 197 of 255 = 77%
B 189 of 255 = 74%

174
197
189

R + G + B ~ 73%. #AEC5BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 197 + 189 = 560 (100%)
R 174 of 560 ~ 31.07%
G 197 of 560 ~ 35.18%
B 189 of 560 ~ 33.75'%

%31.07
%35.18
%33.75

CMYK color model

#AEC5BD color CMYK value is (12,0,4,23).

  • cyan value is 11.68%
  • magenta value is 0.00%
  • yellow value is 4.06%
  • key color value is 22.75%

CMYK: (12,0,4,23)
C12M0Y4K23 (12%, 0%, 4%, 23%)
(0.12 / 0.00 / 0.04 / 0.23)

CMYK percentages

%11.68
%0
%4.06
%22.75

Codes

Color #AEC5BD in popluar color models

AE C5 BD
RGB 174 197 189
HSL 159° 16.55% 72.75%
HSB/HSV 159° 11.68% 77.25%
CMYK 11.68% 0.00% 4.06%
22.75%

Color #AEC5BD in popluar number systems.

HEX AE C5 BD
Decimal 174 197 189
Binary 10101110 11000101 10111101
Octal 256 305 275

Shades and tints

Shades of #AEC5BD

#AEC5BD
(174,197,189)
#9FB4AC
(159,180,172)
#90A39B
(144,163,155)
#81928A
(129,146,138)
#728179
(114,129,121)
#637068
(99,112,104)
#545F57
(84,95,87)
#454E46
(69,78,70)
#363D35
(54,61,53)
#272C24
(39,44,36)
#181B13
(24,27,19)
#000000
(0,0,0)

Tints of #AEC5BD

#AEC5BD
(174,197,189)
#B5CAC3
(181,202,195)
#BCCFC9
(188,207,201)
#C3D4CF
(195,212,207)
#CAD9D5
(202,217,213)
#D1DEDB
(209,222,219)
#D8E3E1
(216,227,225)
#DFE8E7
(223,232,231)
#E6EDED
(230,237,237)
#EDF2F3
(237,242,243)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC5BD; }

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

This text font color is #AEC5BD.

Background Color

.myBgColor { background-color: #AEC5BD; }

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

This div background color is #AEC5BD.

Border color

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

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

This div border color is #AEC5BD.

Opacity

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

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

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

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

This text has shadow with #AEC5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC5BD.

Preview

Color preview on black background

This text has color #AEC5BD on black background.


Color preview on white background

This text has color #AEC5BD on white background.


Black color preview on #AEC5BD background

This text has black color on #AEC5BD background.


White color preview on #AEC5BD background

This text has white color on #AEC5BD background.


Related colors

Complementary color

Complementary color for #hex is #513A42.


I love getcolorcode.com

Triadic colors

1 #BDAEC5 and #C5BDAE with #AEC5BD are triadic colors.

2 #BDC5AE and #C5AEBD with #AEC5BD are triadic colors.