COLOR #AFD0A7

HEX: #AFD0A7
RGB: (175,208,167)

Color info

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

RGB color model

#AFD0A7 color RGB value is (175,208,167).

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

RGB channels and saturation

R 175 of 255 = 69%
G 208 of 255 = 82%
B 167 of 255 = 65%

175
208
167

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

Portions of RGB colors in percentages

R + G + B =
175 + 208 + 167 = 550 (100%)
R 175 of 550 ~ 31.82%
G 208 of 550 ~ 37.82%
B 167 of 550 ~ 30.36%

%31.82
%37.82
%30.36

CMYK color model

#AFD0A7 color CMYK value is (16,0,20,18).

  • cyan value is 15.87%
  • magenta value is 0.00%
  • yellow value is 19.71%
  • key color value is 18.43%
CMYK:
(16,0,20,18)
C16M0Y20K18 
(16%,0%,20%,18%)
(0.16/0.00/0.20/0.18)	

CMYK percentages

%15.87
%0
%19.71
%18.43

Codes

Color #AFD0A7 in popluar color models

AFD0A7
RGB175208167
HSL108°30.37%73.53%
HSB/HSV108°19.71%81.57%
CMYK15.87%0.00%19.71%
18.43%

Color #AFD0A7 in popluar number systems.

HEXAFD0A7
Decimal175208167
Binary101011111101000010100111
Octal257320247

Shades and tints

Shades of #AFD0A7

#AFD0A7
(175,208,167)
#A0BE98
(160,190,152)
#91AC89
(145,172,137)
#829A7A
(130,154,122)
#73886B
(115,136,107)
#64765C
(100,118,92)
#55644D
(85,100,77)
#46523E
(70,82,62)
#37402F
(55,64,47)
#282E20
(40,46,32)
#191C11
(25,28,17)
#000000
(0,0,0)

Tints of #AFD0A7

#AFD0A7
(175,208,167)
#B6D4AF
(182,212,175)
#BDD8B7
(189,216,183)
#C4DCBF
(196,220,191)
#CBE0C7
(203,224,199)
#D2E4CF
(210,228,207)
#D9E8D7
(217,232,215)
#E0ECDF
(224,236,223)
#E7F0E7
(231,240,231)
#EEF4EF
(238,244,239)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD0A7; }

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

This text font color is #AFD0A7.


Background Color

.myBgColor { background-color: #AFD0A7; }

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

This div background color is #AFD0A7.


Border color

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

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

This div border color is #AFD0A7.


Opacity

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

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

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

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

This text has shadow with #AFD0A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD0A7 on black background.


Color preview on white background

This text has color #AFD0A7 on white background.



Black color preview on #AFD0A7 background

This text has black color on #AFD0A7 background.


White color preview on #AFD0A7 background

This text has white color on #AFD0A7 background.