COLOR #AFC0C6

HEX: #AFC0C6
RGB: (175,192,198)

Color info

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

RGB color model

#AFC0C6 color RGB value is (175,192,198).

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

RGB channels and saturation

R 175 of 255 = 69%
G 192 of 255 = 75%
B 198 of 255 = 78%

175
192
198

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

Portions of RGB colors in percentages

R + G + B =
175 + 192 + 198 = 565 (100%)
R 175 of 565 ~ 30.97%
G 192 of 565 ~ 33.98%
B 198 of 565 ~ 35.04%

%30.97
%33.98
%35.04

CMYK color model

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

  • cyan value is 11.62%
  • magenta value is 3.03%
  • 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
%3.03
%0
%22.35

Codes

Color #AFC0C6 in popluar color models

AFC0C6
RGB175192198
HSL196°16.79%73.14%
HSB/HSV196°11.62%77.65%
CMYK11.62%3.03%0.00%
22.35%

Color #AFC0C6 in popluar number systems.

HEXAFC0C6
Decimal175192198
Binary101011111100000011000110
Octal257300306

Shades and tints

Shades of #AFC0C6

#AFC0C6
(175,192,198)
#A0AFB4
(160,175,180)
#919EA2
(145,158,162)
#828D90
(130,141,144)
#737C7E
(115,124,126)
#646B6C
(100,107,108)
#555A5A
(85,90,90)
#464948
(70,73,72)
#373836
(55,56,54)
#282724
(40,39,36)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #AFC0C6

#AFC0C6
(175,192,198)
#B6C5CB
(182,197,203)
#BDCAD0
(189,202,208)
#C4CFD5
(196,207,213)
#CBD4DA
(203,212,218)
#D2D9DF
(210,217,223)
#D9DEE4
(217,222,228)
#E0E3E9
(224,227,233)
#E7E8EE
(231,232,238)
#EEEDF3
(238,237,243)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC0C6; }

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

This text font color is #AFC0C6.


Background Color

.myBgColor { background-color: #AFC0C6; }

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

This div background color is #AFC0C6.


Border color

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

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

This div border color is #AFC0C6.


Opacity

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

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

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

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

This text has shadow with #AFC0C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC0C6 on black background.


Color preview on white background

This text has color #AFC0C6 on white background.



Black color preview on #AFC0C6 background

This text has black color on #AFC0C6 background.


White color preview on #AFC0C6 background

This text has white color on #AFC0C6 background.