COLOR #AFC1B6

HEX: #AFC1B6
RGB: (175,193,182)

Color info

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

RGB color model

#AFC1B6 color RGB value is (175,193,182).

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

RGB channels and saturation

R 175 of 255 = 69%
G 193 of 255 = 76%
B 182 of 255 = 71%

175
193
182

R + G + B ~ 72%. #AFC1B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 193 + 182 = 550 (100%)
R 175 of 550 ~ 31.82%
G 193 of 550 ~ 35.09%
B 182 of 550 ~ 33.09%

%31.82
%35.09
%33.09

CMYK color model

#AFC1B6 color CMYK value is (9,0,6,24).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 5.70%
  • key color value is 24.31%
CMYK:
(9,0,6,24)
C9M0Y6K24 
(9%,0%,6%,24%)
(0.09/0.00/0.06/0.24)	

CMYK percentages

%9.33
%0
%5.7
%24.31

Codes

Color #AFC1B6 in popluar color models

AFC1B6
RGB175193182
HSL143°12.68%72.16%
HSB/HSV143°9.33%75.69%
CMYK9.33%0.00%5.70%
24.31%

Color #AFC1B6 in popluar number systems.

HEXAFC1B6
Decimal175193182
Binary101011111100000110110110
Octal257301266

Shades and tints

Shades of #AFC1B6

#AFC1B6
(175,193,182)
#A0B0A6
(160,176,166)
#919F96
(145,159,150)
#828E86
(130,142,134)
#737D76
(115,125,118)
#646C66
(100,108,102)
#555B56
(85,91,86)
#464A46
(70,74,70)
#373936
(55,57,54)
#282826
(40,40,38)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #AFC1B6

#AFC1B6
(175,193,182)
#B6C6BC
(182,198,188)
#BDCBC2
(189,203,194)
#C4D0C8
(196,208,200)
#CBD5CE
(203,213,206)
#D2DAD4
(210,218,212)
#D9DFDA
(217,223,218)
#E0E4E0
(224,228,224)
#E7E9E6
(231,233,230)
#EEEEEC
(238,238,236)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC1B6; }

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

This text font color is #AFC1B6.


Background Color

.myBgColor { background-color: #AFC1B6; }

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

This div background color is #AFC1B6.


Border color

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

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

This div border color is #AFC1B6.


Opacity

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

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

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

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

This text has shadow with #AFC1B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC1B6 on black background.


Color preview on white background

This text has color #AFC1B6 on white background.



Black color preview on #AFC1B6 background

This text has black color on #AFC1B6 background.


White color preview on #AFC1B6 background

This text has white color on #AFC1B6 background.