COLOR #AFCE9F

HEX: #AFCE9F
RGB: (175,206,159)

Color info

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

RGB color model

#AFCE9F color RGB value is (175,206,159).

  • red value is 175;
  • green value is 206;
  • blue value is 159.
RGB:
(175,206,159)
(69%,81%,62%)

RGB channels and saturation

R 175 of 255 = 69%
G 206 of 255 = 81%
B 159 of 255 = 62%

175
206
159

R + G + B ~ 71%. #AFCE9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 206 + 159 = 540 (100%)
R 175 of 540 ~ 32.41%
G 206 of 540 ~ 38.15%
B 159 of 540 ~ 29.44%

%32.41
%38.15
%29.44

CMYK color model

#AFCE9F color CMYK value is (15,0,23,19).

  • cyan value is 15.05%
  • magenta value is 0.00%
  • yellow value is 22.82%
  • key color value is 19.22%
CMYK:
(15,0,23,19)
C15M0Y23K19 
(15%,0%,23%,19%)
(0.15/0.00/0.23/0.19)	

CMYK percentages

%15.05
%0
%22.82
%19.22

Codes

Color #AFCE9F in popluar color models

AFCE9F
RGB175206159
HSL100°32.41%71.57%
HSB/HSV100°22.82%80.78%
CMYK15.05%0.00%22.82%
19.22%

Color #AFCE9F in popluar number systems.

HEXAFCE9F
Decimal175206159
Binary101011111100111010011111
Octal257316237

Shades and tints

Shades of #AFCE9F

#AFCE9F
(175,206,159)
#A0BC91
(160,188,145)
#91AA83
(145,170,131)
#829875
(130,152,117)
#738667
(115,134,103)
#647459
(100,116,89)
#55624B
(85,98,75)
#46503D
(70,80,61)
#373E2F
(55,62,47)
#282C21
(40,44,33)
#191A13
(25,26,19)
#000000
(0,0,0)

Tints of #AFCE9F

#AFCE9F
(175,206,159)
#B6D2A7
(182,210,167)
#BDD6AF
(189,214,175)
#C4DAB7
(196,218,183)
#CBDEBF
(203,222,191)
#D2E2C7
(210,226,199)
#D9E6CF
(217,230,207)
#E0EAD7
(224,234,215)
#E7EEDF
(231,238,223)
#EEF2E7
(238,242,231)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCE9F color. Also use rgb(175,206,159) instead hex code.

Text Font Color

.myTextColor { color: #AFCE9F; }

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

This text font color is #AFCE9F.


Background Color

.myBgColor { background-color: #AFCE9F; }

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

This div background color is #AFCE9F.


Border color

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

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

This div border color is #AFCE9F.


Opacity

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

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

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

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

This text has shadow with #AFCE9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCE9F on black background.


Color preview on white background

This text has color #AFCE9F on white background.



Black color preview on #AFCE9F background

This text has black color on #AFCE9F background.


White color preview on #AFCE9F background

This text has white color on #AFCE9F background.