COLOR #AFC7AD

HEX: #AFC7AD
RGB: (175,199,173)

Color info

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

RGB color model

#AFC7AD color RGB value is (175,199,173).

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

RGB channels and saturation

R 175 of 255 = 69%
G 199 of 255 = 78%
B 173 of 255 = 68%

175
199
173

R + G + B ~ 72%. #AFC7AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 199 + 173 = 547 (100%)
R 175 of 547 ~ 31.99%
G 199 of 547 ~ 36.38%
B 173 of 547 ~ 31.63%

%31.99
%36.38
%31.63

CMYK color model

#AFC7AD color CMYK value is (12,0,13,22).

  • cyan value is 12.06%
  • magenta value is 0.00%
  • yellow value is 13.07%
  • key color value is 21.96%
CMYK:
(12,0,13,22)
C12M0Y13K22 
(12%,0%,13%,22%)
(0.12/0.00/0.13/0.22)	

CMYK percentages

%12.06
%0
%13.07
%21.96

Codes

Color #AFC7AD in popluar color models

AFC7AD
RGB175199173
HSL115°18.84%72.94%
HSB/HSV115°13.07%78.04%
CMYK12.06%0.00%13.07%
21.96%

Color #AFC7AD in popluar number systems.

HEXAFC7AD
Decimal175199173
Binary101011111100011110101101
Octal257307255

Shades and tints

Shades of #AFC7AD

#AFC7AD
(175,199,173)
#A0B59E
(160,181,158)
#91A38F
(145,163,143)
#829180
(130,145,128)
#737F71
(115,127,113)
#646D62
(100,109,98)
#555B53
(85,91,83)
#464944
(70,73,68)
#373735
(55,55,53)
#282526
(40,37,38)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #AFC7AD

#AFC7AD
(175,199,173)
#B6CCB4
(182,204,180)
#BDD1BB
(189,209,187)
#C4D6C2
(196,214,194)
#CBDBC9
(203,219,201)
#D2E0D0
(210,224,208)
#D9E5D7
(217,229,215)
#E0EADE
(224,234,222)
#E7EFE5
(231,239,229)
#EEF4EC
(238,244,236)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC7AD; }

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

This text font color is #AFC7AD.


Background Color

.myBgColor { background-color: #AFC7AD; }

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

This div background color is #AFC7AD.


Border color

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

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

This div border color is #AFC7AD.


Opacity

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

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

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

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

This text has shadow with #AFC7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC7AD on black background.


Color preview on white background

This text has color #AFC7AD on white background.



Black color preview on #AFC7AD background

This text has black color on #AFC7AD background.


White color preview on #AFC7AD background

This text has white color on #AFC7AD background.