COLOR #AFC9C7

HEX: #AFC9C7
RGB: (175,201,199)

Color info

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

RGB color model

#AFC9C7 color RGB value is (175,201,199).

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

RGB channels and saturation

R 175 of 255 = 69%
G 201 of 255 = 79%
B 199 of 255 = 78%

175
201
199

R + G + B ~ 75%. #AFC9C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 201 + 199 = 575 (100%)
R 175 of 575 ~ 30.43%
G 201 of 575 ~ 34.96%
B 199 of 575 ~ 34.61%

%30.43
%34.96
%34.61

CMYK color model

#AFC9C7 color CMYK value is (13,0,1,21).

  • cyan value is 12.94%
  • magenta value is 0.00%
  • yellow value is 1.00%
  • key color value is 21.18%
CMYK:
(13,0,1,21)
C13M0Y1K21 
(13%,0%,1%,21%)
(0.13/0.00/0.01/0.21)	

CMYK percentages

%12.94
%0
%1
%21.18

Codes

Color #AFC9C7 in popluar color models

AFC9C7
RGB175201199
HSL175°19.40%73.73%
HSB/HSV175°12.94%78.82%
CMYK12.94%0.00%1.00%
21.18%

Color #AFC9C7 in popluar number systems.

HEXAFC9C7
Decimal175201199
Binary101011111100100111000111
Octal257311307

Shades and tints

Shades of #AFC9C7

#AFC9C7
(175,201,199)
#A0B7B5
(160,183,181)
#91A5A3
(145,165,163)
#829391
(130,147,145)
#73817F
(115,129,127)
#646F6D
(100,111,109)
#555D5B
(85,93,91)
#464B49
(70,75,73)
#373937
(55,57,55)
#282725
(40,39,37)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #AFC9C7

#AFC9C7
(175,201,199)
#B6CDCC
(182,205,204)
#BDD1D1
(189,209,209)
#C4D5D6
(196,213,214)
#CBD9DB
(203,217,219)
#D2DDE0
(210,221,224)
#D9E1E5
(217,225,229)
#E0E5EA
(224,229,234)
#E7E9EF
(231,233,239)
#EEEDF4
(238,237,244)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC9C7; }

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

This text font color is #AFC9C7.


Background Color

.myBgColor { background-color: #AFC9C7; }

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

This div background color is #AFC9C7.


Border color

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

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

This div border color is #AFC9C7.


Opacity

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

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

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

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

This text has shadow with #AFC9C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC9C7 on black background.


Color preview on white background

This text has color #AFC9C7 on white background.



Black color preview on #AFC9C7 background

This text has black color on #AFC9C7 background.


White color preview on #AFC9C7 background

This text has white color on #AFC9C7 background.