COLOR #AFB47F

HEX: #AFB47F RGB: (175,180,127)

Color info

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

RGB color model

#AFB47F color RGB value is (175,180,127).

RGB: (175,180,127) (69%, 71%, 50%)

RGB channels and saturation

R 175 of 255 = 69%
G 180 of 255 = 71%
B 127 of 255 = 50%

175
180
127

R + G + B ~ 63%. #AFB47F is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 180 + 127 = 482 (100%)
R 175 of 482 ~ 36.31%
G 180 of 482 ~ 37.34%
B 127 of 482 ~ 26.35'%

%36.31
%37.34
%26.35

CMYK color model

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

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 29.44%
  • key color value is 29.41%

CMYK: (3,0,29,29)
C3M0Y29K29 (3%, 0%, 29%, 29%)
(0.03 / 0.00 / 0.29 / 0.29)

CMYK percentages

%2.78
%0
%29.44
%29.41

Codes

Color #AFB47F in popluar color models

AF B4 7F
RGB 175 180 127
HSL 66° 26.11% 60.20%
HSB/HSV 66° 29.44% 70.59%
CMYK 2.78% 0.00% 29.44%
29.41%

Color #AFB47F in popluar number systems.

HEX AF B4 7F
Decimal 175 180 127
Binary 10101111 10110100 1111111
Octal 257 264 177

Shades and tints

Shades of #AFB47F

#AFB47F
(175,180,127)
#A0A474
(160,164,116)
#919469
(145,148,105)
#82845E
(130,132,94)
#737453
(115,116,83)
#646448
(100,100,72)
#55543D
(85,84,61)
#464432
(70,68,50)
#373427
(55,52,39)
#28241C
(40,36,28)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #AFB47F

#AFB47F
(175,180,127)
#B6BA8A
(182,186,138)
#BDC095
(189,192,149)
#C4C6A0
(196,198,160)
#CBCCAB
(203,204,171)
#D2D2B6
(210,210,182)
#D9D8C1
(217,216,193)
#E0DECC
(224,222,204)
#E7E4D7
(231,228,215)
#EEEAE2
(238,234,226)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB47F; }

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

This text font color is #AFB47F.

Background Color

.myBgColor { background-color: #AFB47F; }

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

This div background color is #AFB47F.

Border color

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

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

This div border color is #AFB47F.

Opacity

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

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

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

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

This text has shadow with #AFB47F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB47F.

Preview

Color preview on black background

This text has color #AFB47F on black background.


Color preview on white background

This text has color #AFB47F on white background.


Black color preview on #AFB47F background

This text has black color on #AFB47F background.


White color preview on #AFB47F background

This text has white color on #AFB47F background.


Related colors

Complementary color

Complementary color for #hex is #504B80.


I love getcolorcode.com

Triadic colors

1 #7FAFB4 and #B47FAF with #AFB47F are triadic colors.

2 #7FB4AF and #B4AF7F with #AFB47F are triadic colors.