COLOR #AFDFA9

HEX: #AFDFA9
RGB: (175,223,169)

Color info

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

RGB color model

#AFDFA9 color RGB value is (175,223,169).

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

RGB channels and saturation

R 175 of 255 = 69%
G 223 of 255 = 87%
B 169 of 255 = 66%

175
223
169

R + G + B ~ 74%. #AFDFA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 223 + 169 = 567 (100%)
R 175 of 567 ~ 30.86%
G 223 of 567 ~ 39.33%
B 169 of 567 ~ 29.81%

%30.86
%39.33
%29.81

CMYK color model

#AFDFA9 color CMYK value is (22,0,24,13).

  • cyan value is 21.52%
  • magenta value is 0.00%
  • yellow value is 24.22%
  • key color value is 12.55%
CMYK:
(22,0,24,13)
C22M0Y24K13 
(22%,0%,24%,13%)
(0.22/0.00/0.24/0.13)	

CMYK percentages

%21.52
%0
%24.22
%12.55

Codes

Color #AFDFA9 in popluar color models

AFDFA9
RGB175223169
HSL113°45.76%76.86%
HSB/HSV113°24.22%87.45%
CMYK21.52%0.00%24.22%
12.55%

Color #AFDFA9 in popluar number systems.

HEXAFDFA9
Decimal175223169
Binary101011111101111110101001
Octal257337251

Shades and tints

Shades of #AFDFA9

#AFDFA9
(175,223,169)
#A0CB9A
(160,203,154)
#91B78B
(145,183,139)
#82A37C
(130,163,124)
#738F6D
(115,143,109)
#647B5E
(100,123,94)
#55674F
(85,103,79)
#465340
(70,83,64)
#373F31
(55,63,49)
#282B22
(40,43,34)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #AFDFA9

#AFDFA9
(175,223,169)
#B6E1B0
(182,225,176)
#BDE3B7
(189,227,183)
#C4E5BE
(196,229,190)
#CBE7C5
(203,231,197)
#D2E9CC
(210,233,204)
#D9EBD3
(217,235,211)
#E0EDDA
(224,237,218)
#E7EFE1
(231,239,225)
#EEF1E8
(238,241,232)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDFA9; }

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

This text font color is #AFDFA9.


Background Color

.myBgColor { background-color: #AFDFA9; }

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

This div background color is #AFDFA9.


Border color

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

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

This div border color is #AFDFA9.


Opacity

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

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

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

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

This text has shadow with #AFDFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDFA9 on black background.


Color preview on white background

This text has color #AFDFA9 on white background.



Black color preview on #AFDFA9 background

This text has black color on #AFDFA9 background.


White color preview on #AFDFA9 background

This text has white color on #AFDFA9 background.