COLOR #AFC1C6

HEX: #AFC1C6
RGB: (175,193,198)

Color info

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

RGB color model

#AFC1C6 color RGB value is (175,193,198).

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

RGB channels and saturation

R 175 of 255 = 69%
G 193 of 255 = 76%
B 198 of 255 = 78%

175
193
198

R + G + B ~ 74%. #AFC1C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 193 + 198 = 566 (100%)
R 175 of 566 ~ 30.92%
G 193 of 566 ~ 34.1%
B 198 of 566 ~ 34.98%

%30.92
%34.1
%34.98

CMYK color model

#AFC1C6 color CMYK value is (12,3,0,22).

  • cyan value is 11.62%
  • magenta value is 2.53%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(12,3,0,22)
C12M3Y0K22 
(12%,3%,0%,22%)
(0.12/0.03/0.00/0.22)	

CMYK percentages

%11.62
%2.53
%0
%22.35

Codes

Color #AFC1C6 in popluar color models

AFC1C6
RGB175193198
HSL193°16.79%73.14%
HSB/HSV193°11.62%77.65%
CMYK11.62%2.53%0.00%
22.35%

Color #AFC1C6 in popluar number systems.

HEXAFC1C6
Decimal175193198
Binary101011111100000111000110
Octal257301306

Shades and tints

Shades of #AFC1C6

#AFC1C6
(175,193,198)
#A0B0B4
(160,176,180)
#919FA2
(145,159,162)
#828E90
(130,142,144)
#737D7E
(115,125,126)
#646C6C
(100,108,108)
#555B5A
(85,91,90)
#464A48
(70,74,72)
#373936
(55,57,54)
#282824
(40,40,36)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #AFC1C6

#AFC1C6
(175,193,198)
#B6C6CB
(182,198,203)
#BDCBD0
(189,203,208)
#C4D0D5
(196,208,213)
#CBD5DA
(203,213,218)
#D2DADF
(210,218,223)
#D9DFE4
(217,223,228)
#E0E4E9
(224,228,233)
#E7E9EE
(231,233,238)
#EEEEF3
(238,238,243)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC1C6; }

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

This text font color is #AFC1C6.


Background Color

.myBgColor { background-color: #AFC1C6; }

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

This div background color is #AFC1C6.


Border color

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

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

This div border color is #AFC1C6.


Opacity

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

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

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

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

This text has shadow with #AFC1C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC1C6 on black background.


Color preview on white background

This text has color #AFC1C6 on white background.



Black color preview on #AFC1C6 background

This text has black color on #AFC1C6 background.


White color preview on #AFC1C6 background

This text has white color on #AFC1C6 background.