COLOR #AFB29F

HEX: #AFB29F
RGB: (175,178,159)

Color info

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

RGB color model

#AFB29F color RGB value is (175,178,159).

  • red value is 175;
  • green value is 178;
  • blue value is 159.
RGB:
(175,178,159)
(69%,70%,62%)

RGB channels and saturation

R 175 of 255 = 69%
G 178 of 255 = 70%
B 159 of 255 = 62%

175
178
159

R + G + B ~ 67%. #AFB29F is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 178 + 159 = 512 (100%)
R 175 of 512 ~ 34.18%
G 178 of 512 ~ 34.77%
B 159 of 512 ~ 31.05%

%34.18
%34.77
%31.05

CMYK color model

#AFB29F color CMYK value is (2,0,11,30).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 10.67%
  • key color value is 30.20%
CMYK:
(2,0,11,30)
C2M0Y11K30 
(2%,0%,11%,30%)
(0.02/0.00/0.11/0.30)	

CMYK percentages

%1.69
%0
%10.67
%30.2

Codes

Color #AFB29F in popluar color models

AFB29F
RGB175178159
HSL69°10.98%66.08%
HSB/HSV69°10.67%69.80%
CMYK1.69%0.00%10.67%
30.20%

Color #AFB29F in popluar number systems.

HEXAFB29F
Decimal175178159
Binary101011111011001010011111
Octal257262237

Shades and tints

Shades of #AFB29F

#AFB29F
(175,178,159)
#A0A291
(160,162,145)
#919283
(145,146,131)
#828275
(130,130,117)
#737267
(115,114,103)
#646259
(100,98,89)
#55524B
(85,82,75)
#46423D
(70,66,61)
#37322F
(55,50,47)
#282221
(40,34,33)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #AFB29F

#AFB29F
(175,178,159)
#B6B9A7
(182,185,167)
#BDC0AF
(189,192,175)
#C4C7B7
(196,199,183)
#CBCEBF
(203,206,191)
#D2D5C7
(210,213,199)
#D9DCCF
(217,220,207)
#E0E3D7
(224,227,215)
#E7EADF
(231,234,223)
#EEF1E7
(238,241,231)
#F5F8EF
(245,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB29F color. Also use rgb(175,178,159) instead hex code.

Text Font Color

.myTextColor { color: #AFB29F; }

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

This text font color is #AFB29F.


Background Color

.myBgColor { background-color: #AFB29F; }

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

This div background color is #AFB29F.


Border color

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

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

This div border color is #AFB29F.


Opacity

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

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

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

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

This text has shadow with #AFB29F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB29F on black background.


Color preview on white background

This text has color #AFB29F on white background.



Black color preview on #AFB29F background

This text has black color on #AFB29F background.


White color preview on #AFB29F background

This text has white color on #AFB29F background.