COLOR #AFE1FC

HEX: #AFE1FC RGB: (175,225,252)

Color info

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

RGB color model

#AFE1FC color RGB value is (175,225,252).

RGB: (175,225,252) (69%, 88%, 99%)

RGB channels and saturation

R 175 of 255 = 69%
G 225 of 255 = 88%
B 252 of 255 = 99%

175
225
252

R + G + B ~ 85%. #AFE1FC is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 225 + 252 = 652 (100%)
R 175 of 652 ~ 26.84%
G 225 of 652 ~ 34.51%
B 252 of 652 ~ 38.65'%

%26.84
%34.51
%38.65

CMYK color model

#AFE1FC color CMYK value is (31,11,0,1).

  • cyan value is 30.56%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (31,11,0,1)
C31M11Y0K1 (31%, 11%, 0%, 1%)
(0.31 / 0.11 / 0.00 / 0.01)

CMYK percentages

%30.56
%10.71
%0
%1.18

Codes

Color #AFE1FC in popluar color models

AF E1 FC
RGB 175 225 252
HSL 201° 92.77% 83.73%
HSB/HSV 201° 30.56% 98.82%
CMYK 30.56% 10.71% 0.00%
1.18%

Color #AFE1FC in popluar number systems.

HEX AF E1 FC
Decimal 175 225 252
Binary 10101111 11100001 11111100
Octal 257 341 374

Shades and tints

Shades of #AFE1FC

#AFE1FC
(175,225,252)
#A0CDE6
(160,205,230)
#91B9D0
(145,185,208)
#82A5BA
(130,165,186)
#7391A4
(115,145,164)
#647D8E
(100,125,142)
#556978
(85,105,120)
#465562
(70,85,98)
#37414C
(55,65,76)
#282D36
(40,45,54)
#191920
(25,25,32)
#000000
(0,0,0)

Tints of #AFE1FC

#AFE1FC
(175,225,252)
#B6E3FC
(182,227,252)
#BDE5FC
(189,229,252)
#C4E7FC
(196,231,252)
#CBE9FC
(203,233,252)
#D2EBFC
(210,235,252)
#D9EDFC
(217,237,252)
#E0EFFC
(224,239,252)
#E7F1FC
(231,241,252)
#EEF3FC
(238,243,252)
#F5F5FC
(245,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE1FC; }

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

This text font color is #AFE1FC.

Background Color

.myBgColor { background-color: #AFE1FC; }

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

This div background color is #AFE1FC.

Border color

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

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

This div border color is #AFE1FC.

Opacity

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

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

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

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

This text has shadow with #AFE1FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE1FC.

Preview

Color preview on black background

This text has color #AFE1FC on black background.


Color preview on white background

This text has color #AFE1FC on white background.


Black color preview on #AFE1FC background

This text has black color on #AFE1FC background.


White color preview on #AFE1FC background

This text has white color on #AFE1FC background.


Related colors

Complementary color

Complementary color for #hex is #501E03.


I love getcolorcode.com

Triadic colors

1 #FCAFE1 and #E1FCAF with #AFE1FC are triadic colors.

2 #FCE1AF and #E1AFFC with #AFE1FC are triadic colors.