COLOR #AFD2A4

HEX: #AFD2A4
RGB: (175,210,164)

Color info

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

RGB color model

#AFD2A4 color RGB value is (175,210,164).

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

RGB channels and saturation

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

175
210
164

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

Portions of RGB colors in percentages

R + G + B =
175 + 210 + 164 = 549 (100%)
R 175 of 549 ~ 31.88%
G 210 of 549 ~ 38.25%
B 164 of 549 ~ 29.87%

%31.88
%38.25
%29.87

CMYK color model

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

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

CMYK percentages

%16.67
%0
%21.9
%17.65

Codes

Color #AFD2A4 in popluar color models

AFD2A4
RGB175210164
HSL106°33.82%73.33%
HSB/HSV106°21.90%82.35%
CMYK16.67%0.00%21.90%
17.65%

Color #AFD2A4 in popluar number systems.

HEXAFD2A4
Decimal175210164
Binary101011111101001010100100
Octal257322244

Shades and tints

Shades of #AFD2A4

#AFD2A4
(175,210,164)
#A0BF96
(160,191,150)
#91AC88
(145,172,136)
#82997A
(130,153,122)
#73866C
(115,134,108)
#64735E
(100,115,94)
#556050
(85,96,80)
#464D42
(70,77,66)
#373A34
(55,58,52)
#282726
(40,39,38)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #AFD2A4

#AFD2A4
(175,210,164)
#B6D6AC
(182,214,172)
#BDDAB4
(189,218,180)
#C4DEBC
(196,222,188)
#CBE2C4
(203,226,196)
#D2E6CC
(210,230,204)
#D9EAD4
(217,234,212)
#E0EEDC
(224,238,220)
#E7F2E4
(231,242,228)
#EEF6EC
(238,246,236)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD2A4; }

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

This text font color is #AFD2A4.


Background Color

.myBgColor { background-color: #AFD2A4; }

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

This div background color is #AFD2A4.


Border color

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

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

This div border color is #AFD2A4.


Opacity

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

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

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

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

This text has shadow with #AFD2A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD2A4 on black background.


Color preview on white background

This text has color #AFD2A4 on white background.



Black color preview on #AFD2A4 background

This text has black color on #AFD2A4 background.


White color preview on #AFD2A4 background

This text has white color on #AFD2A4 background.