COLOR #AFD5AC

HEX: #AFD5AC
RGB: (175,213,172)

Color info

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

RGB color model

#AFD5AC color RGB value is (175,213,172).

  • red value is 175;
  • green value is 213;
  • blue value is 172.
RGB:
(175,213,172)
(69%,84%,67%)

RGB channels and saturation

R 175 of 255 = 69%
G 213 of 255 = 84%
B 172 of 255 = 67%

175
213
172

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

Portions of RGB colors in percentages

R + G + B =
175 + 213 + 172 = 560 (100%)
R 175 of 560 ~ 31.25%
G 213 of 560 ~ 38.04%
B 172 of 560 ~ 30.71%

%31.25
%38.04
%30.71

CMYK color model

#AFD5AC color CMYK value is (18,0,19,16).

  • cyan value is 17.84%
  • magenta value is 0.00%
  • yellow value is 19.25%
  • key color value is 16.47%
CMYK:
(18,0,19,16)
C18M0Y19K16 
(18%,0%,19%,16%)
(0.18/0.00/0.19/0.16)	

CMYK percentages

%17.84
%0
%19.25
%16.47

Codes

Color #AFD5AC in popluar color models

AFD5AC
RGB175213172
HSL116°32.80%75.49%
HSB/HSV116°19.25%83.53%
CMYK17.84%0.00%19.25%
16.47%

Color #AFD5AC in popluar number systems.

HEXAFD5AC
Decimal175213172
Binary101011111101010110101100
Octal257325254

Shades and tints

Shades of #AFD5AC

#AFD5AC
(175,213,172)
#A0C29D
(160,194,157)
#91AF8E
(145,175,142)
#829C7F
(130,156,127)
#738970
(115,137,112)
#647661
(100,118,97)
#556352
(85,99,82)
#465043
(70,80,67)
#373D34
(55,61,52)
#282A25
(40,42,37)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #AFD5AC

#AFD5AC
(175,213,172)
#B6D8B3
(182,216,179)
#BDDBBA
(189,219,186)
#C4DEC1
(196,222,193)
#CBE1C8
(203,225,200)
#D2E4CF
(210,228,207)
#D9E7D6
(217,231,214)
#E0EADD
(224,234,221)
#E7EDE4
(231,237,228)
#EEF0EB
(238,240,235)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD5AC color. Also use rgb(175,213,172) instead hex code.

Text Font Color

.myTextColor { color: #AFD5AC; }

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

This text font color is #AFD5AC.


Background Color

.myBgColor { background-color: #AFD5AC; }

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

This div background color is #AFD5AC.


Border color

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

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

This div border color is #AFD5AC.


Opacity

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

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

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

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

This text has shadow with #AFD5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD5AC on black background.


Color preview on white background

This text has color #AFD5AC on white background.



Black color preview on #AFD5AC background

This text has black color on #AFD5AC background.


White color preview on #AFD5AC background

This text has white color on #AFD5AC background.