COLOR #AFB3AE

HEX: #AFB3AE
RGB: (175,179,174)

Color info

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

RGB color model

#AFB3AE color RGB value is (175,179,174).

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

RGB channels and saturation

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

175
179
174

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

Portions of RGB colors in percentages

R + G + B =
175 + 179 + 174 = 528 (100%)
R 175 of 528 ~ 33.14%
G 179 of 528 ~ 33.9%
B 174 of 528 ~ 32.95%

%33.14
%33.9
%32.95

CMYK color model

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

  • cyan value is 2.23%
  • magenta value is 0.00%
  • yellow value is 2.79%
  • key color value is 29.80%
CMYK:
(2,0,3,30)
C2M0Y3K30 
(2%,0%,3%,30%)
(0.02/0.00/0.03/0.30)	

CMYK percentages

%2.23
%0
%2.79
%29.8

Codes

Color #AFB3AE in popluar color models

AFB3AE
RGB175179174
HSL108°3.18%69.22%
HSB/HSV108°2.79%70.20%
CMYK2.23%0.00%2.79%
29.80%

Color #AFB3AE in popluar number systems.

HEXAFB3AE
Decimal175179174
Binary101011111011001110101110
Octal257263256

Shades and tints

Shades of #AFB3AE

#AFB3AE
(175,179,174)
#A0A39F
(160,163,159)
#919390
(145,147,144)
#828381
(130,131,129)
#737372
(115,115,114)
#646363
(100,99,99)
#555354
(85,83,84)
#464345
(70,67,69)
#373336
(55,51,54)
#282327
(40,35,39)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #AFB3AE

#AFB3AE
(175,179,174)
#B6B9B5
(182,185,181)
#BDBFBC
(189,191,188)
#C4C5C3
(196,197,195)
#CBCBCA
(203,203,202)
#D2D1D1
(210,209,209)
#D9D7D8
(217,215,216)
#E0DDDF
(224,221,223)
#E7E3E6
(231,227,230)
#EEE9ED
(238,233,237)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB3AE; }

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

This text font color is #AFB3AE.


Background Color

.myBgColor { background-color: #AFB3AE; }

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

This div background color is #AFB3AE.


Border color

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

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

This div border color is #AFB3AE.


Opacity

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

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

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

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

This text has shadow with #AFB3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB3AE on black background.


Color preview on white background

This text has color #AFB3AE on white background.



Black color preview on #AFB3AE background

This text has black color on #AFB3AE background.


White color preview on #AFB3AE background

This text has white color on #AFB3AE background.