COLOR #AEB2AF

HEX: #AEB2AF
RGB: (174,178,175)

Color info

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

RGB color model

#AEB2AF color RGB value is (174,178,175).

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

RGB channels and saturation

R 174 of 255 = 68%
G 178 of 255 = 70%
B 175 of 255 = 69%

174
178
175

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

Portions of RGB colors in percentages

R + G + B =
174 + 178 + 175 = 527 (100%)
R 174 of 527 ~ 33.02%
G 178 of 527 ~ 33.78%
B 175 of 527 ~ 33.21%

%33.02
%33.78
%33.21

CMYK color model

#AEB2AF color CMYK value is (2,0,2,30).

  • cyan value is 2.25%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 30.20%
CMYK:
(2,0,2,30)
C2M0Y2K30 
(2%,0%,2%,30%)
(0.02/0.00/0.02/0.30)	

CMYK percentages

%2.25
%0
%1.69
%30.2

Codes

Color #AEB2AF in popluar color models

AEB2AF
RGB174178175
HSL135°2.53%69.02%
HSB/HSV135°2.25%69.80%
CMYK2.25%0.00%1.69%
30.20%

Color #AEB2AF in popluar number systems.

HEXAEB2AF
Decimal174178175
Binary101011101011001010101111
Octal256262257

Shades and tints

Shades of #AEB2AF

#AEB2AF
(174,178,175)
#9FA2A0
(159,162,160)
#909291
(144,146,145)
#818282
(129,130,130)
#727273
(114,114,115)
#636264
(99,98,100)
#545255
(84,82,85)
#454246
(69,66,70)
#363237
(54,50,55)
#272228
(39,34,40)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #AEB2AF

#AEB2AF
(174,178,175)
#B5B9B6
(181,185,182)
#BCC0BD
(188,192,189)
#C3C7C4
(195,199,196)
#CACECB
(202,206,203)
#D1D5D2
(209,213,210)
#D8DCD9
(216,220,217)
#DFE3E0
(223,227,224)
#E6EAE7
(230,234,231)
#EDF1EE
(237,241,238)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB2AF; }

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

This text font color is #AEB2AF.


Background Color

.myBgColor { background-color: #AEB2AF; }

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

This div background color is #AEB2AF.


Border color

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

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

This div border color is #AEB2AF.


Opacity

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

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

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

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

This text has shadow with #AEB2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB2AF on black background.


Color preview on white background

This text has color #AEB2AF on white background.



Black color preview on #AEB2AF background

This text has black color on #AEB2AF background.


White color preview on #AEB2AF background

This text has white color on #AEB2AF background.