COLOR #AFBC9C

HEX: #AFBC9C
RGB: (175,188,156)

Color info

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

RGB color model

#AFBC9C color RGB value is (175,188,156).

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

RGB channels and saturation

R 175 of 255 = 69%
G 188 of 255 = 74%
B 156 of 255 = 61%

175
188
156

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

Portions of RGB colors in percentages

R + G + B =
175 + 188 + 156 = 519 (100%)
R 175 of 519 ~ 33.72%
G 188 of 519 ~ 36.22%
B 156 of 519 ~ 30.06%

%33.72
%36.22
%30.06

CMYK color model

#AFBC9C color CMYK value is (7,0,17,26).

  • cyan value is 6.91%
  • magenta value is 0.00%
  • yellow value is 17.02%
  • key color value is 26.27%
CMYK:
(7,0,17,26)
C7M0Y17K26 
(7%,0%,17%,26%)
(0.07/0.00/0.17/0.26)	

CMYK percentages

%6.91
%0
%17.02
%26.27

Codes

Color #AFBC9C in popluar color models

AFBC9C
RGB175188156
HSL84°19.28%67.45%
HSB/HSV84°17.02%73.73%
CMYK6.91%0.00%17.02%
26.27%

Color #AFBC9C in popluar number systems.

HEXAFBC9C
Decimal175188156
Binary101011111011110010011100
Octal257274234

Shades and tints

Shades of #AFBC9C

#AFBC9C
(175,188,156)
#A0AB8E
(160,171,142)
#919A80
(145,154,128)
#828972
(130,137,114)
#737864
(115,120,100)
#646756
(100,103,86)
#555648
(85,86,72)
#46453A
(70,69,58)
#37342C
(55,52,44)
#28231E
(40,35,30)
#191210
(25,18,16)
#000000
(0,0,0)

Tints of #AFBC9C

#AFBC9C
(175,188,156)
#B6C2A5
(182,194,165)
#BDC8AE
(189,200,174)
#C4CEB7
(196,206,183)
#CBD4C0
(203,212,192)
#D2DAC9
(210,218,201)
#D9E0D2
(217,224,210)
#E0E6DB
(224,230,219)
#E7ECE4
(231,236,228)
#EEF2ED
(238,242,237)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBC9C; }

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

This text font color is #AFBC9C.


Background Color

.myBgColor { background-color: #AFBC9C; }

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

This div background color is #AFBC9C.


Border color

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

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

This div border color is #AFBC9C.


Opacity

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

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

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

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

This text has shadow with #AFBC9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBC9C on black background.


Color preview on white background

This text has color #AFBC9C on white background.



Black color preview on #AFBC9C background

This text has black color on #AFBC9C background.


White color preview on #AFBC9C background

This text has white color on #AFBC9C background.