COLOR #AFD7AA

HEX: #AFD7AA RGB: (175,215,170)

Color info

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

RGB color model

#AFD7AA color RGB value is (175,215,170).

RGB: (175,215,170) (69%, 84%, 67%)

RGB channels and saturation

R 175 of 255 = 69%
G 215 of 255 = 84%
B 170 of 255 = 67%

175
215
170

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

Portions of RGB colors in percentages

R + G + B = 175 + 215 + 170 = 560 (100%)
R 175 of 560 ~ 31.25%
G 215 of 560 ~ 38.39%
B 170 of 560 ~ 30.36'%

%31.25
%38.39
%30.36

CMYK color model

#AFD7AA color CMYK value is (19,0,21,16).

  • cyan value is 18.60%
  • magenta value is 0.00%
  • yellow value is 20.93%
  • key color value is 15.69%
CMYK: (19,0,21,16) C19M0Y21K16 (19%,0%,21%,16%) (0.19/0.00/0.21/0.16) 

CMYK percentages

%18.6
%0
%20.93
%15.69

Codes

Color #AFD7AA in popluar color models

AF D7 AA
RGB 175 215 170
HSL 113° 36.00% 75.49%
HSB/HSV 113° 20.93% 84.31%
CMYK 18.60% 0.00% 20.93%
15.69%

Color #AFD7AA in popluar number systems.

HEX AF D7 AA
Decimal 175 215 170
Binary 10101111 11010111 10101010
Octal 257 327 252

Shades and tints

Shades of #AFD7AA

#AFD7AA
(175,215,170)
#A0C49B
(160,196,155)
#91B18C
(145,177,140)
#829E7D
(130,158,125)
#738B6E
(115,139,110)
#64785F
(100,120,95)
#556550
(85,101,80)
#465241
(70,82,65)
#373F32
(55,63,50)
#282C23
(40,44,35)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #AFD7AA

#AFD7AA
(175,215,170)
#B6DAB1
(182,218,177)
#BDDDB8
(189,221,184)
#C4E0BF
(196,224,191)
#CBE3C6
(203,227,198)
#D2E6CD
(210,230,205)
#D9E9D4
(217,233,212)
#E0ECDB
(224,236,219)
#E7EFE2
(231,239,226)
#EEF2E9
(238,242,233)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD7AA; }

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

This text font color is #AFD7AA.

Background Color

.myBgColor { background-color: #AFD7AA; }

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

This div background color is #AFD7AA.

Border color

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

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

This div border color is #AFD7AA.

Opacity

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

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

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

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

This text has shadow with #AFD7AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFD7AA.

Preview

Color preview on black background

This text has color #AFD7AA on black background.


Color preview on white background

This text has color #AFD7AA on white background.


Black color preview on #AFD7AA background

This text has black color on #AFD7AA background.


White color preview on #AFD7AA background

This text has white color on #AFD7AA background.


Related colors

Complementary color

Complementary color for #hex is #502855.


I love getcolorcode.com

Triadic colors

1 #AAAFD7 and #D7AAAF with #AFD7AA are triadic colors.

2 #AAD7AF and #D7AFAA with #AFD7AA are triadic colors.