COLOR #AFBCAB

HEX: #AFBCAB
RGB: (175,188,171)

Color info

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

RGB color model

#AFBCAB color RGB value is (175,188,171).

  • red value is 175;
  • green value is 188;
  • blue value is 171.
RGB:
(175,188,171)
(69%,74%,67%)

RGB channels and saturation

R 175 of 255 = 69%
G 188 of 255 = 74%
B 171 of 255 = 67%

175
188
171

R + G + B ~ 70%. #AFBCAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 188 + 171 = 534 (100%)
R 175 of 534 ~ 32.77%
G 188 of 534 ~ 35.21%
B 171 of 534 ~ 32.02%

%32.77
%35.21
%32.02

CMYK color model

#AFBCAB color CMYK value is (7,0,9,26).

  • cyan value is 6.91%
  • magenta value is 0.00%
  • yellow value is 9.04%
  • key color value is 26.27%
CMYK:
(7,0,9,26)
C7M0Y9K26 
(7%,0%,9%,26%)
(0.07/0.00/0.09/0.26)	

CMYK percentages

%6.91
%0
%9.04
%26.27

Codes

Color #AFBCAB in popluar color models

AFBCAB
RGB175188171
HSL106°11.26%70.39%
HSB/HSV106°9.04%73.73%
CMYK6.91%0.00%9.04%
26.27%

Color #AFBCAB in popluar number systems.

HEXAFBCAB
Decimal175188171
Binary101011111011110010101011
Octal257274253

Shades and tints

Shades of #AFBCAB

#AFBCAB
(175,188,171)
#A0AB9C
(160,171,156)
#919A8D
(145,154,141)
#82897E
(130,137,126)
#73786F
(115,120,111)
#646760
(100,103,96)
#555651
(85,86,81)
#464542
(70,69,66)
#373433
(55,52,51)
#282324
(40,35,36)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #AFBCAB

#AFBCAB
(175,188,171)
#B6C2B2
(182,194,178)
#BDC8B9
(189,200,185)
#C4CEC0
(196,206,192)
#CBD4C7
(203,212,199)
#D2DACE
(210,218,206)
#D9E0D5
(217,224,213)
#E0E6DC
(224,230,220)
#E7ECE3
(231,236,227)
#EEF2EA
(238,242,234)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBCAB color. Also use rgb(175,188,171) instead hex code.

Text Font Color

.myTextColor { color: #AFBCAB; }

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

This text font color is #AFBCAB.


Background Color

.myBgColor { background-color: #AFBCAB; }

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

This div background color is #AFBCAB.


Border color

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

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

This div border color is #AFBCAB.


Opacity

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

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

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

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

This text has shadow with #AFBCAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBCAB on black background.


Color preview on white background

This text has color #AFBCAB on white background.



Black color preview on #AFBCAB background

This text has black color on #AFBCAB background.


White color preview on #AFBCAB background

This text has white color on #AFBCAB background.