COLOR #AEAFB0

HEX: #AEAFB0
RGB: (174,175,176)

Color info

#AEAFB0 contains red, green and blue colors in about the same proportion. Web safe color of #AEAFB0 is #999999 (or #999).

RGB color model

#AEAFB0 color RGB value is (174,175,176).

  • red value is 174;
  • green value is 175;
  • blue value is 176.
RGB:
(174,175,176)
(68%,69%,69%)

RGB channels and saturation

R 174 of 255 = 68%
G 175 of 255 = 69%
B 176 of 255 = 69%

174
175
176

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

Portions of RGB colors in percentages

R + G + B =
174 + 175 + 176 = 525 (100%)
R 174 of 525 ~ 33.14%
G 175 of 525 ~ 33.33%
B 176 of 525 ~ 33.52%

%33.14
%33.33
%33.52

CMYK color model

#AEAFB0 color CMYK value is (1,1,0,31).

  • cyan value is 1.14%
  • magenta value is 0.57%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(1,1,0,31)
C1M1Y0K31 
(1%,1%,0%,31%)
(0.01/0.01/0.00/0.31)	

CMYK percentages

%1.14
%0.57
%0
%30.98

Codes

Color #AEAFB0 in popluar color models

AEAFB0
RGB174175176
HSL210°1.25%68.63%
HSB/HSV210°1.14%69.02%
CMYK1.14%0.57%0.00%
30.98%

Color #AEAFB0 in popluar number systems.

HEXAEAFB0
Decimal174175176
Binary101011101010111110110000
Octal256257260

Shades and tints

Shades of #AEAFB0

#AEAFB0
(174,175,176)
#9FA0A0
(159,160,160)
#909190
(144,145,144)
#818280
(129,130,128)
#727370
(114,115,112)
#636460
(99,100,96)
#545550
(84,85,80)
#454640
(69,70,64)
#363730
(54,55,48)
#272820
(39,40,32)
#181910
(24,25,16)
#000000
(0,0,0)

Tints of #AEAFB0

#AEAFB0
(174,175,176)
#B5B6B7
(181,182,183)
#BCBDBE
(188,189,190)
#C3C4C5
(195,196,197)
#CACBCC
(202,203,204)
#D1D2D3
(209,210,211)
#D8D9DA
(216,217,218)
#DFE0E1
(223,224,225)
#E6E7E8
(230,231,232)
#EDEEEF
(237,238,239)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAFB0; }

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

This text font color is #AEAFB0.


Background Color

.myBgColor { background-color: #AEAFB0; }

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

This div background color is #AEAFB0.


Border color

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

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

This div border color is #AEAFB0.


Opacity

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

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

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

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

This text has shadow with #AEAFB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAFB0 on black background.


Color preview on white background

This text has color #AEAFB0 on white background.



Black color preview on #AEAFB0 background

This text has black color on #AEAFB0 background.


White color preview on #AEAFB0 background

This text has white color on #AEAFB0 background.