COLOR #AFCAA6

HEX: #AFCAA6
RGB: (175,202,166)

Color info

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

RGB color model

#AFCAA6 color RGB value is (175,202,166).

  • red value is 175;
  • green value is 202;
  • blue value is 166.
RGB:
(175,202,166)
(69%,79%,65%)

RGB channels and saturation

R 175 of 255 = 69%
G 202 of 255 = 79%
B 166 of 255 = 65%

175
202
166

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

Portions of RGB colors in percentages

R + G + B =
175 + 202 + 166 = 543 (100%)
R 175 of 543 ~ 32.23%
G 202 of 543 ~ 37.2%
B 166 of 543 ~ 30.57%

%32.23
%37.2
%30.57

CMYK color model

#AFCAA6 color CMYK value is (13,0,18,21).

  • cyan value is 13.37%
  • magenta value is 0.00%
  • yellow value is 17.82%
  • key color value is 20.78%
CMYK:
(13,0,18,21)
C13M0Y18K21 
(13%,0%,18%,21%)
(0.13/0.00/0.18/0.21)	

CMYK percentages

%13.37
%0
%17.82
%20.78

Codes

Color #AFCAA6 in popluar color models

AFCAA6
RGB175202166
HSL105°25.35%72.16%
HSB/HSV105°17.82%79.22%
CMYK13.37%0.00%17.82%
20.78%

Color #AFCAA6 in popluar number systems.

HEXAFCAA6
Decimal175202166
Binary101011111100101010100110
Octal257312246

Shades and tints

Shades of #AFCAA6

#AFCAA6
(175,202,166)
#A0B897
(160,184,151)
#91A688
(145,166,136)
#829479
(130,148,121)
#73826A
(115,130,106)
#64705B
(100,112,91)
#555E4C
(85,94,76)
#464C3D
(70,76,61)
#373A2E
(55,58,46)
#28281F
(40,40,31)
#191610
(25,22,16)
#000000
(0,0,0)

Tints of #AFCAA6

#AFCAA6
(175,202,166)
#B6CEAE
(182,206,174)
#BDD2B6
(189,210,182)
#C4D6BE
(196,214,190)
#CBDAC6
(203,218,198)
#D2DECE
(210,222,206)
#D9E2D6
(217,226,214)
#E0E6DE
(224,230,222)
#E7EAE6
(231,234,230)
#EEEEEE
(238,238,238)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCAA6 color. Also use rgb(175,202,166) instead hex code.

Text Font Color

.myTextColor { color: #AFCAA6; }

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

This text font color is #AFCAA6.


Background Color

.myBgColor { background-color: #AFCAA6; }

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

This div background color is #AFCAA6.


Border color

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

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

This div border color is #AFCAA6.


Opacity

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

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

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

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

This text has shadow with #AFCAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCAA6 on black background.


Color preview on white background

This text has color #AFCAA6 on white background.



Black color preview on #AFCAA6 background

This text has black color on #AFCAA6 background.


White color preview on #AFCAA6 background

This text has white color on #AFCAA6 background.