COLOR #AFCBAF

HEX: #AFCBAF
RGB: (175,203,175)

Color info

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

RGB color model

#AFCBAF color RGB value is (175,203,175).

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

RGB channels and saturation

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

175
203
175

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

Portions of RGB colors in percentages

R + G + B =
175 + 203 + 175 = 553 (100%)
R 175 of 553 ~ 31.65%
G 203 of 553 ~ 36.71%
B 175 of 553 ~ 31.65%

%31.65
%36.71
%31.65

CMYK color model

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

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

CMYK percentages

%13.79
%0
%13.79
%20.39

Codes

Color #AFCBAF in popluar color models

AFCBAF
RGB175203175
HSL120°21.21%74.12%
HSB/HSV120°13.79%79.61%
CMYK13.79%0.00%13.79%
20.39%

Color #AFCBAF in popluar number systems.

HEXAFCBAF
Decimal175203175
Binary101011111100101110101111
Octal257313257

Shades and tints

Shades of #AFCBAF

#AFCBAF
(175,203,175)
#A0B9A0
(160,185,160)
#91A791
(145,167,145)
#829582
(130,149,130)
#738373
(115,131,115)
#647164
(100,113,100)
#555F55
(85,95,85)
#464D46
(70,77,70)
#373B37
(55,59,55)
#282928
(40,41,40)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #AFCBAF

#AFCBAF
(175,203,175)
#B6CFB6
(182,207,182)
#BDD3BD
(189,211,189)
#C4D7C4
(196,215,196)
#CBDBCB
(203,219,203)
#D2DFD2
(210,223,210)
#D9E3D9
(217,227,217)
#E0E7E0
(224,231,224)
#E7EBE7
(231,235,231)
#EEEFEE
(238,239,238)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCBAF; }

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

This text font color is #AFCBAF.


Background Color

.myBgColor { background-color: #AFCBAF; }

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

This div background color is #AFCBAF.


Border color

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

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

This div border color is #AFCBAF.


Opacity

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

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

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

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

This text has shadow with #AFCBAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCBAF on black background.


Color preview on white background

This text has color #AFCBAF on white background.



Black color preview on #AFCBAF background

This text has black color on #AFCBAF background.


White color preview on #AFCBAF background

This text has white color on #AFCBAF background.