COLOR #AFCD8C

HEX: #AFCD8C RGB: (175,205,140)

Color info

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

RGB color model

#AFCD8C color RGB value is (175,205,140).

RGB: (175,205,140) (69%, 80%, 55%)

RGB channels and saturation

R 175 of 255 = 69%
G 205 of 255 = 80%
B 140 of 255 = 55%

175
205
140

R + G + B ~ 68%. #AFCD8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 205 + 140 = 520 (100%)
R 175 of 520 ~ 33.65%
G 205 of 520 ~ 39.42%
B 140 of 520 ~ 26.92'%

%33.65
%39.42
%26.92

CMYK color model

#AFCD8C color CMYK value is (15,0,32,20).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 31.71%
  • key color value is 19.61%

CMYK: (15,0,32,20)
C15M0Y32K20 (15%, 0%, 32%, 20%)
(0.15 / 0.00 / 0.32 / 0.20)

CMYK percentages

%14.63
%0
%31.71
%19.61

Codes

Color #AFCD8C in popluar color models

AF CD 8C
RGB 175 205 140
HSL 88° 39.39% 67.65%
HSB/HSV 88° 31.71% 80.39%
CMYK 14.63% 0.00% 31.71%
19.61%

Color #AFCD8C in popluar number systems.

HEX AF CD 8C
Decimal 175 205 140
Binary 10101111 11001101 10001100
Octal 257 315 214

Shades and tints

Shades of #AFCD8C

#AFCD8C
(175,205,140)
#A0BB80
(160,187,128)
#91A974
(145,169,116)
#829768
(130,151,104)
#73855C
(115,133,92)
#647350
(100,115,80)
#556144
(85,97,68)
#464F38
(70,79,56)
#373D2C
(55,61,44)
#282B20
(40,43,32)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #AFCD8C

#AFCD8C
(175,205,140)
#B6D196
(182,209,150)
#BDD5A0
(189,213,160)
#C4D9AA
(196,217,170)
#CBDDB4
(203,221,180)
#D2E1BE
(210,225,190)
#D9E5C8
(217,229,200)
#E0E9D2
(224,233,210)
#E7EDDC
(231,237,220)
#EEF1E6
(238,241,230)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCD8C; }

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

This text font color is #AFCD8C.

Background Color

.myBgColor { background-color: #AFCD8C; }

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

This div background color is #AFCD8C.

Border color

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

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

This div border color is #AFCD8C.

Opacity

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

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

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

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

This text has shadow with #AFCD8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCD8C.

Preview

Color preview on black background

This text has color #AFCD8C on black background.


Color preview on white background

This text has color #AFCD8C on white background.


Black color preview on #AFCD8C background

This text has black color on #AFCD8C background.


White color preview on #AFCD8C background

This text has white color on #AFCD8C background.


Related colors

Complementary color

Complementary color for #hex is #503273.


I love getcolorcode.com

Triadic colors

1 #8CAFCD and #CD8CAF with #AFCD8C are triadic colors.

2 #8CCDAF and #CDAF8C with #AFCD8C are triadic colors.