COLOR #AFCCA6

HEX: #AFCCA6
RGB: (175,204,166)

Color info

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

RGB color model

#AFCCA6 color RGB value is (175,204,166).

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

RGB channels and saturation

R 175 of 255 = 69%
G 204 of 255 = 80%
B 166 of 255 = 65%

175
204
166

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

Portions of RGB colors in percentages

R + G + B =
175 + 204 + 166 = 545 (100%)
R 175 of 545 ~ 32.11%
G 204 of 545 ~ 37.43%
B 166 of 545 ~ 30.46%

%32.11
%37.43
%30.46

CMYK color model

#AFCCA6 color CMYK value is (14,0,19,20).

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 18.63%
  • key color value is 20.00%
CMYK:
(14,0,19,20)
C14M0Y19K20 
(14%,0%,19%,20%)
(0.14/0.00/0.19/0.20)	

CMYK percentages

%14.22
%0
%18.63
%20

Codes

Color #AFCCA6 in popluar color models

AFCCA6
RGB175204166
HSL106°27.14%72.55%
HSB/HSV106°18.63%80.00%
CMYK14.22%0.00%18.63%
20.00%

Color #AFCCA6 in popluar number systems.

HEXAFCCA6
Decimal175204166
Binary101011111100110010100110
Octal257314246

Shades and tints

Shades of #AFCCA6

#AFCCA6
(175,204,166)
#A0BA97
(160,186,151)
#91A888
(145,168,136)
#829679
(130,150,121)
#73846A
(115,132,106)
#64725B
(100,114,91)
#55604C
(85,96,76)
#464E3D
(70,78,61)
#373C2E
(55,60,46)
#282A1F
(40,42,31)
#191810
(25,24,16)
#000000
(0,0,0)

Tints of #AFCCA6

#AFCCA6
(175,204,166)
#B6D0AE
(182,208,174)
#BDD4B6
(189,212,182)
#C4D8BE
(196,216,190)
#CBDCC6
(203,220,198)
#D2E0CE
(210,224,206)
#D9E4D6
(217,228,214)
#E0E8DE
(224,232,222)
#E7ECE6
(231,236,230)
#EEF0EE
(238,240,238)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCCA6; }

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

This text font color is #AFCCA6.


Background Color

.myBgColor { background-color: #AFCCA6; }

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

This div background color is #AFCCA6.


Border color

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

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

This div border color is #AFCCA6.


Opacity

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

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

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

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

This text has shadow with #AFCCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCCA6 on black background.


Color preview on white background

This text has color #AFCCA6 on white background.



Black color preview on #AFCCA6 background

This text has black color on #AFCCA6 background.


White color preview on #AFCCA6 background

This text has white color on #AFCCA6 background.