COLOR #AFAAAE

HEX: #AFAAAE
RGB: (175,170,174)

Color info

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

RGB color model

#AFAAAE color RGB value is (175,170,174).

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

RGB channels and saturation

R 175 of 255 = 69%
G 170 of 255 = 67%
B 174 of 255 = 68%

175
170
174

R + G + B ~ 68%. #AFAAAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 170 + 174 = 519 (100%)
R 175 of 519 ~ 33.72%
G 170 of 519 ~ 32.76%
B 174 of 519 ~ 33.53%

%33.72
%32.76
%33.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.86%
  • yellow value is 0.57%
  • key color value is 31.37%
CMYK:
(0,3,1,31)
C0M3Y1K31 
(0%,3%,1%,31%)
(0.00/0.03/0.01/0.31)	

CMYK percentages

%0
%2.86
%0.57
%31.37

Codes

Color #AFAAAE in popluar color models

AFAAAE
RGB175170174
HSL312°3.03%67.65%
HSB/HSV312°2.86%68.63%
CMYK0.00%2.86%0.57%
31.37%

Color #AFAAAE in popluar number systems.

HEXAFAAAE
Decimal175170174
Binary101011111010101010101110
Octal257252256

Shades and tints

Shades of #AFAAAE

#AFAAAE
(175,170,174)
#A09B9F
(160,155,159)
#918C90
(145,140,144)
#827D81
(130,125,129)
#736E72
(115,110,114)
#645F63
(100,95,99)
#555054
(85,80,84)
#464145
(70,65,69)
#373236
(55,50,54)
#282327
(40,35,39)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #AFAAAE

#AFAAAE
(175,170,174)
#B6B1B5
(182,177,181)
#BDB8BC
(189,184,188)
#C4BFC3
(196,191,195)
#CBC6CA
(203,198,202)
#D2CDD1
(210,205,209)
#D9D4D8
(217,212,216)
#E0DBDF
(224,219,223)
#E7E2E6
(231,226,230)
#EEE9ED
(238,233,237)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAAAE; }

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

This text font color is #AFAAAE.


Background Color

.myBgColor { background-color: #AFAAAE; }

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

This div background color is #AFAAAE.


Border color

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

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

This div border color is #AFAAAE.


Opacity

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

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

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

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

This text has shadow with #AFAAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAAAE on black background.


Color preview on white background

This text has color #AFAAAE on white background.



Black color preview on #AFAAAE background

This text has black color on #AFAAAE background.


White color preview on #AFAAAE background

This text has white color on #AFAAAE background.