COLOR #AFD49E

HEX: #AFD49E
RGB: (175,212,158)

Color info

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

RGB color model

#AFD49E color RGB value is (175,212,158).

  • red value is 175;
  • green value is 212;
  • blue value is 158.
RGB:
(175,212,158)
(69%,83%,62%)

RGB channels and saturation

R 175 of 255 = 69%
G 212 of 255 = 83%
B 158 of 255 = 62%

175
212
158

R + G + B ~ 71%. #AFD49E is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 212 + 158 = 545 (100%)
R 175 of 545 ~ 32.11%
G 212 of 545 ~ 38.9%
B 158 of 545 ~ 28.99%

%32.11
%38.9
%28.99

CMYK color model

#AFD49E color CMYK value is (17,0,25,17).

  • cyan value is 17.45%
  • magenta value is 0.00%
  • yellow value is 25.47%
  • key color value is 16.86%
CMYK:
(17,0,25,17)
C17M0Y25K17 
(17%,0%,25%,17%)
(0.17/0.00/0.25/0.17)	

CMYK percentages

%17.45
%0
%25.47
%16.86

Codes

Color #AFD49E in popluar color models

AFD49E
RGB175212158
HSL101°38.57%72.55%
HSB/HSV101°25.47%83.14%
CMYK17.45%0.00%25.47%
16.86%

Color #AFD49E in popluar number systems.

HEXAFD49E
Decimal175212158
Binary101011111101010010011110
Octal257324236

Shades and tints

Shades of #AFD49E

#AFD49E
(175,212,158)
#A0C190
(160,193,144)
#91AE82
(145,174,130)
#829B74
(130,155,116)
#738866
(115,136,102)
#647558
(100,117,88)
#55624A
(85,98,74)
#464F3C
(70,79,60)
#373C2E
(55,60,46)
#282920
(40,41,32)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #AFD49E

#AFD49E
(175,212,158)
#B6D7A6
(182,215,166)
#BDDAAE
(189,218,174)
#C4DDB6
(196,221,182)
#CBE0BE
(203,224,190)
#D2E3C6
(210,227,198)
#D9E6CE
(217,230,206)
#E0E9D6
(224,233,214)
#E7ECDE
(231,236,222)
#EEEFE6
(238,239,230)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD49E color. Also use rgb(175,212,158) instead hex code.

Text Font Color

.myTextColor { color: #AFD49E; }

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

This text font color is #AFD49E.


Background Color

.myBgColor { background-color: #AFD49E; }

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

This div background color is #AFD49E.


Border color

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

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

This div border color is #AFD49E.


Opacity

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

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

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

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

This text has shadow with #AFD49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD49E on black background.


Color preview on white background

This text has color #AFD49E on white background.



Black color preview on #AFD49E background

This text has black color on #AFD49E background.


White color preview on #AFD49E background

This text has white color on #AFD49E background.