COLOR #AFD7A3

HEX: #AFD7A3 RGB: (175,215,163)

Color info

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

RGB color model

#AFD7A3 color RGB value is (175,215,163).

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

RGB channels and saturation

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

175
215
163

R + G + B ~ 72%. #AFD7A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 215 + 163 = 553 (100%)
R 175 of 553 ~ 31.65%
G 215 of 553 ~ 38.88%
B 163 of 553 ~ 29.48'%

%31.65
%38.88
%29.48

CMYK color model

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

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

CMYK: (19,0,24,16)
C19M0Y24K16 (19%, 0%, 24%, 16%)
(0.19 / 0.00 / 0.24 / 0.16)

CMYK percentages

%18.6
%0
%24.19
%15.69

Codes

Color #AFD7A3 in popluar color models

AF D7 A3
RGB 175 215 163
HSL 106° 39.39% 74.12%
HSB/HSV 106° 24.19% 84.31%
CMYK 18.60% 0.00% 24.19%
15.69%

Color #AFD7A3 in popluar number systems.

HEX AF D7 A3
Decimal 175 215 163
Binary 10101111 11010111 10100011
Octal 257 327 243

Shades and tints

Shades of #AFD7A3

#AFD7A3
(175,215,163)
#A0C495
(160,196,149)
#91B187
(145,177,135)
#829E79
(130,158,121)
#738B6B
(115,139,107)
#64785D
(100,120,93)
#55654F
(85,101,79)
#465241
(70,82,65)
#373F33
(55,63,51)
#282C25
(40,44,37)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #AFD7A3

#AFD7A3
(175,215,163)
#B6DAAB
(182,218,171)
#BDDDB3
(189,221,179)
#C4E0BB
(196,224,187)
#CBE3C3
(203,227,195)
#D2E6CB
(210,230,203)
#D9E9D3
(217,233,211)
#E0ECDB
(224,236,219)
#E7EFE3
(231,239,227)
#EEF2EB
(238,242,235)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD7A3; }

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

This text font color is #AFD7A3.

Background Color

.myBgColor { background-color: #AFD7A3; }

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

This div background color is #AFD7A3.

Border color

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

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

This div border color is #AFD7A3.

Opacity

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

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

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

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

This text has shadow with #AFD7A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFD7A3.

Preview

Color preview on black background

This text has color #AFD7A3 on black background.


Color preview on white background

This text has color #AFD7A3 on white background.


Black color preview on #AFD7A3 background

This text has black color on #AFD7A3 background.


White color preview on #AFD7A3 background

This text has white color on #AFD7A3 background.


Related colors

Complementary color

Complementary color for #hex is #50285C.


I love getcolorcode.com

Triadic colors

1 #A3AFD7 and #D7A3AF with #AFD7A3 are triadic colors.

2 #A3D7AF and #D7AFA3 with #AFD7A3 are triadic colors.