COLOR #AFD787

HEX: #AFD787 RGB: (175,215,135)

Color info

#AFD787 contains mainly red and green colors. Web safe color of #AFD787 is #99CC99 (or #9C9).

RGB color model

#AFD787 color RGB value is (175,215,135).

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

RGB channels and saturation

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

175
215
135

R + G + B ~ 69%. #AFD787 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 215 + 135 = 525 (100%)
R 175 of 525 ~ 33.33%
G 215 of 525 ~ 40.95%
B 135 of 525 ~ 25.71'%

%33.33
%40.95
%25.71

CMYK color model

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

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

CMYK: (19,0,37,16)
C19M0Y37K16 (19%, 0%, 37%, 16%)
(0.19 / 0.00 / 0.37 / 0.16)

CMYK percentages

%18.6
%0
%37.21
%15.69

Codes

Color #AFD787 in popluar color models

AF D7 87
RGB 175 215 135
HSL 90° 50.00% 68.63%
HSB/HSV 90° 37.21% 84.31%
CMYK 18.60% 0.00% 37.21%
15.69%

Color #AFD787 in popluar number systems.

HEX AF D7 87
Decimal 175 215 135
Binary 10101111 11010111 10000111
Octal 257 327 207

Shades and tints

Shades of #AFD787

#AFD787
(175,215,135)
#A0C47B
(160,196,123)
#91B16F
(145,177,111)
#829E63
(130,158,99)
#738B57
(115,139,87)
#64784B
(100,120,75)
#55653F
(85,101,63)
#465233
(70,82,51)
#373F27
(55,63,39)
#282C1B
(40,44,27)
#19190F
(25,25,15)
#000000
(0,0,0)

Tints of #AFD787

#AFD787
(175,215,135)
#B6DA91
(182,218,145)
#BDDD9B
(189,221,155)
#C4E0A5
(196,224,165)
#CBE3AF
(203,227,175)
#D2E6B9
(210,230,185)
#D9E9C3
(217,233,195)
#E0ECCD
(224,236,205)
#E7EFD7
(231,239,215)
#EEF2E1
(238,242,225)
#F5F5EB
(245,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD787; }

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

This text font color is #AFD787.

Background Color

.myBgColor { background-color: #AFD787; }

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

This div background color is #AFD787.

Border color

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

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

This div border color is #AFD787.

Opacity

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

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

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

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

This text has shadow with #AFD787 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFD787.

Preview

Color preview on black background

This text has color #AFD787 on black background.


Color preview on white background

This text has color #AFD787 on white background.


Black color preview on #AFD787 background

This text has black color on #AFD787 background.


White color preview on #AFD787 background

This text has white color on #AFD787 background.


Related colors

Complementary color

Complementary color for #hex is #502878.


I love getcolorcode.com

Triadic colors

1 #87AFD7 and #D787AF with #AFD787 are triadic colors.

2 #87D7AF and #D7AF87 with #AFD787 are triadic colors.