COLOR #AFBFAC

HEX: #AFBFAC
RGB: (175,191,172)

Color info

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

RGB color model

#AFBFAC color RGB value is (175,191,172).

  • red value is 175;
  • green value is 191;
  • blue value is 172.
RGB:
(175,191,172)
(69%,75%,67%)

RGB channels and saturation

R 175 of 255 = 69%
G 191 of 255 = 75%
B 172 of 255 = 67%

175
191
172

R + G + B ~ 70%. #AFBFAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 191 + 172 = 538 (100%)
R 175 of 538 ~ 32.53%
G 191 of 538 ~ 35.5%
B 172 of 538 ~ 31.97%

%32.53
%35.5
%31.97

CMYK color model

#AFBFAC color CMYK value is (8,0,10,25).

  • cyan value is 8.38%
  • magenta value is 0.00%
  • yellow value is 9.95%
  • key color value is 25.10%
CMYK:
(8,0,10,25)
C8M0Y10K25 
(8%,0%,10%,25%)
(0.08/0.00/0.10/0.25)	

CMYK percentages

%8.38
%0
%9.95
%25.1

Codes

Color #AFBFAC in popluar color models

AFBFAC
RGB175191172
HSL111°12.93%71.18%
HSB/HSV111°9.95%74.90%
CMYK8.38%0.00%9.95%
25.10%

Color #AFBFAC in popluar number systems.

HEXAFBFAC
Decimal175191172
Binary101011111011111110101100
Octal257277254

Shades and tints

Shades of #AFBFAC

#AFBFAC
(175,191,172)
#A0AE9D
(160,174,157)
#919D8E
(145,157,142)
#828C7F
(130,140,127)
#737B70
(115,123,112)
#646A61
(100,106,97)
#555952
(85,89,82)
#464843
(70,72,67)
#373734
(55,55,52)
#282625
(40,38,37)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #AFBFAC

#AFBFAC
(175,191,172)
#B6C4B3
(182,196,179)
#BDC9BA
(189,201,186)
#C4CEC1
(196,206,193)
#CBD3C8
(203,211,200)
#D2D8CF
(210,216,207)
#D9DDD6
(217,221,214)
#E0E2DD
(224,226,221)
#E7E7E4
(231,231,228)
#EEECEB
(238,236,235)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBFAC color. Also use rgb(175,191,172) instead hex code.

Text Font Color

.myTextColor { color: #AFBFAC; }

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

This text font color is #AFBFAC.


Background Color

.myBgColor { background-color: #AFBFAC; }

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

This div background color is #AFBFAC.


Border color

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

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

This div border color is #AFBFAC.


Opacity

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

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

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

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

This text has shadow with #AFBFAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBFAC on black background.


Color preview on white background

This text has color #AFBFAC on white background.



Black color preview on #AFBFAC background

This text has black color on #AFBFAC background.


White color preview on #AFBFAC background

This text has white color on #AFBFAC background.