COLOR #AEAFB4

HEX: #AEAFB4 RGB: (174,175,180)

Color info

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

RGB color model

#AEAFB4 color RGB value is (174,175,180).

RGB: (174,175,180) (68%, 69%, 71%)

RGB channels and saturation

R 174 of 255 = 68%
G 175 of 255 = 69%
B 180 of 255 = 71%

174
175
180

R + G + B ~ 69%. #AEAFB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 175 + 180 = 529 (100%)
R 174 of 529 ~ 32.89%
G 175 of 529 ~ 33.08%
B 180 of 529 ~ 34.03'%

%32.89
%33.08
%34.03

CMYK color model

#AEAFB4 color CMYK value is (3,3,0,29).

  • cyan value is 3.33%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (3,3,0,29)
C3M3Y0K29 (3%, 3%, 0%, 29%)
(0.03 / 0.03 / 0.00 / 0.29)

CMYK percentages

%3.33
%2.78
%0
%29.41

Codes

Color #AEAFB4 in popluar color models

AE AF B4
RGB 174 175 180
HSL 230° 3.85% 69.41%
HSB/HSV 230° 3.33% 70.59%
CMYK 3.33% 2.78% 0.00%
29.41%

Color #AEAFB4 in popluar number systems.

HEX AE AF B4
Decimal 174 175 180
Binary 10101110 10101111 10110100
Octal 256 257 264

Shades and tints

Shades of #AEAFB4

#AEAFB4
(174,175,180)
#9FA0A4
(159,160,164)
#909194
(144,145,148)
#818284
(129,130,132)
#727374
(114,115,116)
#636464
(99,100,100)
#545554
(84,85,84)
#454644
(69,70,68)
#363734
(54,55,52)
#272824
(39,40,36)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #AEAFB4

#AEAFB4
(174,175,180)
#B5B6BA
(181,182,186)
#BCBDC0
(188,189,192)
#C3C4C6
(195,196,198)
#CACBCC
(202,203,204)
#D1D2D2
(209,210,210)
#D8D9D8
(216,217,216)
#DFE0DE
(223,224,222)
#E6E7E4
(230,231,228)
#EDEEEA
(237,238,234)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAFB4; }

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

This text font color is #AEAFB4.

Background Color

.myBgColor { background-color: #AEAFB4; }

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

This div background color is #AEAFB4.

Border color

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

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

This div border color is #AEAFB4.

Opacity

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

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

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

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

This text has shadow with #AEAFB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAFB4.

Preview

Color preview on black background

This text has color #AEAFB4 on black background.


Color preview on white background

This text has color #AEAFB4 on white background.


Black color preview on #AEAFB4 background

This text has black color on #AEAFB4 background.


White color preview on #AEAFB4 background

This text has white color on #AEAFB4 background.


Related colors

Complementary color

Complementary color for #hex is #51504B.


I love getcolorcode.com

Triadic colors

1 #B4AEAF and #AFB4AE with #AEAFB4 are triadic colors.

2 #B4AFAE and #AFAEB4 with #AEAFB4 are triadic colors.