COLOR #AFC9C0

HEX: #AFC9C0
RGB: (175,201,192)

Color info

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

RGB color model

#AFC9C0 color RGB value is (175,201,192).

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

RGB channels and saturation

R 175 of 255 = 69%
G 201 of 255 = 79%
B 192 of 255 = 75%

175
201
192

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

Portions of RGB colors in percentages

R + G + B =
175 + 201 + 192 = 568 (100%)
R 175 of 568 ~ 30.81%
G 201 of 568 ~ 35.39%
B 192 of 568 ~ 33.8%

%30.81
%35.39
%33.8

CMYK color model

#AFC9C0 color CMYK value is (13,0,4,21).

  • cyan value is 12.94%
  • magenta value is 0.00%
  • yellow value is 4.48%
  • key color value is 21.18%
CMYK:
(13,0,4,21)
C13M0Y4K21 
(13%,0%,4%,21%)
(0.13/0.00/0.04/0.21)	

CMYK percentages

%12.94
%0
%4.48
%21.18

Codes

Color #AFC9C0 in popluar color models

AFC9C0
RGB175201192
HSL159°19.40%73.73%
HSB/HSV159°12.94%78.82%
CMYK12.94%0.00%4.48%
21.18%

Color #AFC9C0 in popluar number systems.

HEXAFC9C0
Decimal175201192
Binary101011111100100111000000
Octal257311300

Shades and tints

Shades of #AFC9C0

#AFC9C0
(175,201,192)
#A0B7AF
(160,183,175)
#91A59E
(145,165,158)
#82938D
(130,147,141)
#73817C
(115,129,124)
#646F6B
(100,111,107)
#555D5A
(85,93,90)
#464B49
(70,75,73)
#373938
(55,57,56)
#282727
(40,39,39)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #AFC9C0

#AFC9C0
(175,201,192)
#B6CDC5
(182,205,197)
#BDD1CA
(189,209,202)
#C4D5CF
(196,213,207)
#CBD9D4
(203,217,212)
#D2DDD9
(210,221,217)
#D9E1DE
(217,225,222)
#E0E5E3
(224,229,227)
#E7E9E8
(231,233,232)
#EEEDED
(238,237,237)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC9C0; }

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

This text font color is #AFC9C0.


Background Color

.myBgColor { background-color: #AFC9C0; }

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

This div background color is #AFC9C0.


Border color

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

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

This div border color is #AFC9C0.


Opacity

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

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

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

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

This text has shadow with #AFC9C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC9C0 on black background.


Color preview on white background

This text has color #AFC9C0 on white background.



Black color preview on #AFC9C0 background

This text has black color on #AFC9C0 background.


White color preview on #AFC9C0 background

This text has white color on #AFC9C0 background.