COLOR #AFB4A6

HEX: #AFB4A6
RGB: (175,180,166)

Color info

#AFB4A6 contains red, green and blue colors in about the same proportion. Web safe color of #AFB4A6 is #99CC99 (or #9C9).

RGB color model

#AFB4A6 color RGB value is (175,180,166).

  • red value is 175;
  • green value is 180;
  • blue value is 166.
RGB:
(175,180,166)
(69%,71%,65%)

RGB channels and saturation

R 175 of 255 = 69%
G 180 of 255 = 71%
B 166 of 255 = 65%

175
180
166

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

Portions of RGB colors in percentages

R + G + B =
175 + 180 + 166 = 521 (100%)
R 175 of 521 ~ 33.59%
G 180 of 521 ~ 34.55%
B 166 of 521 ~ 31.86%

%33.59
%34.55
%31.86

CMYK color model

#AFB4A6 color CMYK value is (3,0,8,29).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 7.78%
  • key color value is 29.41%
CMYK:
(3,0,8,29)
C3M0Y8K29 
(3%,0%,8%,29%)
(0.03/0.00/0.08/0.29)	

CMYK percentages

%2.78
%0
%7.78
%29.41

Codes

Color #AFB4A6 in popluar color models

AFB4A6
RGB175180166
HSL81°8.54%67.84%
HSB/HSV81°7.78%70.59%
CMYK2.78%0.00%7.78%
29.41%

Color #AFB4A6 in popluar number systems.

HEXAFB4A6
Decimal175180166
Binary101011111011010010100110
Octal257264246

Shades and tints

Shades of #AFB4A6

#AFB4A6
(175,180,166)
#A0A497
(160,164,151)
#919488
(145,148,136)
#828479
(130,132,121)
#73746A
(115,116,106)
#64645B
(100,100,91)
#55544C
(85,84,76)
#46443D
(70,68,61)
#37342E
(55,52,46)
#28241F
(40,36,31)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #AFB4A6

#AFB4A6
(175,180,166)
#B6BAAE
(182,186,174)
#BDC0B6
(189,192,182)
#C4C6BE
(196,198,190)
#CBCCC6
(203,204,198)
#D2D2CE
(210,210,206)
#D9D8D6
(217,216,214)
#E0DEDE
(224,222,222)
#E7E4E6
(231,228,230)
#EEEAEE
(238,234,238)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB4A6 color. Also use rgb(175,180,166) instead hex code.

Text Font Color

.myTextColor { color: #AFB4A6; }

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

This text font color is #AFB4A6.


Background Color

.myBgColor { background-color: #AFB4A6; }

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

This div background color is #AFB4A6.


Border color

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

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

This div border color is #AFB4A6.


Opacity

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

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

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

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

This text has shadow with #AFB4A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB4A6 on black background.


Color preview on white background

This text has color #AFB4A6 on white background.



Black color preview on #AFB4A6 background

This text has black color on #AFB4A6 background.


White color preview on #AFB4A6 background

This text has white color on #AFB4A6 background.