COLOR #AFD1AD

HEX: #AFD1AD
RGB: (175,209,173)

Color info

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

RGB color model

#AFD1AD color RGB value is (175,209,173).

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

RGB channels and saturation

R 175 of 255 = 69%
G 209 of 255 = 82%
B 173 of 255 = 68%

175
209
173

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

Portions of RGB colors in percentages

R + G + B =
175 + 209 + 173 = 557 (100%)
R 175 of 557 ~ 31.42%
G 209 of 557 ~ 37.52%
B 173 of 557 ~ 31.06%

%31.42
%37.52
%31.06

CMYK color model

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

  • cyan value is 16.27%
  • magenta value is 0.00%
  • yellow value is 17.22%
  • key color value is 18.04%
CMYK:
(16,0,17,18)
C16M0Y17K18 
(16%,0%,17%,18%)
(0.16/0.00/0.17/0.18)	

CMYK percentages

%16.27
%0
%17.22
%18.04

Codes

Color #AFD1AD in popluar color models

AFD1AD
RGB175209173
HSL117°28.13%74.90%
HSB/HSV117°17.22%81.96%
CMYK16.27%0.00%17.22%
18.04%

Color #AFD1AD in popluar number systems.

HEXAFD1AD
Decimal175209173
Binary101011111101000110101101
Octal257321255

Shades and tints

Shades of #AFD1AD

#AFD1AD
(175,209,173)
#A0BE9E
(160,190,158)
#91AB8F
(145,171,143)
#829880
(130,152,128)
#738571
(115,133,113)
#647262
(100,114,98)
#555F53
(85,95,83)
#464C44
(70,76,68)
#373935
(55,57,53)
#282626
(40,38,38)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #AFD1AD

#AFD1AD
(175,209,173)
#B6D5B4
(182,213,180)
#BDD9BB
(189,217,187)
#C4DDC2
(196,221,194)
#CBE1C9
(203,225,201)
#D2E5D0
(210,229,208)
#D9E9D7
(217,233,215)
#E0EDDE
(224,237,222)
#E7F1E5
(231,241,229)
#EEF5EC
(238,245,236)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD1AD; }

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

This text font color is #AFD1AD.


Background Color

.myBgColor { background-color: #AFD1AD; }

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

This div background color is #AFD1AD.


Border color

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

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

This div border color is #AFD1AD.


Opacity

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

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

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

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

This text has shadow with #AFD1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD1AD on black background.


Color preview on white background

This text has color #AFD1AD on white background.



Black color preview on #AFD1AD background

This text has black color on #AFD1AD background.


White color preview on #AFD1AD background

This text has white color on #AFD1AD background.