COLOR #AFB89D

HEX: #AFB89D RGB: (175,184,157)

Color info

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

RGB color model

#AFB89D color RGB value is (175,184,157).

RGB: (175,184,157) (69%, 72%, 62%)

RGB channels and saturation

R 175 of 255 = 69%
G 184 of 255 = 72%
B 157 of 255 = 62%

175
184
157

R + G + B ~ 68%. #AFB89D is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 184 + 157 = 516 (100%)
R 175 of 516 ~ 33.91%
G 184 of 516 ~ 35.66%
B 157 of 516 ~ 30.43'%

%33.91
%35.66
%30.43

CMYK color model

#AFB89D color CMYK value is (5,0,15,28).

  • cyan value is 4.89%
  • magenta value is 0.00%
  • yellow value is 14.67%
  • key color value is 27.84%

CMYK: (5,0,15,28)
C5M0Y15K28 (5%, 0%, 15%, 28%)
(0.05 / 0.00 / 0.15 / 0.28)

CMYK percentages

%4.89
%0
%14.67
%27.84

Codes

Color #AFB89D in popluar color models

AF B8 9D
RGB 175 184 157
HSL 80° 15.98% 66.86%
HSB/HSV 80° 14.67% 72.16%
CMYK 4.89% 0.00% 14.67%
27.84%

Color #AFB89D in popluar number systems.

HEX AF B8 9D
Decimal 175 184 157
Binary 10101111 10111000 10011101
Octal 257 270 235

Shades and tints

Shades of #AFB89D

#AFB89D
(175,184,157)
#A0A88F
(160,168,143)
#919881
(145,152,129)
#828873
(130,136,115)
#737865
(115,120,101)
#646857
(100,104,87)
#555849
(85,88,73)
#46483B
(70,72,59)
#37382D
(55,56,45)
#28281F
(40,40,31)
#191811
(25,24,17)
#000000
(0,0,0)

Tints of #AFB89D

#AFB89D
(175,184,157)
#B6BEA5
(182,190,165)
#BDC4AD
(189,196,173)
#C4CAB5
(196,202,181)
#CBD0BD
(203,208,189)
#D2D6C5
(210,214,197)
#D9DCCD
(217,220,205)
#E0E2D5
(224,226,213)
#E7E8DD
(231,232,221)
#EEEEE5
(238,238,229)
#F5F4ED
(245,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB89D color. Also use rgb(175,184,157) instead hex code.

Text Font Color

.myTextColor { color: #AFB89D; }

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

This text font color is #AFB89D.

Background Color

.myBgColor { background-color: #AFB89D; }

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

This div background color is #AFB89D.

Border color

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

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

This div border color is #AFB89D.

Opacity

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

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

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

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

This text has shadow with #AFB89D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB89D.

Preview

Color preview on black background

This text has color #AFB89D on black background.


Color preview on white background

This text has color #AFB89D on white background.


Black color preview on #AFB89D background

This text has black color on #AFB89D background.


White color preview on #AFB89D background

This text has white color on #AFB89D background.


Related colors

Complementary color

Complementary color for #hex is #504762.


I love getcolorcode.com

Triadic colors

1 #9DAFB8 and #B89DAF with #AFB89D are triadic colors.

2 #9DB8AF and #B8AF9D with #AFB89D are triadic colors.