COLOR #AFC08B

HEX: #AFC08B RGB: (175,192,139)

Color info

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

RGB color model

#AFC08B color RGB value is (175,192,139).

RGB: (175,192,139) (69%, 75%, 55%)

RGB channels and saturation

R 175 of 255 = 69%
G 192 of 255 = 75%
B 139 of 255 = 55%

175
192
139

R + G + B ~ 66%. #AFC08B is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 192 + 139 = 506 (100%)
R 175 of 506 ~ 34.58%
G 192 of 506 ~ 37.94%
B 139 of 506 ~ 27.47'%

%34.58
%37.94
%27.47

CMYK color model

#AFC08B color CMYK value is (9,0,28,25).

  • cyan value is 8.85%
  • magenta value is 0.00%
  • yellow value is 27.60%
  • key color value is 24.71%

CMYK: (9,0,28,25)
C9M0Y28K25 (9%, 0%, 28%, 25%)
(0.09 / 0.00 / 0.28 / 0.25)

CMYK percentages

%8.85
%0
%27.6
%24.71

Codes

Color #AFC08B in popluar color models

AF C0 8B
RGB 175 192 139
HSL 79° 29.61% 64.90%
HSB/HSV 79° 27.60% 75.29%
CMYK 8.85% 0.00% 27.60%
24.71%

Color #AFC08B in popluar number systems.

HEX AF C0 8B
Decimal 175 192 139
Binary 10101111 11000000 10001011
Octal 257 300 213

Shades and tints

Shades of #AFC08B

#AFC08B
(175,192,139)
#A0AF7F
(160,175,127)
#919E73
(145,158,115)
#828D67
(130,141,103)
#737C5B
(115,124,91)
#646B4F
(100,107,79)
#555A43
(85,90,67)
#464937
(70,73,55)
#37382B
(55,56,43)
#28271F
(40,39,31)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #AFC08B

#AFC08B
(175,192,139)
#B6C595
(182,197,149)
#BDCA9F
(189,202,159)
#C4CFA9
(196,207,169)
#CBD4B3
(203,212,179)
#D2D9BD
(210,217,189)
#D9DEC7
(217,222,199)
#E0E3D1
(224,227,209)
#E7E8DB
(231,232,219)
#EEEDE5
(238,237,229)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC08B color. Also use rgb(175,192,139) instead hex code.

Text Font Color

.myTextColor { color: #AFC08B; }

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

This text font color is #AFC08B.

Background Color

.myBgColor { background-color: #AFC08B; }

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

This div background color is #AFC08B.

Border color

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

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

This div border color is #AFC08B.

Opacity

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

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

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

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

This text has shadow with #AFC08B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC08B.

Preview

Color preview on black background

This text has color #AFC08B on black background.


Color preview on white background

This text has color #AFC08B on white background.


Black color preview on #AFC08B background

This text has black color on #AFC08B background.


White color preview on #AFC08B background

This text has white color on #AFC08B background.


Related colors

Complementary color

Complementary color for #hex is #503F74.


I love getcolorcode.com

Triadic colors

1 #8BAFC0 and #C08BAF with #AFC08B are triadic colors.

2 #8BC0AF and #C0AF8B with #AFC08B are triadic colors.