COLOR #AFDDA7

HEX: #AFDDA7
RGB: (175,221,167)

Color info

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

RGB color model

#AFDDA7 color RGB value is (175,221,167).

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

RGB channels and saturation

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

175
221
167

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

Portions of RGB colors in percentages

R + G + B =
175 + 221 + 167 = 563 (100%)
R 175 of 563 ~ 31.08%
G 221 of 563 ~ 39.25%
B 167 of 563 ~ 29.66%

%31.08
%39.25
%29.66

CMYK color model

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

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

CMYK percentages

%20.81
%0
%24.43
%13.33

Codes

Color #AFDDA7 in popluar color models

AFDDA7
RGB175221167
HSL111°44.26%76.08%
HSB/HSV111°24.43%86.67%
CMYK20.81%0.00%24.43%
13.33%

Color #AFDDA7 in popluar number systems.

HEXAFDDA7
Decimal175221167
Binary101011111101110110100111
Octal257335247

Shades and tints

Shades of #AFDDA7

#AFDDA7
(175,221,167)
#A0C998
(160,201,152)
#91B589
(145,181,137)
#82A17A
(130,161,122)
#738D6B
(115,141,107)
#64795C
(100,121,92)
#55654D
(85,101,77)
#46513E
(70,81,62)
#373D2F
(55,61,47)
#282920
(40,41,32)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #AFDDA7

#AFDDA7
(175,221,167)
#B6E0AF
(182,224,175)
#BDE3B7
(189,227,183)
#C4E6BF
(196,230,191)
#CBE9C7
(203,233,199)
#D2ECCF
(210,236,207)
#D9EFD7
(217,239,215)
#E0F2DF
(224,242,223)
#E7F5E7
(231,245,231)
#EEF8EF
(238,248,239)
#F5FBF7
(245,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDDA7; }

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

This text font color is #AFDDA7.


Background Color

.myBgColor { background-color: #AFDDA7; }

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

This div background color is #AFDDA7.


Border color

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

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

This div border color is #AFDDA7.


Opacity

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

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

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

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

This text has shadow with #AFDDA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDDA7 on black background.


Color preview on white background

This text has color #AFDDA7 on white background.



Black color preview on #AFDDA7 background

This text has black color on #AFDDA7 background.


White color preview on #AFDDA7 background

This text has white color on #AFDDA7 background.