COLOR #AFD984

HEX: #AFD984 RGB: (175,217,132)

Color info

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

RGB color model

#AFD984 color RGB value is (175,217,132).

RGB: (175,217,132) (69%, 85%, 52%)

RGB channels and saturation

R 175 of 255 = 69%
G 217 of 255 = 85%
B 132 of 255 = 52%

175
217
132

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

Portions of RGB colors in percentages

R + G + B = 175 + 217 + 132 = 524 (100%)
R 175 of 524 ~ 33.4%
G 217 of 524 ~ 41.41%
B 132 of 524 ~ 25.19'%

%33.4
%41.41
%25.19

CMYK color model

#AFD984 color CMYK value is (19,0,39,15).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 39.17%
  • key color value is 14.90%

CMYK: (19,0,39,15)
C19M0Y39K15 (19%, 0%, 39%, 15%)
(0.19 / 0.00 / 0.39 / 0.15)

CMYK percentages

%19.35
%0
%39.17
%14.9

Codes

Color #AFD984 in popluar color models

AF D9 84
RGB 175 217 132
HSL 90° 52.80% 68.43%
HSB/HSV 90° 39.17% 85.10%
CMYK 19.35% 0.00% 39.17%
14.90%

Color #AFD984 in popluar number systems.

HEX AF D9 84
Decimal 175 217 132
Binary 10101111 11011001 10000100
Octal 257 331 204

Shades and tints

Shades of #AFD984

#AFD984
(175,217,132)
#A0C678
(160,198,120)
#91B36C
(145,179,108)
#82A060
(130,160,96)
#738D54
(115,141,84)
#647A48
(100,122,72)
#55673C
(85,103,60)
#465430
(70,84,48)
#374124
(55,65,36)
#282E18
(40,46,24)
#191B0C
(25,27,12)
#000000
(0,0,0)

Tints of #AFD984

#AFD984
(175,217,132)
#B6DC8F
(182,220,143)
#BDDF9A
(189,223,154)
#C4E2A5
(196,226,165)
#CBE5B0
(203,229,176)
#D2E8BB
(210,232,187)
#D9EBC6
(217,235,198)
#E0EED1
(224,238,209)
#E7F1DC
(231,241,220)
#EEF4E7
(238,244,231)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD984; }

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

This text font color is #AFD984.

Background Color

.myBgColor { background-color: #AFD984; }

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

This div background color is #AFD984.

Border color

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

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

This div border color is #AFD984.

Opacity

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

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

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

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

This text has shadow with #AFD984 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFD984.

Preview

Color preview on black background

This text has color #AFD984 on black background.


Color preview on white background

This text has color #AFD984 on white background.


Black color preview on #AFD984 background

This text has black color on #AFD984 background.


White color preview on #AFD984 background

This text has white color on #AFD984 background.


Related colors

Complementary color

Complementary color for #hex is #50267B.


I love getcolorcode.com

Triadic colors

1 #84AFD9 and #D984AF with #AFD984 are triadic colors.

2 #84D9AF and #D9AF84 with #AFD984 are triadic colors.