COLOR #AFC39B

HEX: #AFC39B
RGB: (175,195,155)

Color info

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

RGB color model

#AFC39B color RGB value is (175,195,155).

  • red value is 175;
  • green value is 195;
  • blue value is 155.
RGB:
(175,195,155)
(69%,76%,61%)

RGB channels and saturation

R 175 of 255 = 69%
G 195 of 255 = 76%
B 155 of 255 = 61%

175
195
155

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

Portions of RGB colors in percentages

R + G + B =
175 + 195 + 155 = 525 (100%)
R 175 of 525 ~ 33.33%
G 195 of 525 ~ 37.14%
B 155 of 525 ~ 29.52%

%33.33
%37.14
%29.52

CMYK color model

#AFC39B color CMYK value is (10,0,21,24).

  • cyan value is 10.26%
  • magenta value is 0.00%
  • yellow value is 20.51%
  • key color value is 23.53%
CMYK:
(10,0,21,24)
C10M0Y21K24 
(10%,0%,21%,24%)
(0.10/0.00/0.21/0.24)	

CMYK percentages

%10.26
%0
%20.51
%23.53

Codes

Color #AFC39B in popluar color models

AFC39B
RGB175195155
HSL90°25.00%68.63%
HSB/HSV90°20.51%76.47%
CMYK10.26%0.00%20.51%
23.53%

Color #AFC39B in popluar number systems.

HEXAFC39B
Decimal175195155
Binary101011111100001110011011
Octal257303233

Shades and tints

Shades of #AFC39B

#AFC39B
(175,195,155)
#A0B28D
(160,178,141)
#91A17F
(145,161,127)
#829071
(130,144,113)
#737F63
(115,127,99)
#646E55
(100,110,85)
#555D47
(85,93,71)
#464C39
(70,76,57)
#373B2B
(55,59,43)
#282A1D
(40,42,29)
#19190F
(25,25,15)
#000000
(0,0,0)

Tints of #AFC39B

#AFC39B
(175,195,155)
#B6C8A4
(182,200,164)
#BDCDAD
(189,205,173)
#C4D2B6
(196,210,182)
#CBD7BF
(203,215,191)
#D2DCC8
(210,220,200)
#D9E1D1
(217,225,209)
#E0E6DA
(224,230,218)
#E7EBE3
(231,235,227)
#EEF0EC
(238,240,236)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC39B color. Also use rgb(175,195,155) instead hex code.

Text Font Color

.myTextColor { color: #AFC39B; }

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

This text font color is #AFC39B.


Background Color

.myBgColor { background-color: #AFC39B; }

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

This div background color is #AFC39B.


Border color

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

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

This div border color is #AFC39B.


Opacity

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

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

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

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

This text has shadow with #AFC39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC39B on black background.


Color preview on white background

This text has color #AFC39B on white background.



Black color preview on #AFC39B background

This text has black color on #AFC39B background.


White color preview on #AFC39B background

This text has white color on #AFC39B background.