COLOR #AEB9C1

HEX: #AEB9C1 RGB: (174,185,193)

Color info

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

RGB color model

#AEB9C1 color RGB value is (174,185,193).

RGB: (174,185,193) (68%, 73%, 76%)

RGB channels and saturation

R 174 of 255 = 68%
G 185 of 255 = 73%
B 193 of 255 = 76%

174
185
193

R + G + B ~ 72%. #AEB9C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 185 + 193 = 552 (100%)
R 174 of 552 ~ 31.52%
G 185 of 552 ~ 33.51%
B 193 of 552 ~ 34.96'%

%31.52
%33.51
%34.96

CMYK color model

#AEB9C1 color CMYK value is (10,4,0,24).

  • cyan value is 9.84%
  • magenta value is 4.15%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (10,4,0,24)
C10M4Y0K24 (10%, 4%, 0%, 24%)
(0.10 / 0.04 / 0.00 / 0.24)

CMYK percentages

%9.84
%4.15
%0
%24.31

Codes

Color #AEB9C1 in popluar color models

AE B9 C1
RGB 174 185 193
HSL 205° 13.29% 71.96%
HSB/HSV 205° 9.84% 75.69%
CMYK 9.84% 4.15% 0.00%
24.31%

Color #AEB9C1 in popluar number systems.

HEX AE B9 C1
Decimal 174 185 193
Binary 10101110 10111001 11000001
Octal 256 271 301

Shades and tints

Shades of #AEB9C1

#AEB9C1
(174,185,193)
#9FA9B0
(159,169,176)
#90999F
(144,153,159)
#81898E
(129,137,142)
#72797D
(114,121,125)
#63696C
(99,105,108)
#54595B
(84,89,91)
#45494A
(69,73,74)
#363939
(54,57,57)
#272928
(39,41,40)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #AEB9C1

#AEB9C1
(174,185,193)
#B5BFC6
(181,191,198)
#BCC5CB
(188,197,203)
#C3CBD0
(195,203,208)
#CAD1D5
(202,209,213)
#D1D7DA
(209,215,218)
#D8DDDF
(216,221,223)
#DFE3E4
(223,227,228)
#E6E9E9
(230,233,233)
#EDEFEE
(237,239,238)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB9C1 color. Also use rgb(174,185,193) instead hex code.

Text Font Color

.myTextColor { color: #AEB9C1; }

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

This text font color is #AEB9C1.

Background Color

.myBgColor { background-color: #AEB9C1; }

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

This div background color is #AEB9C1.

Border color

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

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

This div border color is #AEB9C1.

Opacity

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

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

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

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

This text has shadow with #AEB9C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB9C1.

Preview

Color preview on black background

This text has color #AEB9C1 on black background.


Color preview on white background

This text has color #AEB9C1 on white background.


Black color preview on #AEB9C1 background

This text has black color on #AEB9C1 background.


White color preview on #AEB9C1 background

This text has white color on #AEB9C1 background.


Related colors

Complementary color

Complementary color for #hex is #51463E.


I love getcolorcode.com

Triadic colors

1 #C1AEB9 and #B9C1AE with #AEB9C1 are triadic colors.

2 #C1B9AE and #B9AEC1 with #AEB9C1 are triadic colors.