COLOR #AFD1A1

HEX: #AFD1A1
RGB: (175,209,161)

Color info

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

RGB color model

#AFD1A1 color RGB value is (175,209,161).

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

RGB channels and saturation

R 175 of 255 = 69%
G 209 of 255 = 82%
B 161 of 255 = 63%

175
209
161

R + G + B ~ 71%. #AFD1A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 209 + 161 = 545 (100%)
R 175 of 545 ~ 32.11%
G 209 of 545 ~ 38.35%
B 161 of 545 ~ 29.54%

%32.11
%38.35
%29.54

CMYK color model

#AFD1A1 color CMYK value is (16,0,23,18).

  • cyan value is 16.27%
  • magenta value is 0.00%
  • yellow value is 22.97%
  • key color value is 18.04%
CMYK:
(16,0,23,18)
C16M0Y23K18 
(16%,0%,23%,18%)
(0.16/0.00/0.23/0.18)	

CMYK percentages

%16.27
%0
%22.97
%18.04

Codes

Color #AFD1A1 in popluar color models

AFD1A1
RGB175209161
HSL103°34.29%72.55%
HSB/HSV103°22.97%81.96%
CMYK16.27%0.00%22.97%
18.04%

Color #AFD1A1 in popluar number systems.

HEXAFD1A1
Decimal175209161
Binary101011111101000110100001
Octal257321241

Shades and tints

Shades of #AFD1A1

#AFD1A1
(175,209,161)
#A0BE93
(160,190,147)
#91AB85
(145,171,133)
#829877
(130,152,119)
#738569
(115,133,105)
#64725B
(100,114,91)
#555F4D
(85,95,77)
#464C3F
(70,76,63)
#373931
(55,57,49)
#282623
(40,38,35)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #AFD1A1

#AFD1A1
(175,209,161)
#B6D5A9
(182,213,169)
#BDD9B1
(189,217,177)
#C4DDB9
(196,221,185)
#CBE1C1
(203,225,193)
#D2E5C9
(210,229,201)
#D9E9D1
(217,233,209)
#E0EDD9
(224,237,217)
#E7F1E1
(231,241,225)
#EEF5E9
(238,245,233)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD1A1; }

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

This text font color is #AFD1A1.


Background Color

.myBgColor { background-color: #AFD1A1; }

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

This div background color is #AFD1A1.


Border color

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

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

This div border color is #AFD1A1.


Opacity

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

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

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

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

This text has shadow with #AFD1A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD1A1 on black background.


Color preview on white background

This text has color #AFD1A1 on white background.



Black color preview on #AFD1A1 background

This text has black color on #AFD1A1 background.


White color preview on #AFD1A1 background

This text has white color on #AFD1A1 background.