COLOR #AFB983

HEX: #AFB983
RGB: (175,185,131)

Color info

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

RGB color model

#AFB983 color RGB value is (175,185,131).

  • red value is 175;
  • green value is 185;
  • blue value is 131.
RGB:
(175,185,131)
(69%,73%,51%)

RGB channels and saturation

R 175 of 255 = 69%
G 185 of 255 = 73%
B 131 of 255 = 51%

175
185
131

R + G + B ~ 64%. #AFB983 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 185 + 131 = 491 (100%)
R 175 of 491 ~ 35.64%
G 185 of 491 ~ 37.68%
B 131 of 491 ~ 26.68%

%35.64
%37.68
%26.68

CMYK color model

#AFB983 color CMYK value is (5,0,29,27).

  • cyan value is 5.41%
  • magenta value is 0.00%
  • yellow value is 29.19%
  • key color value is 27.45%
CMYK:
(5,0,29,27)
C5M0Y29K27 
(5%,0%,29%,27%)
(0.05/0.00/0.29/0.27)	

CMYK percentages

%5.41
%0
%29.19
%27.45

Codes

Color #AFB983 in popluar color models

AFB983
RGB175185131
HSL71°27.84%61.96%
HSB/HSV71°29.19%72.55%
CMYK5.41%0.00%29.19%
27.45%

Color #AFB983 in popluar number systems.

HEXAFB983
Decimal175185131
Binary101011111011100110000011
Octal257271203

Shades and tints

Shades of #AFB983

#AFB983
(175,185,131)
#A0A978
(160,169,120)
#91996D
(145,153,109)
#828962
(130,137,98)
#737957
(115,121,87)
#64694C
(100,105,76)
#555941
(85,89,65)
#464936
(70,73,54)
#37392B
(55,57,43)
#282920
(40,41,32)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #AFB983

#AFB983
(175,185,131)
#B6BF8E
(182,191,142)
#BDC599
(189,197,153)
#C4CBA4
(196,203,164)
#CBD1AF
(203,209,175)
#D2D7BA
(210,215,186)
#D9DDC5
(217,221,197)
#E0E3D0
(224,227,208)
#E7E9DB
(231,233,219)
#EEEFE6
(238,239,230)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB983 color. Also use rgb(175,185,131) instead hex code.

Text Font Color

.myTextColor { color: #AFB983; }

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

This text font color is #AFB983.


Background Color

.myBgColor { background-color: #AFB983; }

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

This div background color is #AFB983.


Border color

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

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

This div border color is #AFB983.


Opacity

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

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

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

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

This text has shadow with #AFB983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB983 on black background.


Color preview on white background

This text has color #AFB983 on white background.



Black color preview on #AFB983 background

This text has black color on #AFB983 background.


White color preview on #AFB983 background

This text has white color on #AFB983 background.