COLOR #AFBB9D

HEX: #AFBB9D
RGB: (175,187,157)

Color info

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

RGB color model

#AFBB9D color RGB value is (175,187,157).

  • red value is 175;
  • green value is 187;
  • blue value is 157.
RGB:
(175,187,157)
(69%,73%,62%)

RGB channels and saturation

R 175 of 255 = 69%
G 187 of 255 = 73%
B 157 of 255 = 62%

175
187
157

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

Portions of RGB colors in percentages

R + G + B =
175 + 187 + 157 = 519 (100%)
R 175 of 519 ~ 33.72%
G 187 of 519 ~ 36.03%
B 157 of 519 ~ 30.25%

%33.72
%36.03
%30.25

CMYK color model

#AFBB9D color CMYK value is (6,0,16,27).

  • cyan value is 6.42%
  • magenta value is 0.00%
  • yellow value is 16.04%
  • key color value is 26.67%
CMYK:
(6,0,16,27)
C6M0Y16K27 
(6%,0%,16%,27%)
(0.06/0.00/0.16/0.27)	

CMYK percentages

%6.42
%0
%16.04
%26.67

Codes

Color #AFBB9D in popluar color models

AFBB9D
RGB175187157
HSL84°18.07%67.45%
HSB/HSV84°16.04%73.33%
CMYK6.42%0.00%16.04%
26.67%

Color #AFBB9D in popluar number systems.

HEXAFBB9D
Decimal175187157
Binary101011111011101110011101
Octal257273235

Shades and tints

Shades of #AFBB9D

#AFBB9D
(175,187,157)
#A0AA8F
(160,170,143)
#919981
(145,153,129)
#828873
(130,136,115)
#737765
(115,119,101)
#646657
(100,102,87)
#555549
(85,85,73)
#46443B
(70,68,59)
#37332D
(55,51,45)
#28221F
(40,34,31)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #AFBB9D

#AFBB9D
(175,187,157)
#B6C1A5
(182,193,165)
#BDC7AD
(189,199,173)
#C4CDB5
(196,205,181)
#CBD3BD
(203,211,189)
#D2D9C5
(210,217,197)
#D9DFCD
(217,223,205)
#E0E5D5
(224,229,213)
#E7EBDD
(231,235,221)
#EEF1E5
(238,241,229)
#F5F7ED
(245,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBB9D; }

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

This text font color is #AFBB9D.


Background Color

.myBgColor { background-color: #AFBB9D; }

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

This div background color is #AFBB9D.


Border color

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

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

This div border color is #AFBB9D.


Opacity

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

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

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

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

This text has shadow with #AFBB9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBB9D on black background.


Color preview on white background

This text has color #AFBB9D on white background.



Black color preview on #AFBB9D background

This text has black color on #AFBB9D background.


White color preview on #AFBB9D background

This text has white color on #AFBB9D background.