COLOR #AFBCA6

HEX: #AFBCA6
RGB: (175,188,166)

Color info

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

RGB color model

#AFBCA6 color RGB value is (175,188,166).

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

RGB channels and saturation

R 175 of 255 = 69%
G 188 of 255 = 74%
B 166 of 255 = 65%

175
188
166

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

Portions of RGB colors in percentages

R + G + B =
175 + 188 + 166 = 529 (100%)
R 175 of 529 ~ 33.08%
G 188 of 529 ~ 35.54%
B 166 of 529 ~ 31.38%

%33.08
%35.54
%31.38

CMYK color model

#AFBCA6 color CMYK value is (7,0,12,26).

  • cyan value is 6.91%
  • magenta value is 0.00%
  • yellow value is 11.70%
  • key color value is 26.27%
CMYK:
(7,0,12,26)
C7M0Y12K26 
(7%,0%,12%,26%)
(0.07/0.00/0.12/0.26)	

CMYK percentages

%6.91
%0
%11.7
%26.27

Codes

Color #AFBCA6 in popluar color models

AFBCA6
RGB175188166
HSL95°14.10%69.41%
HSB/HSV95°11.70%73.73%
CMYK6.91%0.00%11.70%
26.27%

Color #AFBCA6 in popluar number systems.

HEXAFBCA6
Decimal175188166
Binary101011111011110010100110
Octal257274246

Shades and tints

Shades of #AFBCA6

#AFBCA6
(175,188,166)
#A0AB97
(160,171,151)
#919A88
(145,154,136)
#828979
(130,137,121)
#73786A
(115,120,106)
#64675B
(100,103,91)
#55564C
(85,86,76)
#46453D
(70,69,61)
#37342E
(55,52,46)
#28231F
(40,35,31)
#191210
(25,18,16)
#000000
(0,0,0)

Tints of #AFBCA6

#AFBCA6
(175,188,166)
#B6C2AE
(182,194,174)
#BDC8B6
(189,200,182)
#C4CEBE
(196,206,190)
#CBD4C6
(203,212,198)
#D2DACE
(210,218,206)
#D9E0D6
(217,224,214)
#E0E6DE
(224,230,222)
#E7ECE6
(231,236,230)
#EEF2EE
(238,242,238)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBCA6; }

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

This text font color is #AFBCA6.


Background Color

.myBgColor { background-color: #AFBCA6; }

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

This div background color is #AFBCA6.


Border color

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

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

This div border color is #AFBCA6.


Opacity

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

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

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

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

This text has shadow with #AFBCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBCA6 on black background.


Color preview on white background

This text has color #AFBCA6 on white background.



Black color preview on #AFBCA6 background

This text has black color on #AFBCA6 background.


White color preview on #AFBCA6 background

This text has white color on #AFBCA6 background.