COLOR #AFD286

HEX: #AFD286
RGB: (175,210,134)

Color info

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

RGB color model

#AFD286 color RGB value is (175,210,134).

  • red value is 175;
  • green value is 210;
  • blue value is 134.
RGB:
(175,210,134)
(69%,82%,53%)

RGB channels and saturation

R 175 of 255 = 69%
G 210 of 255 = 82%
B 134 of 255 = 53%

175
210
134

R + G + B ~ 68%. #AFD286 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 210 + 134 = 519 (100%)
R 175 of 519 ~ 33.72%
G 210 of 519 ~ 40.46%
B 134 of 519 ~ 25.82%

%33.72
%40.46
%25.82

CMYK color model

#AFD286 color CMYK value is (17,0,36,18).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 36.19%
  • key color value is 17.65%
CMYK:
(17,0,36,18)
C17M0Y36K18 
(17%,0%,36%,18%)
(0.17/0.00/0.36/0.18)	

CMYK percentages

%16.67
%0
%36.19
%17.65

Codes

Color #AFD286 in popluar color models

AFD286
RGB175210134
HSL88°45.78%67.45%
HSB/HSV88°36.19%82.35%
CMYK16.67%0.00%36.19%
17.65%

Color #AFD286 in popluar number systems.

HEXAFD286
Decimal175210134
Binary101011111101001010000110
Octal257322206

Shades and tints

Shades of #AFD286

#AFD286
(175,210,134)
#A0BF7A
(160,191,122)
#91AC6E
(145,172,110)
#829962
(130,153,98)
#738656
(115,134,86)
#64734A
(100,115,74)
#55603E
(85,96,62)
#464D32
(70,77,50)
#373A26
(55,58,38)
#28271A
(40,39,26)
#19140E
(25,20,14)
#000000
(0,0,0)

Tints of #AFD286

#AFD286
(175,210,134)
#B6D691
(182,214,145)
#BDDA9C
(189,218,156)
#C4DEA7
(196,222,167)
#CBE2B2
(203,226,178)
#D2E6BD
(210,230,189)
#D9EAC8
(217,234,200)
#E0EED3
(224,238,211)
#E7F2DE
(231,242,222)
#EEF6E9
(238,246,233)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD286; }

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

This text font color is #AFD286.


Background Color

.myBgColor { background-color: #AFD286; }

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

This div background color is #AFD286.


Border color

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

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

This div border color is #AFD286.


Opacity

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

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

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

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

This text has shadow with #AFD286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD286 on black background.


Color preview on white background

This text has color #AFD286 on white background.



Black color preview on #AFD286 background

This text has black color on #AFD286 background.


White color preview on #AFD286 background

This text has white color on #AFD286 background.