COLOR #AFB096

HEX: #AFB096
RGB: (175,176,150)

Color info

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

RGB color model

#AFB096 color RGB value is (175,176,150).

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

RGB channels and saturation

R 175 of 255 = 69%
G 176 of 255 = 69%
B 150 of 255 = 59%

175
176
150

R + G + B ~ 66%. #AFB096 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 176 + 150 = 501 (100%)
R 175 of 501 ~ 34.93%
G 176 of 501 ~ 35.13%
B 150 of 501 ~ 29.94%

%34.93
%35.13
%29.94

CMYK color model

#AFB096 color CMYK value is (1,0,15,31).

  • cyan value is 0.57%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 30.98%
CMYK:
(1,0,15,31)
C1M0Y15K31 
(1%,0%,15%,31%)
(0.01/0.00/0.15/0.31)	

CMYK percentages

%0.57
%0
%14.77
%30.98

Codes

Color #AFB096 in popluar color models

AFB096
RGB175176150
HSL62°14.13%63.92%
HSB/HSV62°14.77%69.02%
CMYK0.57%0.00%14.77%
30.98%

Color #AFB096 in popluar number systems.

HEXAFB096
Decimal175176150
Binary101011111011000010010110
Octal257260226

Shades and tints

Shades of #AFB096

#AFB096
(175,176,150)
#A0A089
(160,160,137)
#91907C
(145,144,124)
#82806F
(130,128,111)
#737062
(115,112,98)
#646055
(100,96,85)
#555048
(85,80,72)
#46403B
(70,64,59)
#37302E
(55,48,46)
#282021
(40,32,33)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #AFB096

#AFB096
(175,176,150)
#B6B79F
(182,183,159)
#BDBEA8
(189,190,168)
#C4C5B1
(196,197,177)
#CBCCBA
(203,204,186)
#D2D3C3
(210,211,195)
#D9DACC
(217,218,204)
#E0E1D5
(224,225,213)
#E7E8DE
(231,232,222)
#EEEFE7
(238,239,231)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB096; }

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

This text font color is #AFB096.


Background Color

.myBgColor { background-color: #AFB096; }

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

This div background color is #AFB096.


Border color

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

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

This div border color is #AFB096.


Opacity

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

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

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

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

This text has shadow with #AFB096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB096 on black background.


Color preview on white background

This text has color #AFB096 on white background.



Black color preview on #AFB096 background

This text has black color on #AFB096 background.


White color preview on #AFB096 background

This text has white color on #AFB096 background.