COLOR #AFC1F6

HEX: #AFC1F6
RGB: (175,193,246)

Color info

#AFC1F6 contains mainly green and blue colors. Web safe color of #AFC1F6 is #99CCFF (or #9CF).

RGB color model

#AFC1F6 color RGB value is (175,193,246).

  • red value is 175;
  • green value is 193;
  • blue value is 246.
RGB:
(175,193,246)
(69%,76%,96%)

RGB channels and saturation

R 175 of 255 = 69%
G 193 of 255 = 76%
B 246 of 255 = 96%

175
193
246

R + G + B ~ 80%. #AFC1F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 193 + 246 = 614 (100%)
R 175 of 614 ~ 28.5%
G 193 of 614 ~ 31.43%
B 246 of 614 ~ 40.07%

%28.5
%31.43
%40.07

CMYK color model

#AFC1F6 color CMYK value is (29,22,0,4).

  • cyan value is 28.86%
  • magenta value is 21.54%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(29,22,0,4)
C29M22Y0K4 
(29%,22%,0%,4%)
(0.29/0.22/0.00/0.04)	

CMYK percentages

%28.86
%21.54
%0
%3.53

Codes

Color #AFC1F6 in popluar color models

AFC1F6
RGB175193246
HSL225°79.78%82.55%
HSB/HSV225°28.86%96.47%
CMYK28.86%21.54%0.00%
3.53%

Color #AFC1F6 in popluar number systems.

HEXAFC1F6
Decimal175193246
Binary101011111100000111110110
Octal257301366

Shades and tints

Shades of #AFC1F6

#AFC1F6
(175,193,246)
#A0B0E0
(160,176,224)
#919FCA
(145,159,202)
#828EB4
(130,142,180)
#737D9E
(115,125,158)
#646C88
(100,108,136)
#555B72
(85,91,114)
#464A5C
(70,74,92)
#373946
(55,57,70)
#282830
(40,40,48)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #AFC1F6

#AFC1F6
(175,193,246)
#B6C6F6
(182,198,246)
#BDCBF6
(189,203,246)
#C4D0F6
(196,208,246)
#CBD5F6
(203,213,246)
#D2DAF6
(210,218,246)
#D9DFF6
(217,223,246)
#E0E4F6
(224,228,246)
#E7E9F6
(231,233,246)
#EEEEF6
(238,238,246)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC1F6 color. Also use rgb(175,193,246) instead hex code.

Text Font Color

.myTextColor { color: #AFC1F6; }

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

This text font color is #AFC1F6.


Background Color

.myBgColor { background-color: #AFC1F6; }

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

This div background color is #AFC1F6.


Border color

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

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

This div border color is #AFC1F6.


Opacity

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

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

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

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

This text has shadow with #AFC1F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC1F6 on black background.


Color preview on white background

This text has color #AFC1F6 on white background.



Black color preview on #AFC1F6 background

This text has black color on #AFC1F6 background.


White color preview on #AFC1F6 background

This text has white color on #AFC1F6 background.