COLOR #AEB0AF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

174
176
175

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

Portions of RGB colors in percentages

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

%33.14
%33.52
%33.33

CMYK color model

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

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

CMYK percentages

%1.14
%0
%0.57
%30.98

Codes

Color #AEB0AF in popluar color models

AEB0AF
RGB174176175
HSL150°1.25%68.63%
HSB/HSV150°1.14%69.02%
CMYK1.14%0.00%0.57%
30.98%

Color #AEB0AF in popluar number systems.

HEXAEB0AF
Decimal174176175
Binary101011101011000010101111
Octal256260257

Shades and tints

Shades of #AEB0AF

#AEB0AF
(174,176,175)
#9FA0A0
(159,160,160)
#909091
(144,144,145)
#818082
(129,128,130)
#727073
(114,112,115)
#636064
(99,96,100)
#545055
(84,80,85)
#454046
(69,64,70)
#363037
(54,48,55)
#272028
(39,32,40)
#181019
(24,16,25)
#000000
(0,0,0)

Tints of #AEB0AF

#AEB0AF
(174,176,175)
#B5B7B6
(181,183,182)
#BCBEBD
(188,190,189)
#C3C5C4
(195,197,196)
#CACCCB
(202,204,203)
#D1D3D2
(209,211,210)
#D8DAD9
(216,218,217)
#DFE1E0
(223,225,224)
#E6E8E7
(230,232,231)
#EDEFEE
(237,239,238)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB0AF; }

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

This text font color is #AEB0AF.


Background Color

.myBgColor { background-color: #AEB0AF; }

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

This div background color is #AEB0AF.


Border color

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

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

This div border color is #AEB0AF.


Opacity

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

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

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

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

This text has shadow with #AEB0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB0AF on black background.


Color preview on white background

This text has color #AEB0AF on white background.



Black color preview on #AEB0AF background

This text has black color on #AEB0AF background.


White color preview on #AEB0AF background

This text has white color on #AEB0AF background.