COLOR #AFB084

HEX: #AFB084
RGB: (175,176,132)

Color info

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

RGB color model

#AFB084 color RGB value is (175,176,132).

  • red value is 175;
  • green value is 176;
  • blue value is 132.
RGB:
(175,176,132)
(69%,69%,52%)

RGB channels and saturation

R 175 of 255 = 69%
G 176 of 255 = 69%
B 132 of 255 = 52%

175
176
132

R + G + B ~ 63%. #AFB084 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 176 + 132 = 483 (100%)
R 175 of 483 ~ 36.23%
G 176 of 483 ~ 36.44%
B 132 of 483 ~ 27.33%

%36.23
%36.44
%27.33

CMYK color model

#AFB084 color CMYK value is (1,0,25,31).

  • cyan value is 0.57%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 30.98%
CMYK:
(1,0,25,31)
C1M0Y25K31 
(1%,0%,25%,31%)
(0.01/0.00/0.25/0.31)	

CMYK percentages

%0.57
%0
%25
%30.98

Codes

Color #AFB084 in popluar color models

AFB084
RGB175176132
HSL61°21.78%60.39%
HSB/HSV61°25.00%69.02%
CMYK0.57%0.00%25.00%
30.98%

Color #AFB084 in popluar number systems.

HEXAFB084
Decimal175176132
Binary101011111011000010000100
Octal257260204

Shades and tints

Shades of #AFB084

#AFB084
(175,176,132)
#A0A078
(160,160,120)
#91906C
(145,144,108)
#828060
(130,128,96)
#737054
(115,112,84)
#646048
(100,96,72)
#55503C
(85,80,60)
#464030
(70,64,48)
#373024
(55,48,36)
#282018
(40,32,24)
#19100C
(25,16,12)
#000000
(0,0,0)

Tints of #AFB084

#AFB084
(175,176,132)
#B6B78F
(182,183,143)
#BDBE9A
(189,190,154)
#C4C5A5
(196,197,165)
#CBCCB0
(203,204,176)
#D2D3BB
(210,211,187)
#D9DAC6
(217,218,198)
#E0E1D1
(224,225,209)
#E7E8DC
(231,232,220)
#EEEFE7
(238,239,231)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB084 color. Also use rgb(175,176,132) instead hex code.

Text Font Color

.myTextColor { color: #AFB084; }

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

This text font color is #AFB084.


Background Color

.myBgColor { background-color: #AFB084; }

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

This div background color is #AFB084.


Border color

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

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

This div border color is #AFB084.


Opacity

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

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

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

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

This text has shadow with #AFB084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB084 on black background.


Color preview on white background

This text has color #AFB084 on white background.



Black color preview on #AFB084 background

This text has black color on #AFB084 background.


White color preview on #AFB084 background

This text has white color on #AFB084 background.