COLOR #AFC48C

HEX: #AFC48C RGB: (175,196,140)

Color info

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

RGB color model

#AFC48C color RGB value is (175,196,140).

RGB: (175,196,140) (69%, 77%, 55%)

RGB channels and saturation

R 175 of 255 = 69%
G 196 of 255 = 77%
B 140 of 255 = 55%

175
196
140

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

Portions of RGB colors in percentages

R + G + B = 175 + 196 + 140 = 511 (100%)
R 175 of 511 ~ 34.25%
G 196 of 511 ~ 38.36%
B 140 of 511 ~ 27.4'%

%34.25
%38.36
%27.4

CMYK color model

#AFC48C color CMYK value is (11,0,29,23).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 23.14%
CMYK: (11,0,29,23) C11M0Y29K23 (11%,0%,29%,23%) (0.11/0.00/0.29/0.23) 

CMYK percentages

%10.71
%0
%28.57
%23.14

Codes

Color #AFC48C in popluar color models

AF C4 8C
RGB 175 196 140
HSL 83° 32.18% 65.88%
HSB/HSV 83° 28.57% 76.86%
CMYK 10.71% 0.00% 28.57%
23.14%

Color #AFC48C in popluar number systems.

HEX AF C4 8C
Decimal 175 196 140
Binary 10101111 11000100 10001100
Octal 257 304 214

Shades and tints

Shades of #AFC48C

#AFC48C
(175,196,140)
#A0B380
(160,179,128)
#91A274
(145,162,116)
#829168
(130,145,104)
#73805C
(115,128,92)
#646F50
(100,111,80)
#555E44
(85,94,68)
#464D38
(70,77,56)
#373C2C
(55,60,44)
#282B20
(40,43,32)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #AFC48C

#AFC48C
(175,196,140)
#B6C996
(182,201,150)
#BDCEA0
(189,206,160)
#C4D3AA
(196,211,170)
#CBD8B4
(203,216,180)
#D2DDBE
(210,221,190)
#D9E2C8
(217,226,200)
#E0E7D2
(224,231,210)
#E7ECDC
(231,236,220)
#EEF1E6
(238,241,230)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC48C; }

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

This text font color is #AFC48C.

Background Color

.myBgColor { background-color: #AFC48C; }

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

This div background color is #AFC48C.

Border color

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

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

This div border color is #AFC48C.

Opacity

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

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

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

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

This text has shadow with #AFC48C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC48C.

Preview

Color preview on black background

This text has color #AFC48C on black background.


Color preview on white background

This text has color #AFC48C on white background.


Black color preview on #AFC48C background

This text has black color on #AFC48C background.


White color preview on #AFC48C background

This text has white color on #AFC48C background.


Related colors

Complementary color

Complementary color for #hex is #503B73.


I love getcolorcode.com

Triadic colors

1 #8CAFC4 and #C48CAF with #AFC48C are triadic colors.

2 #8CC4AF and #C4AF8C with #AFC48C are triadic colors.