COLOR #AFD7AF

HEX: #AFD7AF RGB: (175,215,175)

Color info

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

RGB color model

#AFD7AF color RGB value is (175,215,175).

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

RGB channels and saturation

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

175
215
175

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

Portions of RGB colors in percentages

R + G + B = 175 + 215 + 175 = 565 (100%)
R 175 of 565 ~ 30.97%
G 215 of 565 ~ 38.05%
B 175 of 565 ~ 30.97'%

%30.97
%38.05
%30.97

CMYK color model

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

  • cyan value is 18.60%
  • magenta value is 0.00%
  • yellow value is 18.60%
  • key color value is 15.69%

CMYK: (19,0,19,16)
C19M0Y19K16 (19%, 0%, 19%, 16%)
(0.19 / 0.00 / 0.19 / 0.16)

CMYK percentages

%18.6
%0
%18.6
%15.69

Codes

Color #AFD7AF in popluar color models

AF D7 AF
RGB 175 215 175
HSL 120° 33.33% 76.47%
HSB/HSV 120° 18.60% 84.31%
CMYK 18.60% 0.00% 18.60%
15.69%

Color #AFD7AF in popluar number systems.

HEX AF D7 AF
Decimal 175 215 175
Binary 10101111 11010111 10101111
Octal 257 327 257

Shades and tints

Shades of #AFD7AF

#AFD7AF
(175,215,175)
#A0C4A0
(160,196,160)
#91B191
(145,177,145)
#829E82
(130,158,130)
#738B73
(115,139,115)
#647864
(100,120,100)
#556555
(85,101,85)
#465246
(70,82,70)
#373F37
(55,63,55)
#282C28
(40,44,40)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #AFD7AF

#AFD7AF
(175,215,175)
#B6DAB6
(182,218,182)
#BDDDBD
(189,221,189)
#C4E0C4
(196,224,196)
#CBE3CB
(203,227,203)
#D2E6D2
(210,230,210)
#D9E9D9
(217,233,217)
#E0ECE0
(224,236,224)
#E7EFE7
(231,239,231)
#EEF2EE
(238,242,238)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD7AF; }

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

This text font color is #AFD7AF.

Background Color

.myBgColor { background-color: #AFD7AF; }

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

This div background color is #AFD7AF.

Border color

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

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

This div border color is #AFD7AF.

Opacity

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

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

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

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

This text has shadow with #AFD7AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFD7AF.

Preview

Color preview on black background

This text has color #AFD7AF on black background.


Color preview on white background

This text has color #AFD7AF on white background.


Black color preview on #AFD7AF background

This text has black color on #AFD7AF background.


White color preview on #AFD7AF background

This text has white color on #AFD7AF background.


Related colors

Complementary color

Complementary color for #hex is #502850.


I love getcolorcode.com

Triadic colors

1 #AFAFD7 and #D7AFAF with #AFD7AF are triadic colors.

2 #AFD7AF and #D7AFAF with #AFD7AF are triadic colors.