COLOR #AFE1F6

HEX: #AFE1F6
RGB: (175,225,246)

Color info

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

RGB color model

#AFE1F6 color RGB value is (175,225,246).

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

RGB channels and saturation

R 175 of 255 = 69%
G 225 of 255 = 88%
B 246 of 255 = 96%

175
225
246

R + G + B ~ 84%. #AFE1F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 225 + 246 = 646 (100%)
R 175 of 646 ~ 27.09%
G 225 of 646 ~ 34.83%
B 246 of 646 ~ 38.08%

%27.09
%34.83
%38.08

CMYK color model

#AFE1F6 color CMYK value is (29,9,0,4).

  • cyan value is 28.86%
  • magenta value is 8.54%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(29,9,0,4)
C29M9Y0K4 
(29%,9%,0%,4%)
(0.29/0.09/0.00/0.04)	

CMYK percentages

%28.86
%8.54
%0
%3.53

Codes

Color #AFE1F6 in popluar color models

AFE1F6
RGB175225246
HSL198°79.78%82.55%
HSB/HSV198°28.86%96.47%
CMYK28.86%8.54%0.00%
3.53%

Color #AFE1F6 in popluar number systems.

HEXAFE1F6
Decimal175225246
Binary101011111110000111110110
Octal257341366

Shades and tints

Shades of #AFE1F6

#AFE1F6
(175,225,246)
#A0CDE0
(160,205,224)
#91B9CA
(145,185,202)
#82A5B4
(130,165,180)
#73919E
(115,145,158)
#647D88
(100,125,136)
#556972
(85,105,114)
#46555C
(70,85,92)
#374146
(55,65,70)
#282D30
(40,45,48)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #AFE1F6

#AFE1F6
(175,225,246)
#B6E3F6
(182,227,246)
#BDE5F6
(189,229,246)
#C4E7F6
(196,231,246)
#CBE9F6
(203,233,246)
#D2EBF6
(210,235,246)
#D9EDF6
(217,237,246)
#E0EFF6
(224,239,246)
#E7F1F6
(231,241,246)
#EEF3F6
(238,243,246)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE1F6; }

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

This text font color is #AFE1F6.


Background Color

.myBgColor { background-color: #AFE1F6; }

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

This div background color is #AFE1F6.


Border color

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

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

This div border color is #AFE1F6.


Opacity

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

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

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

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

This text has shadow with #AFE1F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE1F6 on black background.


Color preview on white background

This text has color #AFE1F6 on white background.



Black color preview on #AFE1F6 background

This text has black color on #AFE1F6 background.


White color preview on #AFE1F6 background

This text has white color on #AFE1F6 background.