COLOR #AFC89C

HEX: #AFC89C
RGB: (175,200,156)

Color info

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

RGB color model

#AFC89C color RGB value is (175,200,156).

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

RGB channels and saturation

R 175 of 255 = 69%
G 200 of 255 = 78%
B 156 of 255 = 61%

175
200
156

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

Portions of RGB colors in percentages

R + G + B =
175 + 200 + 156 = 531 (100%)
R 175 of 531 ~ 32.96%
G 200 of 531 ~ 37.66%
B 156 of 531 ~ 29.38%

%32.96
%37.66
%29.38

CMYK color model

#AFC89C color CMYK value is (13,0,22,22).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 22.00%
  • key color value is 21.57%
CMYK:
(13,0,22,22)
C13M0Y22K22 
(13%,0%,22%,22%)
(0.13/0.00/0.22/0.22)	

CMYK percentages

%12.5
%0
%22
%21.57

Codes

Color #AFC89C in popluar color models

AFC89C
RGB175200156
HSL94°28.57%69.80%
HSB/HSV94°22.00%78.43%
CMYK12.50%0.00%22.00%
21.57%

Color #AFC89C in popluar number systems.

HEXAFC89C
Decimal175200156
Binary101011111100100010011100
Octal257310234

Shades and tints

Shades of #AFC89C

#AFC89C
(175,200,156)
#A0B68E
(160,182,142)
#91A480
(145,164,128)
#829272
(130,146,114)
#738064
(115,128,100)
#646E56
(100,110,86)
#555C48
(85,92,72)
#464A3A
(70,74,58)
#37382C
(55,56,44)
#28261E
(40,38,30)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #AFC89C

#AFC89C
(175,200,156)
#B6CDA5
(182,205,165)
#BDD2AE
(189,210,174)
#C4D7B7
(196,215,183)
#CBDCC0
(203,220,192)
#D2E1C9
(210,225,201)
#D9E6D2
(217,230,210)
#E0EBDB
(224,235,219)
#E7F0E4
(231,240,228)
#EEF5ED
(238,245,237)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC89C; }

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

This text font color is #AFC89C.


Background Color

.myBgColor { background-color: #AFC89C; }

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

This div background color is #AFC89C.


Border color

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

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

This div border color is #AFC89C.


Opacity

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

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

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

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

This text has shadow with #AFC89C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC89C on black background.


Color preview on white background

This text has color #AFC89C on white background.



Black color preview on #AFC89C background

This text has black color on #AFC89C background.


White color preview on #AFC89C background

This text has white color on #AFC89C background.