COLOR #AFC1AB

HEX: #AFC1AB
RGB: (175,193,171)

Color info

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

RGB color model

#AFC1AB color RGB value is (175,193,171).

  • red value is 175;
  • green value is 193;
  • blue value is 171.
RGB:
(175,193,171)
(69%,76%,67%)

RGB channels and saturation

R 175 of 255 = 69%
G 193 of 255 = 76%
B 171 of 255 = 67%

175
193
171

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

Portions of RGB colors in percentages

R + G + B =
175 + 193 + 171 = 539 (100%)
R 175 of 539 ~ 32.47%
G 193 of 539 ~ 35.81%
B 171 of 539 ~ 31.73%

%32.47
%35.81
%31.73

CMYK color model

#AFC1AB color CMYK value is (9,0,11,24).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 11.40%
  • key color value is 24.31%
CMYK:
(9,0,11,24)
C9M0Y11K24 
(9%,0%,11%,24%)
(0.09/0.00/0.11/0.24)	

CMYK percentages

%9.33
%0
%11.4
%24.31

Codes

Color #AFC1AB in popluar color models

AFC1AB
RGB175193171
HSL109°15.07%71.37%
HSB/HSV109°11.40%75.69%
CMYK9.33%0.00%11.40%
24.31%

Color #AFC1AB in popluar number systems.

HEXAFC1AB
Decimal175193171
Binary101011111100000110101011
Octal257301253

Shades and tints

Shades of #AFC1AB

#AFC1AB
(175,193,171)
#A0B09C
(160,176,156)
#919F8D
(145,159,141)
#828E7E
(130,142,126)
#737D6F
(115,125,111)
#646C60
(100,108,96)
#555B51
(85,91,81)
#464A42
(70,74,66)
#373933
(55,57,51)
#282824
(40,40,36)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #AFC1AB

#AFC1AB
(175,193,171)
#B6C6B2
(182,198,178)
#BDCBB9
(189,203,185)
#C4D0C0
(196,208,192)
#CBD5C7
(203,213,199)
#D2DACE
(210,218,206)
#D9DFD5
(217,223,213)
#E0E4DC
(224,228,220)
#E7E9E3
(231,233,227)
#EEEEEA
(238,238,234)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC1AB; }

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

This text font color is #AFC1AB.


Background Color

.myBgColor { background-color: #AFC1AB; }

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

This div background color is #AFC1AB.


Border color

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

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

This div border color is #AFC1AB.


Opacity

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

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

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

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

This text has shadow with #AFC1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC1AB on black background.


Color preview on white background

This text has color #AFC1AB on white background.



Black color preview on #AFC1AB background

This text has black color on #AFC1AB background.


White color preview on #AFC1AB background

This text has white color on #AFC1AB background.