COLOR #AFB494

HEX: #AFB494
RGB: (175,180,148)

Color info

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

RGB color model

#AFB494 color RGB value is (175,180,148).

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

RGB channels and saturation

R 175 of 255 = 69%
G 180 of 255 = 71%
B 148 of 255 = 58%

175
180
148

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

Portions of RGB colors in percentages

R + G + B =
175 + 180 + 148 = 503 (100%)
R 175 of 503 ~ 34.79%
G 180 of 503 ~ 35.79%
B 148 of 503 ~ 29.42%

%34.79
%35.79
%29.42

CMYK color model

#AFB494 color CMYK value is (3,0,18,29).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 29.41%
CMYK:
(3,0,18,29)
C3M0Y18K29 
(3%,0%,18%,29%)
(0.03/0.00/0.18/0.29)	

CMYK percentages

%2.78
%0
%17.78
%29.41

Codes

Color #AFB494 in popluar color models

AFB494
RGB175180148
HSL69°17.58%64.31%
HSB/HSV69°17.78%70.59%
CMYK2.78%0.00%17.78%
29.41%

Color #AFB494 in popluar number systems.

HEXAFB494
Decimal175180148
Binary101011111011010010010100
Octal257264224

Shades and tints

Shades of #AFB494

#AFB494
(175,180,148)
#A0A487
(160,164,135)
#91947A
(145,148,122)
#82846D
(130,132,109)
#737460
(115,116,96)
#646453
(100,100,83)
#555446
(85,84,70)
#464439
(70,68,57)
#37342C
(55,52,44)
#28241F
(40,36,31)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #AFB494

#AFB494
(175,180,148)
#B6BA9D
(182,186,157)
#BDC0A6
(189,192,166)
#C4C6AF
(196,198,175)
#CBCCB8
(203,204,184)
#D2D2C1
(210,210,193)
#D9D8CA
(217,216,202)
#E0DED3
(224,222,211)
#E7E4DC
(231,228,220)
#EEEAE5
(238,234,229)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB494; }

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

This text font color is #AFB494.


Background Color

.myBgColor { background-color: #AFB494; }

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

This div background color is #AFB494.


Border color

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

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

This div border color is #AFB494.


Opacity

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

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

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

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

This text has shadow with #AFB494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB494 on black background.


Color preview on white background

This text has color #AFB494 on white background.



Black color preview on #AFB494 background

This text has black color on #AFB494 background.


White color preview on #AFB494 background

This text has white color on #AFB494 background.