COLOR #AFBB9A

HEX: #AFBB9A
RGB: (175,187,154)

Color info

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

RGB color model

#AFBB9A color RGB value is (175,187,154).

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

RGB channels and saturation

R 175 of 255 = 69%
G 187 of 255 = 73%
B 154 of 255 = 60%

175
187
154

R + G + B ~ 67%. #AFBB9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 187 + 154 = 516 (100%)
R 175 of 516 ~ 33.91%
G 187 of 516 ~ 36.24%
B 154 of 516 ~ 29.84%

%33.91
%36.24
%29.84

CMYK color model

#AFBB9A color CMYK value is (6,0,18,27).

  • cyan value is 6.42%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 26.67%
CMYK:
(6,0,18,27)
C6M0Y18K27 
(6%,0%,18%,27%)
(0.06/0.00/0.18/0.27)	

CMYK percentages

%6.42
%0
%17.65
%26.67

Codes

Color #AFBB9A in popluar color models

AFBB9A
RGB175187154
HSL82°19.53%66.86%
HSB/HSV82°17.65%73.33%
CMYK6.42%0.00%17.65%
26.67%

Color #AFBB9A in popluar number systems.

HEXAFBB9A
Decimal175187154
Binary101011111011101110011010
Octal257273232

Shades and tints

Shades of #AFBB9A

#AFBB9A
(175,187,154)
#A0AA8C
(160,170,140)
#91997E
(145,153,126)
#828870
(130,136,112)
#737762
(115,119,98)
#646654
(100,102,84)
#555546
(85,85,70)
#464438
(70,68,56)
#37332A
(55,51,42)
#28221C
(40,34,28)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #AFBB9A

#AFBB9A
(175,187,154)
#B6C1A3
(182,193,163)
#BDC7AC
(189,199,172)
#C4CDB5
(196,205,181)
#CBD3BE
(203,211,190)
#D2D9C7
(210,217,199)
#D9DFD0
(217,223,208)
#E0E5D9
(224,229,217)
#E7EBE2
(231,235,226)
#EEF1EB
(238,241,235)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBB9A; }

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

This text font color is #AFBB9A.


Background Color

.myBgColor { background-color: #AFBB9A; }

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

This div background color is #AFBB9A.


Border color

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

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

This div border color is #AFBB9A.


Opacity

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

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

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

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

This text has shadow with #AFBB9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBB9A on black background.


Color preview on white background

This text has color #AFBB9A on white background.



Black color preview on #AFBB9A background

This text has black color on #AFBB9A background.


White color preview on #AFBB9A background

This text has white color on #AFBB9A background.