COLOR #AFCFA7

HEX: #AFCFA7
RGB: (175,207,167)

Color info

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

RGB color model

#AFCFA7 color RGB value is (175,207,167).

  • red value is 175;
  • green value is 207;
  • blue value is 167.
RGB:
(175,207,167)
(69%,81%,65%)

RGB channels and saturation

R 175 of 255 = 69%
G 207 of 255 = 81%
B 167 of 255 = 65%

175
207
167

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

Portions of RGB colors in percentages

R + G + B =
175 + 207 + 167 = 549 (100%)
R 175 of 549 ~ 31.88%
G 207 of 549 ~ 37.7%
B 167 of 549 ~ 30.42%

%31.88
%37.7
%30.42

CMYK color model

#AFCFA7 color CMYK value is (15,0,19,19).

  • cyan value is 15.46%
  • magenta value is 0.00%
  • yellow value is 19.32%
  • key color value is 18.82%
CMYK:
(15,0,19,19)
C15M0Y19K19 
(15%,0%,19%,19%)
(0.15/0.00/0.19/0.19)	

CMYK percentages

%15.46
%0
%19.32
%18.82

Codes

Color #AFCFA7 in popluar color models

AFCFA7
RGB175207167
HSL108°29.41%73.33%
HSB/HSV108°19.32%81.18%
CMYK15.46%0.00%19.32%
18.82%

Color #AFCFA7 in popluar number systems.

HEXAFCFA7
Decimal175207167
Binary101011111100111110100111
Octal257317247

Shades and tints

Shades of #AFCFA7

#AFCFA7
(175,207,167)
#A0BD98
(160,189,152)
#91AB89
(145,171,137)
#82997A
(130,153,122)
#73876B
(115,135,107)
#64755C
(100,117,92)
#55634D
(85,99,77)
#46513E
(70,81,62)
#373F2F
(55,63,47)
#282D20
(40,45,32)
#191B11
(25,27,17)
#000000
(0,0,0)

Tints of #AFCFA7

#AFCFA7
(175,207,167)
#B6D3AF
(182,211,175)
#BDD7B7
(189,215,183)
#C4DBBF
(196,219,191)
#CBDFC7
(203,223,199)
#D2E3CF
(210,227,207)
#D9E7D7
(217,231,215)
#E0EBDF
(224,235,223)
#E7EFE7
(231,239,231)
#EEF3EF
(238,243,239)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCFA7 color. Also use rgb(175,207,167) instead hex code.

Text Font Color

.myTextColor { color: #AFCFA7; }

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

This text font color is #AFCFA7.


Background Color

.myBgColor { background-color: #AFCFA7; }

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

This div background color is #AFCFA7.


Border color

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

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

This div border color is #AFCFA7.


Opacity

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

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

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

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

This text has shadow with #AFCFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCFA7 on black background.


Color preview on white background

This text has color #AFCFA7 on white background.



Black color preview on #AFCFA7 background

This text has black color on #AFCFA7 background.


White color preview on #AFCFA7 background

This text has white color on #AFCFA7 background.