COLOR #AFC88C

HEX: #AFC88C RGB: (175,200,140)

Color info

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

RGB color model

#AFC88C color RGB value is (175,200,140).

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

RGB channels and saturation

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

175
200
140

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

Portions of RGB colors in percentages

R + G + B = 175 + 200 + 140 = 515 (100%)
R 175 of 515 ~ 33.98%
G 200 of 515 ~ 38.83%
B 140 of 515 ~ 27.18'%

%33.98
%38.83
%27.18

CMYK color model

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

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

CMYK: (13,0,30,22)
C13M0Y30K22 (13%, 0%, 30%, 22%)
(0.13 / 0.00 / 0.30 / 0.22)

CMYK percentages

%12.5
%0
%30
%21.57

Codes

Color #AFC88C in popluar color models

AF C8 8C
RGB 175 200 140
HSL 85° 35.29% 66.67%
HSB/HSV 85° 30.00% 78.43%
CMYK 12.50% 0.00% 30.00%
21.57%

Color #AFC88C in popluar number systems.

HEX AF C8 8C
Decimal 175 200 140
Binary 10101111 11001000 10001100
Octal 257 310 214

Shades and tints

Shades of #AFC88C

#AFC88C
(175,200,140)
#A0B680
(160,182,128)
#91A474
(145,164,116)
#829268
(130,146,104)
#73805C
(115,128,92)
#646E50
(100,110,80)
#555C44
(85,92,68)
#464A38
(70,74,56)
#37382C
(55,56,44)
#282620
(40,38,32)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #AFC88C

#AFC88C
(175,200,140)
#B6CD96
(182,205,150)
#BDD2A0
(189,210,160)
#C4D7AA
(196,215,170)
#CBDCB4
(203,220,180)
#D2E1BE
(210,225,190)
#D9E6C8
(217,230,200)
#E0EBD2
(224,235,210)
#E7F0DC
(231,240,220)
#EEF5E6
(238,245,230)
#F5FAF0
(245,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC88C; }

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

This text font color is #AFC88C.

Background Color

.myBgColor { background-color: #AFC88C; }

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

This div background color is #AFC88C.

Border color

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

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

This div border color is #AFC88C.

Opacity

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

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

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

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

This text has shadow with #AFC88C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC88C.

Preview

Color preview on black background

This text has color #AFC88C on black background.


Color preview on white background

This text has color #AFC88C on white background.


Black color preview on #AFC88C background

This text has black color on #AFC88C background.


White color preview on #AFC88C background

This text has white color on #AFC88C background.


Related colors

Complementary color

Complementary color for #hex is #503773.


I love getcolorcode.com

Triadic colors

1 #8CAFC8 and #C88CAF with #AFC88C are triadic colors.

2 #8CC8AF and #C8AF8C with #AFC88C are triadic colors.