COLOR #AFCCAF

HEX: #AFCCAF
RGB: (175,204,175)

Color info

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

RGB color model

#AFCCAF color RGB value is (175,204,175).

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

RGB channels and saturation

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

175
204
175

R + G + B ~ 73%. #AFCCAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 204 + 175 = 554 (100%)
R 175 of 554 ~ 31.59%
G 204 of 554 ~ 36.82%
B 175 of 554 ~ 31.59%

%31.59
%36.82
%31.59

CMYK color model

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

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

CMYK percentages

%14.22
%0
%14.22
%20

Codes

Color #AFCCAF in popluar color models

AFCCAF
RGB175204175
HSL120°22.14%74.31%
HSB/HSV120°14.22%80.00%
CMYK14.22%0.00%14.22%
20.00%

Color #AFCCAF in popluar number systems.

HEXAFCCAF
Decimal175204175
Binary101011111100110010101111
Octal257314257

Shades and tints

Shades of #AFCCAF

#AFCCAF
(175,204,175)
#A0BAA0
(160,186,160)
#91A891
(145,168,145)
#829682
(130,150,130)
#738473
(115,132,115)
#647264
(100,114,100)
#556055
(85,96,85)
#464E46
(70,78,70)
#373C37
(55,60,55)
#282A28
(40,42,40)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #AFCCAF

#AFCCAF
(175,204,175)
#B6D0B6
(182,208,182)
#BDD4BD
(189,212,189)
#C4D8C4
(196,216,196)
#CBDCCB
(203,220,203)
#D2E0D2
(210,224,210)
#D9E4D9
(217,228,217)
#E0E8E0
(224,232,224)
#E7ECE7
(231,236,231)
#EEF0EE
(238,240,238)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCCAF; }

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

This text font color is #AFCCAF.


Background Color

.myBgColor { background-color: #AFCCAF; }

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

This div background color is #AFCCAF.


Border color

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

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

This div border color is #AFCCAF.


Opacity

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

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

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

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

This text has shadow with #AFCCAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCCAF on black background.


Color preview on white background

This text has color #AFCCAF on white background.



Black color preview on #AFCCAF background

This text has black color on #AFCCAF background.


White color preview on #AFCCAF background

This text has white color on #AFCCAF background.