COLOR #AFC3CF

HEX: #AFC3CF
RGB: (175,195,207)

Color info

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

RGB color model

#AFC3CF color RGB value is (175,195,207).

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

RGB channels and saturation

R 175 of 255 = 69%
G 195 of 255 = 76%
B 207 of 255 = 81%

175
195
207

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

Portions of RGB colors in percentages

R + G + B =
175 + 195 + 207 = 577 (100%)
R 175 of 577 ~ 30.33%
G 195 of 577 ~ 33.8%
B 207 of 577 ~ 35.88%

%30.33
%33.8
%35.88

CMYK color model

#AFC3CF color CMYK value is (15,6,0,19).

  • cyan value is 15.46%
  • magenta value is 5.80%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(15,6,0,19)
C15M6Y0K19 
(15%,6%,0%,19%)
(0.15/0.06/0.00/0.19)	

CMYK percentages

%15.46
%5.8
%0
%18.82

Codes

Color #AFC3CF in popluar color models

AFC3CF
RGB175195207
HSL203°25.00%74.90%
HSB/HSV203°15.46%81.18%
CMYK15.46%5.80%0.00%
18.82%

Color #AFC3CF in popluar number systems.

HEXAFC3CF
Decimal175195207
Binary101011111100001111001111
Octal257303317

Shades and tints

Shades of #AFC3CF

#AFC3CF
(175,195,207)
#A0B2BD
(160,178,189)
#91A1AB
(145,161,171)
#829099
(130,144,153)
#737F87
(115,127,135)
#646E75
(100,110,117)
#555D63
(85,93,99)
#464C51
(70,76,81)
#373B3F
(55,59,63)
#282A2D
(40,42,45)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #AFC3CF

#AFC3CF
(175,195,207)
#B6C8D3
(182,200,211)
#BDCDD7
(189,205,215)
#C4D2DB
(196,210,219)
#CBD7DF
(203,215,223)
#D2DCE3
(210,220,227)
#D9E1E7
(217,225,231)
#E0E6EB
(224,230,235)
#E7EBEF
(231,235,239)
#EEF0F3
(238,240,243)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC3CF; }

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

This text font color is #AFC3CF.


Background Color

.myBgColor { background-color: #AFC3CF; }

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

This div background color is #AFC3CF.


Border color

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

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

This div border color is #AFC3CF.


Opacity

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

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

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

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

This text has shadow with #AFC3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC3CF on black background.


Color preview on white background

This text has color #AFC3CF on white background.



Black color preview on #AFC3CF background

This text has black color on #AFC3CF background.


White color preview on #AFC3CF background

This text has white color on #AFC3CF background.