COLOR #AFB3A7

HEX: #AFB3A7
RGB: (175,179,167)

Color info

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

RGB color model

#AFB3A7 color RGB value is (175,179,167).

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

RGB channels and saturation

R 175 of 255 = 69%
G 179 of 255 = 70%
B 167 of 255 = 65%

175
179
167

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

Portions of RGB colors in percentages

R + G + B =
175 + 179 + 167 = 521 (100%)
R 175 of 521 ~ 33.59%
G 179 of 521 ~ 34.36%
B 167 of 521 ~ 32.05%

%33.59
%34.36
%32.05

CMYK color model

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

  • cyan value is 2.23%
  • magenta value is 0.00%
  • yellow value is 6.70%
  • key color value is 29.80%
CMYK:
(2,0,7,30)
C2M0Y7K30 
(2%,0%,7%,30%)
(0.02/0.00/0.07/0.30)	

CMYK percentages

%2.23
%0
%6.7
%29.8

Codes

Color #AFB3A7 in popluar color models

AFB3A7
RGB175179167
HSL80°7.32%67.84%
HSB/HSV80°6.70%70.20%
CMYK2.23%0.00%6.70%
29.80%

Color #AFB3A7 in popluar number systems.

HEXAFB3A7
Decimal175179167
Binary101011111011001110100111
Octal257263247

Shades and tints

Shades of #AFB3A7

#AFB3A7
(175,179,167)
#A0A398
(160,163,152)
#919389
(145,147,137)
#82837A
(130,131,122)
#73736B
(115,115,107)
#64635C
(100,99,92)
#55534D
(85,83,77)
#46433E
(70,67,62)
#37332F
(55,51,47)
#282320
(40,35,32)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #AFB3A7

#AFB3A7
(175,179,167)
#B6B9AF
(182,185,175)
#BDBFB7
(189,191,183)
#C4C5BF
(196,197,191)
#CBCBC7
(203,203,199)
#D2D1CF
(210,209,207)
#D9D7D7
(217,215,215)
#E0DDDF
(224,221,223)
#E7E3E7
(231,227,231)
#EEE9EF
(238,233,239)
#F5EFF7
(245,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB3A7; }

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

This text font color is #AFB3A7.


Background Color

.myBgColor { background-color: #AFB3A7; }

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

This div background color is #AFB3A7.


Border color

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

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

This div border color is #AFB3A7.


Opacity

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

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

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

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

This text has shadow with #AFB3A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB3A7 on black background.


Color preview on white background

This text has color #AFB3A7 on white background.



Black color preview on #AFB3A7 background

This text has black color on #AFB3A7 background.


White color preview on #AFB3A7 background

This text has white color on #AFB3A7 background.