COLOR #AFC88B

HEX: #AFC88B RGB: (175,200,139)

Color info

#AFC88B contains mainly red and green colors. Web safe color of #AFC88B is #99CC99 (or #9C9).

RGB color model

#AFC88B color RGB value is (175,200,139).

RGB: (175,200,139) (69%, 78%, 55%)

RGB channels and saturation

R 175 of 255 = 69%
G 200 of 255 = 78%
B 139 of 255 = 55%

175
200
139

R + G + B ~ 67%. #AFC88B is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 200 + 139 = 514 (100%)
R 175 of 514 ~ 34.05%
G 200 of 514 ~ 38.91%
B 139 of 514 ~ 27.04'%

%34.05
%38.91
%27.04

CMYK color model

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

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 30.50%
  • key color value is 21.57%

CMYK: (13,0,31,22)
C13M0Y31K22 (13%, 0%, 31%, 22%)
(0.13 / 0.00 / 0.31 / 0.22)

CMYK percentages

%12.5
%0
%30.5
%21.57

Codes

Color #AFC88B in popluar color models

AF C8 8B
RGB 175 200 139
HSL 85° 35.67% 66.47%
HSB/HSV 85° 30.50% 78.43%
CMYK 12.50% 0.00% 30.50%
21.57%

Color #AFC88B in popluar number systems.

HEX AF C8 8B
Decimal 175 200 139
Binary 10101111 11001000 10001011
Octal 257 310 213

Shades and tints

Shades of #AFC88B

#AFC88B
(175,200,139)
#A0B67F
(160,182,127)
#91A473
(145,164,115)
#829267
(130,146,103)
#73805B
(115,128,91)
#646E4F
(100,110,79)
#555C43
(85,92,67)
#464A37
(70,74,55)
#37382B
(55,56,43)
#28261F
(40,38,31)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #AFC88B

#AFC88B
(175,200,139)
#B6CD95
(182,205,149)
#BDD29F
(189,210,159)
#C4D7A9
(196,215,169)
#CBDCB3
(203,220,179)
#D2E1BD
(210,225,189)
#D9E6C7
(217,230,199)
#E0EBD1
(224,235,209)
#E7F0DB
(231,240,219)
#EEF5E5
(238,245,229)
#F5FAEF
(245,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC88B; }

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

This text font color is #AFC88B.

Background Color

.myBgColor { background-color: #AFC88B; }

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

This div background color is #AFC88B.

Border color

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

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

This div border color is #AFC88B.

Opacity

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

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

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

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

This text has shadow with #AFC88B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC88B.

Preview

Color preview on black background

This text has color #AFC88B on black background.


Color preview on white background

This text has color #AFC88B on white background.


Black color preview on #AFC88B background

This text has black color on #AFC88B background.


White color preview on #AFC88B background

This text has white color on #AFC88B background.


Related colors

Complementary color

Complementary color for #hex is #503774.


I love getcolorcode.com

Triadic colors

1 #8BAFC8 and #C88BAF with #AFC88B are triadic colors.

2 #8BC8AF and #C8AF8B with #AFC88B are triadic colors.