COLOR #AFB396

HEX: #AFB396
RGB: (175,179,150)

Color info

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

RGB color model

#AFB396 color RGB value is (175,179,150).

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

RGB channels and saturation

R 175 of 255 = 69%
G 179 of 255 = 70%
B 150 of 255 = 59%

175
179
150

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

Portions of RGB colors in percentages

R + G + B =
175 + 179 + 150 = 504 (100%)
R 175 of 504 ~ 34.72%
G 179 of 504 ~ 35.52%
B 150 of 504 ~ 29.76%

%34.72
%35.52
%29.76

CMYK color model

#AFB396 color CMYK value is (2,0,16,30).

  • cyan value is 2.23%
  • magenta value is 0.00%
  • yellow value is 16.20%
  • key color value is 29.80%
CMYK:
(2,0,16,30)
C2M0Y16K30 
(2%,0%,16%,30%)
(0.02/0.00/0.16/0.30)	

CMYK percentages

%2.23
%0
%16.2
%29.8

Codes

Color #AFB396 in popluar color models

AFB396
RGB175179150
HSL68°16.02%64.51%
HSB/HSV68°16.20%70.20%
CMYK2.23%0.00%16.20%
29.80%

Color #AFB396 in popluar number systems.

HEXAFB396
Decimal175179150
Binary101011111011001110010110
Octal257263226

Shades and tints

Shades of #AFB396

#AFB396
(175,179,150)
#A0A389
(160,163,137)
#91937C
(145,147,124)
#82836F
(130,131,111)
#737362
(115,115,98)
#646355
(100,99,85)
#555348
(85,83,72)
#46433B
(70,67,59)
#37332E
(55,51,46)
#282321
(40,35,33)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #AFB396

#AFB396
(175,179,150)
#B6B99F
(182,185,159)
#BDBFA8
(189,191,168)
#C4C5B1
(196,197,177)
#CBCBBA
(203,203,186)
#D2D1C3
(210,209,195)
#D9D7CC
(217,215,204)
#E0DDD5
(224,221,213)
#E7E3DE
(231,227,222)
#EEE9E7
(238,233,231)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB396; }

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

This text font color is #AFB396.


Background Color

.myBgColor { background-color: #AFB396; }

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

This div background color is #AFB396.


Border color

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

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

This div border color is #AFB396.


Opacity

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

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

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

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

This text has shadow with #AFB396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB396 on black background.


Color preview on white background

This text has color #AFB396 on white background.



Black color preview on #AFB396 background

This text has black color on #AFB396 background.


White color preview on #AFB396 background

This text has white color on #AFB396 background.