COLOR #AFD8AD

HEX: #AFD8AD RGB: (175,216,173)

Color info

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

RGB color model

#AFD8AD color RGB value is (175,216,173).

RGB: (175,216,173) (69%, 85%, 68%)

RGB channels and saturation

R 175 of 255 = 69%
G 216 of 255 = 85%
B 173 of 255 = 68%

175
216
173

R + G + B ~ 74%. #AFD8AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 216 + 173 = 564 (100%)
R 175 of 564 ~ 31.03%
G 216 of 564 ~ 38.3%
B 173 of 564 ~ 30.67'%

%31.03
%38.3
%30.67

CMYK color model

#AFD8AD color CMYK value is (19,0,20,15).

  • cyan value is 18.98%
  • magenta value is 0.00%
  • yellow value is 19.91%
  • key color value is 15.29%

CMYK: (19,0,20,15)
C19M0Y20K15 (19%, 0%, 20%, 15%)
(0.19 / 0.00 / 0.20 / 0.15)

CMYK percentages

%18.98
%0
%19.91
%15.29

Codes

Color #AFD8AD in popluar color models

AF D8 AD
RGB 175 216 173
HSL 117° 35.54% 76.27%
HSB/HSV 117° 19.91% 84.71%
CMYK 18.98% 0.00% 19.91%
15.29%

Color #AFD8AD in popluar number systems.

HEX AF D8 AD
Decimal 175 216 173
Binary 10101111 11011000 10101101
Octal 257 330 255

Shades and tints

Shades of #AFD8AD

#AFD8AD
(175,216,173)
#A0C59E
(160,197,158)
#91B28F
(145,178,143)
#829F80
(130,159,128)
#738C71
(115,140,113)
#647962
(100,121,98)
#556653
(85,102,83)
#465344
(70,83,68)
#374035
(55,64,53)
#282D26
(40,45,38)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #AFD8AD

#AFD8AD
(175,216,173)
#B6DBB4
(182,219,180)
#BDDEBB
(189,222,187)
#C4E1C2
(196,225,194)
#CBE4C9
(203,228,201)
#D2E7D0
(210,231,208)
#D9EAD7
(217,234,215)
#E0EDDE
(224,237,222)
#E7F0E5
(231,240,229)
#EEF3EC
(238,243,236)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD8AD; }

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

This text font color is #AFD8AD.

Background Color

.myBgColor { background-color: #AFD8AD; }

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

This div background color is #AFD8AD.

Border color

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

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

This div border color is #AFD8AD.

Opacity

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

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

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

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

This text has shadow with #AFD8AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFD8AD.

Preview

Color preview on black background

This text has color #AFD8AD on black background.


Color preview on white background

This text has color #AFD8AD on white background.


Black color preview on #AFD8AD background

This text has black color on #AFD8AD background.


White color preview on #AFD8AD background

This text has white color on #AFD8AD background.


Related colors

Complementary color

Complementary color for #hex is #502752.


I love getcolorcode.com

Triadic colors

1 #ADAFD8 and #D8ADAF with #AFD8AD are triadic colors.

2 #ADD8AF and #D8AFAD with #AFD8AD are triadic colors.