COLOR #AFB08B

HEX: #AFB08B RGB: (175,176,139)

Color info

#AFB08B contains red, green and blue colors in about the same proportion. Web safe color of #AFB08B is #999999 (or #999).

RGB color model

#AFB08B color RGB value is (175,176,139).

RGB: (175,176,139) (69%, 69%, 55%)

RGB channels and saturation

R 175 of 255 = 69%
G 176 of 255 = 69%
B 139 of 255 = 55%

175
176
139

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

Portions of RGB colors in percentages

R + G + B = 175 + 176 + 139 = 490 (100%)
R 175 of 490 ~ 35.71%
G 176 of 490 ~ 35.92%
B 139 of 490 ~ 28.37'%

%35.71
%35.92
%28.37

CMYK color model

#AFB08B color CMYK value is (1,0,21,31).

  • cyan value is 0.57%
  • magenta value is 0.00%
  • yellow value is 21.02%
  • key color value is 30.98%

CMYK: (1,0,21,31)
C1M0Y21K31 (1%, 0%, 21%, 31%)
(0.01 / 0.00 / 0.21 / 0.31)

CMYK percentages

%0.57
%0
%21.02
%30.98

Codes

Color #AFB08B in popluar color models

AF B0 8B
RGB 175 176 139
HSL 62° 18.97% 61.76%
HSB/HSV 62° 21.02% 69.02%
CMYK 0.57% 0.00% 21.02%
30.98%

Color #AFB08B in popluar number systems.

HEX AF B0 8B
Decimal 175 176 139
Binary 10101111 10110000 10001011
Octal 257 260 213

Shades and tints

Shades of #AFB08B

#AFB08B
(175,176,139)
#A0A07F
(160,160,127)
#919073
(145,144,115)
#828067
(130,128,103)
#73705B
(115,112,91)
#64604F
(100,96,79)
#555043
(85,80,67)
#464037
(70,64,55)
#37302B
(55,48,43)
#28201F
(40,32,31)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #AFB08B

#AFB08B
(175,176,139)
#B6B795
(182,183,149)
#BDBE9F
(189,190,159)
#C4C5A9
(196,197,169)
#CBCCB3
(203,204,179)
#D2D3BD
(210,211,189)
#D9DAC7
(217,218,199)
#E0E1D1
(224,225,209)
#E7E8DB
(231,232,219)
#EEEFE5
(238,239,229)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB08B color. Also use rgb(175,176,139) instead hex code.

Text Font Color

.myTextColor { color: #AFB08B; }

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

This text font color is #AFB08B.

Background Color

.myBgColor { background-color: #AFB08B; }

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

This div background color is #AFB08B.

Border color

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

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

This div border color is #AFB08B.

Opacity

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

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

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

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

This text has shadow with #AFB08B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB08B.

Preview

Color preview on black background

This text has color #AFB08B on black background.


Color preview on white background

This text has color #AFB08B on white background.


Black color preview on #AFB08B background

This text has black color on #AFB08B background.


White color preview on #AFB08B background

This text has white color on #AFB08B background.


Related colors

Complementary color

Complementary color for #hex is #504F74.


I love getcolorcode.com

Triadic colors

1 #8BAFB0 and #B08BAF with #AFB08B are triadic colors.

2 #8BB0AF and #B0AF8B with #AFB08B are triadic colors.