COLOR #AFB29C

HEX: #AFB29C
RGB: (175,178,156)

Color info

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

RGB color model

#AFB29C color RGB value is (175,178,156).

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

RGB channels and saturation

R 175 of 255 = 69%
G 178 of 255 = 70%
B 156 of 255 = 61%

175
178
156

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

Portions of RGB colors in percentages

R + G + B =
175 + 178 + 156 = 509 (100%)
R 175 of 509 ~ 34.38%
G 178 of 509 ~ 34.97%
B 156 of 509 ~ 30.65%

%34.38
%34.97
%30.65

CMYK color model

#AFB29C color CMYK value is (2,0,12,30).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 12.36%
  • key color value is 30.20%
CMYK:
(2,0,12,30)
C2M0Y12K30 
(2%,0%,12%,30%)
(0.02/0.00/0.12/0.30)	

CMYK percentages

%1.69
%0
%12.36
%30.2

Codes

Color #AFB29C in popluar color models

AFB29C
RGB175178156
HSL68°12.50%65.49%
HSB/HSV68°12.36%69.80%
CMYK1.69%0.00%12.36%
30.20%

Color #AFB29C in popluar number systems.

HEXAFB29C
Decimal175178156
Binary101011111011001010011100
Octal257262234

Shades and tints

Shades of #AFB29C

#AFB29C
(175,178,156)
#A0A28E
(160,162,142)
#919280
(145,146,128)
#828272
(130,130,114)
#737264
(115,114,100)
#646256
(100,98,86)
#555248
(85,82,72)
#46423A
(70,66,58)
#37322C
(55,50,44)
#28221E
(40,34,30)
#191210
(25,18,16)
#000000
(0,0,0)

Tints of #AFB29C

#AFB29C
(175,178,156)
#B6B9A5
(182,185,165)
#BDC0AE
(189,192,174)
#C4C7B7
(196,199,183)
#CBCEC0
(203,206,192)
#D2D5C9
(210,213,201)
#D9DCD2
(217,220,210)
#E0E3DB
(224,227,219)
#E7EAE4
(231,234,228)
#EEF1ED
(238,241,237)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB29C; }

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

This text font color is #AFB29C.


Background Color

.myBgColor { background-color: #AFB29C; }

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

This div background color is #AFB29C.


Border color

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

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

This div border color is #AFB29C.


Opacity

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

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

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

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

This text has shadow with #AFB29C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB29C on black background.


Color preview on white background

This text has color #AFB29C on white background.



Black color preview on #AFB29C background

This text has black color on #AFB29C background.


White color preview on #AFB29C background

This text has white color on #AFB29C background.