COLOR #AFB49E

HEX: #AFB49E
RGB: (175,180,158)

Color info

#AFB49E contains red, green and blue colors in about the same proportion. Web safe color of #AFB49E is #99CC99 (or #9C9).

RGB color model

#AFB49E color RGB value is (175,180,158).

  • red value is 175;
  • green value is 180;
  • blue value is 158.
RGB:
(175,180,158)
(69%,71%,62%)

RGB channels and saturation

R 175 of 255 = 69%
G 180 of 255 = 71%
B 158 of 255 = 62%

175
180
158

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

Portions of RGB colors in percentages

R + G + B =
175 + 180 + 158 = 513 (100%)
R 175 of 513 ~ 34.11%
G 180 of 513 ~ 35.09%
B 158 of 513 ~ 30.8%

%34.11
%35.09
%30.8

CMYK color model

#AFB49E color CMYK value is (3,0,12,29).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 12.22%
  • key color value is 29.41%
CMYK:
(3,0,12,29)
C3M0Y12K29 
(3%,0%,12%,29%)
(0.03/0.00/0.12/0.29)	

CMYK percentages

%2.78
%0
%12.22
%29.41

Codes

Color #AFB49E in popluar color models

AFB49E
RGB175180158
HSL74°12.79%66.27%
HSB/HSV74°12.22%70.59%
CMYK2.78%0.00%12.22%
29.41%

Color #AFB49E in popluar number systems.

HEXAFB49E
Decimal175180158
Binary101011111011010010011110
Octal257264236

Shades and tints

Shades of #AFB49E

#AFB49E
(175,180,158)
#A0A490
(160,164,144)
#919482
(145,148,130)
#828474
(130,132,116)
#737466
(115,116,102)
#646458
(100,100,88)
#55544A
(85,84,74)
#46443C
(70,68,60)
#37342E
(55,52,46)
#282420
(40,36,32)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #AFB49E

#AFB49E
(175,180,158)
#B6BAA6
(182,186,166)
#BDC0AE
(189,192,174)
#C4C6B6
(196,198,182)
#CBCCBE
(203,204,190)
#D2D2C6
(210,210,198)
#D9D8CE
(217,216,206)
#E0DED6
(224,222,214)
#E7E4DE
(231,228,222)
#EEEAE6
(238,234,230)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB49E color. Also use rgb(175,180,158) instead hex code.

Text Font Color

.myTextColor { color: #AFB49E; }

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

This text font color is #AFB49E.


Background Color

.myBgColor { background-color: #AFB49E; }

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

This div background color is #AFB49E.


Border color

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

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

This div border color is #AFB49E.


Opacity

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

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

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

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

This text has shadow with #AFB49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB49E on black background.


Color preview on white background

This text has color #AFB49E on white background.



Black color preview on #AFB49E background

This text has black color on #AFB49E background.


White color preview on #AFB49E background

This text has white color on #AFB49E background.