COLOR #AFD5A9

HEX: #AFD5A9
RGB: (175,213,169)

Color info

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

RGB color model

#AFD5A9 color RGB value is (175,213,169).

  • red value is 175;
  • green value is 213;
  • blue value is 169.
RGB:
(175,213,169)
(69%,84%,66%)

RGB channels and saturation

R 175 of 255 = 69%
G 213 of 255 = 84%
B 169 of 255 = 66%

175
213
169

R + G + B ~ 73%. #AFD5A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 213 + 169 = 557 (100%)
R 175 of 557 ~ 31.42%
G 213 of 557 ~ 38.24%
B 169 of 557 ~ 30.34%

%31.42
%38.24
%30.34

CMYK color model

#AFD5A9 color CMYK value is (18,0,21,16).

  • cyan value is 17.84%
  • magenta value is 0.00%
  • yellow value is 20.66%
  • key color value is 16.47%
CMYK:
(18,0,21,16)
C18M0Y21K16 
(18%,0%,21%,16%)
(0.18/0.00/0.21/0.16)	

CMYK percentages

%17.84
%0
%20.66
%16.47

Codes

Color #AFD5A9 in popluar color models

AFD5A9
RGB175213169
HSL112°34.38%74.90%
HSB/HSV112°20.66%83.53%
CMYK17.84%0.00%20.66%
16.47%

Color #AFD5A9 in popluar number systems.

HEXAFD5A9
Decimal175213169
Binary101011111101010110101001
Octal257325251

Shades and tints

Shades of #AFD5A9

#AFD5A9
(175,213,169)
#A0C29A
(160,194,154)
#91AF8B
(145,175,139)
#829C7C
(130,156,124)
#73896D
(115,137,109)
#64765E
(100,118,94)
#55634F
(85,99,79)
#465040
(70,80,64)
#373D31
(55,61,49)
#282A22
(40,42,34)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #AFD5A9

#AFD5A9
(175,213,169)
#B6D8B0
(182,216,176)
#BDDBB7
(189,219,183)
#C4DEBE
(196,222,190)
#CBE1C5
(203,225,197)
#D2E4CC
(210,228,204)
#D9E7D3
(217,231,211)
#E0EADA
(224,234,218)
#E7EDE1
(231,237,225)
#EEF0E8
(238,240,232)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD5A9 color. Also use rgb(175,213,169) instead hex code.

Text Font Color

.myTextColor { color: #AFD5A9; }

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

This text font color is #AFD5A9.


Background Color

.myBgColor { background-color: #AFD5A9; }

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

This div background color is #AFD5A9.


Border color

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

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

This div border color is #AFD5A9.


Opacity

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

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

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

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

This text has shadow with #AFD5A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD5A9 on black background.


Color preview on white background

This text has color #AFD5A9 on white background.



Black color preview on #AFD5A9 background

This text has black color on #AFD5A9 background.


White color preview on #AFD5A9 background

This text has white color on #AFD5A9 background.