COLOR #AFC8CF

HEX: #AFC8CF
RGB: (175,200,207)

Color info

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

RGB color model

#AFC8CF color RGB value is (175,200,207).

  • red value is 175;
  • green value is 200;
  • blue value is 207.
RGB:
(175,200,207)
(69%,78%,81%)

RGB channels and saturation

R 175 of 255 = 69%
G 200 of 255 = 78%
B 207 of 255 = 81%

175
200
207

R + G + B ~ 76%. #AFC8CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 200 + 207 = 582 (100%)
R 175 of 582 ~ 30.07%
G 200 of 582 ~ 34.36%
B 207 of 582 ~ 35.57%

%30.07
%34.36
%35.57

CMYK color model

#AFC8CF color CMYK value is (15,3,0,19).

  • cyan value is 15.46%
  • magenta value is 3.38%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(15,3,0,19)
C15M3Y0K19 
(15%,3%,0%,19%)
(0.15/0.03/0.00/0.19)	

CMYK percentages

%15.46
%3.38
%0
%18.82

Codes

Color #AFC8CF in popluar color models

AFC8CF
RGB175200207
HSL193°25.00%74.90%
HSB/HSV193°15.46%81.18%
CMYK15.46%3.38%0.00%
18.82%

Color #AFC8CF in popluar number systems.

HEXAFC8CF
Decimal175200207
Binary101011111100100011001111
Octal257310317

Shades and tints

Shades of #AFC8CF

#AFC8CF
(175,200,207)
#A0B6BD
(160,182,189)
#91A4AB
(145,164,171)
#829299
(130,146,153)
#738087
(115,128,135)
#646E75
(100,110,117)
#555C63
(85,92,99)
#464A51
(70,74,81)
#37383F
(55,56,63)
#28262D
(40,38,45)
#19141B
(25,20,27)
#000000
(0,0,0)

Tints of #AFC8CF

#AFC8CF
(175,200,207)
#B6CDD3
(182,205,211)
#BDD2D7
(189,210,215)
#C4D7DB
(196,215,219)
#CBDCDF
(203,220,223)
#D2E1E3
(210,225,227)
#D9E6E7
(217,230,231)
#E0EBEB
(224,235,235)
#E7F0EF
(231,240,239)
#EEF5F3
(238,245,243)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC8CF color. Also use rgb(175,200,207) instead hex code.

Text Font Color

.myTextColor { color: #AFC8CF; }

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

This text font color is #AFC8CF.


Background Color

.myBgColor { background-color: #AFC8CF; }

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

This div background color is #AFC8CF.


Border color

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

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

This div border color is #AFC8CF.


Opacity

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

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

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

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

This text has shadow with #AFC8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC8CF on black background.


Color preview on white background

This text has color #AFC8CF on white background.



Black color preview on #AFC8CF background

This text has black color on #AFC8CF background.


White color preview on #AFC8CF background

This text has white color on #AFC8CF background.