COLOR #AFBBA6

HEX: #AFBBA6
RGB: (175,187,166)

Color info

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

RGB color model

#AFBBA6 color RGB value is (175,187,166).

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

RGB channels and saturation

R 175 of 255 = 69%
G 187 of 255 = 73%
B 166 of 255 = 65%

175
187
166

R + G + B ~ 69%. #AFBBA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 187 + 166 = 528 (100%)
R 175 of 528 ~ 33.14%
G 187 of 528 ~ 35.42%
B 166 of 528 ~ 31.44%

%33.14
%35.42
%31.44

CMYK color model

#AFBBA6 color CMYK value is (6,0,11,27).

  • cyan value is 6.42%
  • magenta value is 0.00%
  • yellow value is 11.23%
  • key color value is 26.67%
CMYK:
(6,0,11,27)
C6M0Y11K27 
(6%,0%,11%,27%)
(0.06/0.00/0.11/0.27)	

CMYK percentages

%6.42
%0
%11.23
%26.67

Codes

Color #AFBBA6 in popluar color models

AFBBA6
RGB175187166
HSL94°13.38%69.22%
HSB/HSV94°11.23%73.33%
CMYK6.42%0.00%11.23%
26.67%

Color #AFBBA6 in popluar number systems.

HEXAFBBA6
Decimal175187166
Binary101011111011101110100110
Octal257273246

Shades and tints

Shades of #AFBBA6

#AFBBA6
(175,187,166)
#A0AA97
(160,170,151)
#919988
(145,153,136)
#828879
(130,136,121)
#73776A
(115,119,106)
#64665B
(100,102,91)
#55554C
(85,85,76)
#46443D
(70,68,61)
#37332E
(55,51,46)
#28221F
(40,34,31)
#191110
(25,17,16)
#000000
(0,0,0)

Tints of #AFBBA6

#AFBBA6
(175,187,166)
#B6C1AE
(182,193,174)
#BDC7B6
(189,199,182)
#C4CDBE
(196,205,190)
#CBD3C6
(203,211,198)
#D2D9CE
(210,217,206)
#D9DFD6
(217,223,214)
#E0E5DE
(224,229,222)
#E7EBE6
(231,235,230)
#EEF1EE
(238,241,238)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBBA6; }

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

This text font color is #AFBBA6.


Background Color

.myBgColor { background-color: #AFBBA6; }

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

This div background color is #AFBBA6.


Border color

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

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

This div border color is #AFBBA6.


Opacity

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

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

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

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

This text has shadow with #AFBBA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBBA6 on black background.


Color preview on white background

This text has color #AFBBA6 on white background.



Black color preview on #AFBBA6 background

This text has black color on #AFBBA6 background.


White color preview on #AFBBA6 background

This text has white color on #AFBBA6 background.