COLOR #AFB99B

HEX: #AFB99B
RGB: (175,185,155)

Color info

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

RGB color model

#AFB99B color RGB value is (175,185,155).

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

RGB channels and saturation

R 175 of 255 = 69%
G 185 of 255 = 73%
B 155 of 255 = 61%

175
185
155

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

Portions of RGB colors in percentages

R + G + B =
175 + 185 + 155 = 515 (100%)
R 175 of 515 ~ 33.98%
G 185 of 515 ~ 35.92%
B 155 of 515 ~ 30.1%

%33.98
%35.92
%30.1

CMYK color model

#AFB99B color CMYK value is (5,0,16,27).

  • cyan value is 5.41%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 27.45%
CMYK:
(5,0,16,27)
C5M0Y16K27 
(5%,0%,16%,27%)
(0.05/0.00/0.16/0.27)	

CMYK percentages

%5.41
%0
%16.22
%27.45

Codes

Color #AFB99B in popluar color models

AFB99B
RGB175185155
HSL80°17.65%66.67%
HSB/HSV80°16.22%72.55%
CMYK5.41%0.00%16.22%
27.45%

Color #AFB99B in popluar number systems.

HEXAFB99B
Decimal175185155
Binary101011111011100110011011
Octal257271233

Shades and tints

Shades of #AFB99B

#AFB99B
(175,185,155)
#A0A98D
(160,169,141)
#91997F
(145,153,127)
#828971
(130,137,113)
#737963
(115,121,99)
#646955
(100,105,85)
#555947
(85,89,71)
#464939
(70,73,57)
#37392B
(55,57,43)
#28291D
(40,41,29)
#19190F
(25,25,15)
#000000
(0,0,0)

Tints of #AFB99B

#AFB99B
(175,185,155)
#B6BFA4
(182,191,164)
#BDC5AD
(189,197,173)
#C4CBB6
(196,203,182)
#CBD1BF
(203,209,191)
#D2D7C8
(210,215,200)
#D9DDD1
(217,221,209)
#E0E3DA
(224,227,218)
#E7E9E3
(231,233,227)
#EEEFEC
(238,239,236)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB99B; }

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

This text font color is #AFB99B.


Background Color

.myBgColor { background-color: #AFB99B; }

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

This div background color is #AFB99B.


Border color

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

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

This div border color is #AFB99B.


Opacity

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

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

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

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

This text has shadow with #AFB99B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB99B on black background.


Color preview on white background

This text has color #AFB99B on white background.



Black color preview on #AFB99B background

This text has black color on #AFB99B background.


White color preview on #AFB99B background

This text has white color on #AFB99B background.