COLOR #AFD2AF

HEX: #AFD2AF
RGB: (175,210,175)

Color info

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

RGB color model

#AFD2AF color RGB value is (175,210,175).

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

RGB channels and saturation

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

175
210
175

R + G + B ~ 73%. #AFD2AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 210 + 175 = 560 (100%)
R 175 of 560 ~ 31.25%
G 210 of 560 ~ 37.5%
B 175 of 560 ~ 31.25%

%31.25
%37.5
%31.25

CMYK color model

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

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

CMYK percentages

%16.67
%0
%16.67
%17.65

Codes

Color #AFD2AF in popluar color models

AFD2AF
RGB175210175
HSL120°28.00%75.49%
HSB/HSV120°16.67%82.35%
CMYK16.67%0.00%16.67%
17.65%

Color #AFD2AF in popluar number systems.

HEXAFD2AF
Decimal175210175
Binary101011111101001010101111
Octal257322257

Shades and tints

Shades of #AFD2AF

#AFD2AF
(175,210,175)
#A0BFA0
(160,191,160)
#91AC91
(145,172,145)
#829982
(130,153,130)
#738673
(115,134,115)
#647364
(100,115,100)
#556055
(85,96,85)
#464D46
(70,77,70)
#373A37
(55,58,55)
#282728
(40,39,40)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #AFD2AF

#AFD2AF
(175,210,175)
#B6D6B6
(182,214,182)
#BDDABD
(189,218,189)
#C4DEC4
(196,222,196)
#CBE2CB
(203,226,203)
#D2E6D2
(210,230,210)
#D9EAD9
(217,234,217)
#E0EEE0
(224,238,224)
#E7F2E7
(231,242,231)
#EEF6EE
(238,246,238)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD2AF; }

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

This text font color is #AFD2AF.


Background Color

.myBgColor { background-color: #AFD2AF; }

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

This div background color is #AFD2AF.


Border color

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

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

This div border color is #AFD2AF.


Opacity

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

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

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

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

This text has shadow with #AFD2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD2AF on black background.


Color preview on white background

This text has color #AFD2AF on white background.



Black color preview on #AFD2AF background

This text has black color on #AFD2AF background.


White color preview on #AFD2AF background

This text has white color on #AFD2AF background.