COLOR #AFDDAF

HEX: #AFDDAF
RGB: (175,221,175)

Color info

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

RGB color model

#AFDDAF color RGB value is (175,221,175).

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

RGB channels and saturation

R 175 of 255 = 69%
G 221 of 255 = 87%
B 175 of 255 = 69%

175
221
175

R + G + B ~ 75%. #AFDDAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 221 + 175 = 571 (100%)
R 175 of 571 ~ 30.65%
G 221 of 571 ~ 38.7%
B 175 of 571 ~ 30.65%

%30.65
%38.7
%30.65

CMYK color model

#AFDDAF color CMYK value is (21,0,21,13).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 20.81%
  • key color value is 13.33%
CMYK:
(21,0,21,13)
C21M0Y21K13 
(21%,0%,21%,13%)
(0.21/0.00/0.21/0.13)	

CMYK percentages

%20.81
%0
%20.81
%13.33

Codes

Color #AFDDAF in popluar color models

AFDDAF
RGB175221175
HSL120°40.35%77.65%
HSB/HSV120°20.81%86.67%
CMYK20.81%0.00%20.81%
13.33%

Color #AFDDAF in popluar number systems.

HEXAFDDAF
Decimal175221175
Binary101011111101110110101111
Octal257335257

Shades and tints

Shades of #AFDDAF

#AFDDAF
(175,221,175)
#A0C9A0
(160,201,160)
#91B591
(145,181,145)
#82A182
(130,161,130)
#738D73
(115,141,115)
#647964
(100,121,100)
#556555
(85,101,85)
#465146
(70,81,70)
#373D37
(55,61,55)
#282928
(40,41,40)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #AFDDAF

#AFDDAF
(175,221,175)
#B6E0B6
(182,224,182)
#BDE3BD
(189,227,189)
#C4E6C4
(196,230,196)
#CBE9CB
(203,233,203)
#D2ECD2
(210,236,210)
#D9EFD9
(217,239,217)
#E0F2E0
(224,242,224)
#E7F5E7
(231,245,231)
#EEF8EE
(238,248,238)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDDAF; }

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

This text font color is #AFDDAF.


Background Color

.myBgColor { background-color: #AFDDAF; }

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

This div background color is #AFDDAF.


Border color

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

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

This div border color is #AFDDAF.


Opacity

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

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

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

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

This text has shadow with #AFDDAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDDAF on black background.


Color preview on white background

This text has color #AFDDAF on white background.



Black color preview on #AFDDAF background

This text has black color on #AFDDAF background.


White color preview on #AFDDAF background

This text has white color on #AFDDAF background.