COLOR #AFB493

HEX: #AFB493
RGB: (175,180,147)

Color info

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

RGB color model

#AFB493 color RGB value is (175,180,147).

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

RGB channels and saturation

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

175
180
147

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

Portions of RGB colors in percentages

R + G + B =
175 + 180 + 147 = 502 (100%)
R 175 of 502 ~ 34.86%
G 180 of 502 ~ 35.86%
B 147 of 502 ~ 29.28%

%34.86
%35.86
%29.28

CMYK color model

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

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 18.33%
  • 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
%18.33
%29.41

Codes

Color #AFB493 in popluar color models

AFB493
RGB175180147
HSL69°18.03%64.12%
HSB/HSV69°18.33%70.59%
CMYK2.78%0.00%18.33%
29.41%

Color #AFB493 in popluar number systems.

HEXAFB493
Decimal175180147
Binary101011111011010010010011
Octal257264223

Shades and tints

Shades of #AFB493

#AFB493
(175,180,147)
#A0A486
(160,164,134)
#919479
(145,148,121)
#82846C
(130,132,108)
#73745F
(115,116,95)
#646452
(100,100,82)
#555445
(85,84,69)
#464438
(70,68,56)
#37342B
(55,52,43)
#28241E
(40,36,30)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #AFB493

#AFB493
(175,180,147)
#B6BA9C
(182,186,156)
#BDC0A5
(189,192,165)
#C4C6AE
(196,198,174)
#CBCCB7
(203,204,183)
#D2D2C0
(210,210,192)
#D9D8C9
(217,216,201)
#E0DED2
(224,222,210)
#E7E4DB
(231,228,219)
#EEEAE4
(238,234,228)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB493; }

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

This text font color is #AFB493.


Background Color

.myBgColor { background-color: #AFB493; }

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

This div background color is #AFB493.


Border color

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

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

This div border color is #AFB493.


Opacity

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

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

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

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

This text has shadow with #AFB493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB493 on black background.


Color preview on white background

This text has color #AFB493 on white background.



Black color preview on #AFB493 background

This text has black color on #AFB493 background.


White color preview on #AFB493 background

This text has white color on #AFB493 background.