COLOR #AFDAA8

HEX: #AFDAA8
RGB: (175,218,168)

Color info

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

RGB color model

#AFDAA8 color RGB value is (175,218,168).

  • red value is 175;
  • green value is 218;
  • blue value is 168.
RGB:
(175,218,168)
(69%,85%,66%)

RGB channels and saturation

R 175 of 255 = 69%
G 218 of 255 = 85%
B 168 of 255 = 66%

175
218
168

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

Portions of RGB colors in percentages

R + G + B =
175 + 218 + 168 = 561 (100%)
R 175 of 561 ~ 31.19%
G 218 of 561 ~ 38.86%
B 168 of 561 ~ 29.95%

%31.19
%38.86
%29.95

CMYK color model

#AFDAA8 color CMYK value is (20,0,23,15).

  • cyan value is 19.72%
  • magenta value is 0.00%
  • yellow value is 22.94%
  • key color value is 14.51%
CMYK:
(20,0,23,15)
C20M0Y23K15 
(20%,0%,23%,15%)
(0.20/0.00/0.23/0.15)	

CMYK percentages

%19.72
%0
%22.94
%14.51

Codes

Color #AFDAA8 in popluar color models

AFDAA8
RGB175218168
HSL112°40.32%75.69%
HSB/HSV112°22.94%85.49%
CMYK19.72%0.00%22.94%
14.51%

Color #AFDAA8 in popluar number systems.

HEXAFDAA8
Decimal175218168
Binary101011111101101010101000
Octal257332250

Shades and tints

Shades of #AFDAA8

#AFDAA8
(175,218,168)
#A0C799
(160,199,153)
#91B48A
(145,180,138)
#82A17B
(130,161,123)
#738E6C
(115,142,108)
#647B5D
(100,123,93)
#55684E
(85,104,78)
#46553F
(70,85,63)
#374230
(55,66,48)
#282F21
(40,47,33)
#191C12
(25,28,18)
#000000
(0,0,0)

Tints of #AFDAA8

#AFDAA8
(175,218,168)
#B6DDAF
(182,221,175)
#BDE0B6
(189,224,182)
#C4E3BD
(196,227,189)
#CBE6C4
(203,230,196)
#D2E9CB
(210,233,203)
#D9ECD2
(217,236,210)
#E0EFD9
(224,239,217)
#E7F2E0
(231,242,224)
#EEF5E7
(238,245,231)
#F5F8EE
(245,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDAA8; }

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

This text font color is #AFDAA8.


Background Color

.myBgColor { background-color: #AFDAA8; }

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

This div background color is #AFDAA8.


Border color

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

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

This div border color is #AFDAA8.


Opacity

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

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

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

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

This text has shadow with #AFDAA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDAA8 on black background.


Color preview on white background

This text has color #AFDAA8 on white background.



Black color preview on #AFDAA8 background

This text has black color on #AFDAA8 background.


White color preview on #AFDAA8 background

This text has white color on #AFDAA8 background.