COLOR #AFC7A1

HEX: #AFC7A1
RGB: (175,199,161)

Color info

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

RGB color model

#AFC7A1 color RGB value is (175,199,161).

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

RGB channels and saturation

R 175 of 255 = 69%
G 199 of 255 = 78%
B 161 of 255 = 63%

175
199
161

R + G + B ~ 70%. #AFC7A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 199 + 161 = 535 (100%)
R 175 of 535 ~ 32.71%
G 199 of 535 ~ 37.2%
B 161 of 535 ~ 30.09%

%32.71
%37.2
%30.09

CMYK color model

#AFC7A1 color CMYK value is (12,0,19,22).

  • cyan value is 12.06%
  • magenta value is 0.00%
  • yellow value is 19.10%
  • key color value is 21.96%
CMYK:
(12,0,19,22)
C12M0Y19K22 
(12%,0%,19%,22%)
(0.12/0.00/0.19/0.22)	

CMYK percentages

%12.06
%0
%19.1
%21.96

Codes

Color #AFC7A1 in popluar color models

AFC7A1
RGB175199161
HSL98°25.33%70.59%
HSB/HSV98°19.10%78.04%
CMYK12.06%0.00%19.10%
21.96%

Color #AFC7A1 in popluar number systems.

HEXAFC7A1
Decimal175199161
Binary101011111100011110100001
Octal257307241

Shades and tints

Shades of #AFC7A1

#AFC7A1
(175,199,161)
#A0B593
(160,181,147)
#91A385
(145,163,133)
#829177
(130,145,119)
#737F69
(115,127,105)
#646D5B
(100,109,91)
#555B4D
(85,91,77)
#46493F
(70,73,63)
#373731
(55,55,49)
#282523
(40,37,35)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #AFC7A1

#AFC7A1
(175,199,161)
#B6CCA9
(182,204,169)
#BDD1B1
(189,209,177)
#C4D6B9
(196,214,185)
#CBDBC1
(203,219,193)
#D2E0C9
(210,224,201)
#D9E5D1
(217,229,209)
#E0EAD9
(224,234,217)
#E7EFE1
(231,239,225)
#EEF4E9
(238,244,233)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC7A1; }

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

This text font color is #AFC7A1.


Background Color

.myBgColor { background-color: #AFC7A1; }

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

This div background color is #AFC7A1.


Border color

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

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

This div border color is #AFC7A1.


Opacity

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

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

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

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

This text has shadow with #AFC7A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC7A1 on black background.


Color preview on white background

This text has color #AFC7A1 on white background.



Black color preview on #AFC7A1 background

This text has black color on #AFC7A1 background.


White color preview on #AFC7A1 background

This text has white color on #AFC7A1 background.