COLOR #AEB4C9

HEX: #AEB4C9 RGB: (174,180,201)

Color info

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

RGB color model

#AEB4C9 color RGB value is (174,180,201).

RGB: (174,180,201) (68%, 71%, 79%)

RGB channels and saturation

R 174 of 255 = 68%
G 180 of 255 = 71%
B 201 of 255 = 79%

174
180
201

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

Portions of RGB colors in percentages

R + G + B = 174 + 180 + 201 = 555 (100%)
R 174 of 555 ~ 31.35%
G 180 of 555 ~ 32.43%
B 201 of 555 ~ 36.22'%

%31.35
%32.43
%36.22

CMYK color model

#AEB4C9 color CMYK value is (13,10,0,21).

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

CMYK: (13,10,0,21)
C13M10Y0K21 (13%, 10%, 0%, 21%)
(0.13 / 0.10 / 0.00 / 0.21)

CMYK percentages

%13.43
%10.45
%0
%21.18

Codes

Color #AEB4C9 in popluar color models

AE B4 C9
RGB 174 180 201
HSL 227° 20.00% 73.53%
HSB/HSV 227° 13.43% 78.82%
CMYK 13.43% 10.45% 0.00%
21.18%

Color #AEB4C9 in popluar number systems.

HEX AE B4 C9
Decimal 174 180 201
Binary 10101110 10110100 11001001
Octal 256 264 311

Shades and tints

Shades of #AEB4C9

#AEB4C9
(174,180,201)
#9FA4B7
(159,164,183)
#9094A5
(144,148,165)
#818493
(129,132,147)
#727481
(114,116,129)
#63646F
(99,100,111)
#54545D
(84,84,93)
#45444B
(69,68,75)
#363439
(54,52,57)
#272427
(39,36,39)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #AEB4C9

#AEB4C9
(174,180,201)
#B5BACD
(181,186,205)
#BCC0D1
(188,192,209)
#C3C6D5
(195,198,213)
#CACCD9
(202,204,217)
#D1D2DD
(209,210,221)
#D8D8E1
(216,216,225)
#DFDEE5
(223,222,229)
#E6E4E9
(230,228,233)
#EDEAED
(237,234,237)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB4C9; }

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

This text font color is #AEB4C9.

Background Color

.myBgColor { background-color: #AEB4C9; }

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

This div background color is #AEB4C9.

Border color

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

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

This div border color is #AEB4C9.

Opacity

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

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

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

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

This text has shadow with #AEB4C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB4C9.

Preview

Color preview on black background

This text has color #AEB4C9 on black background.


Color preview on white background

This text has color #AEB4C9 on white background.


Black color preview on #AEB4C9 background

This text has black color on #AEB4C9 background.


White color preview on #AEB4C9 background

This text has white color on #AEB4C9 background.


Related colors

Complementary color

Complementary color for #hex is #514B36.


I love getcolorcode.com

Triadic colors

1 #C9AEB4 and #B4C9AE with #AEB4C9 are triadic colors.

2 #C9B4AE and #B4AEC9 with #AEB4C9 are triadic colors.