COLOR #AFE0FE

HEX: #AFE0FE
RGB: (175,224,254)

Color info

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

RGB color model

#AFE0FE color RGB value is (175,224,254).

  • red value is 175;
  • green value is 224;
  • blue value is 254.
RGB:
(175,224,254)
(69%,88%,100%)

RGB channels and saturation

R 175 of 255 = 69%
G 224 of 255 = 88%
B 254 of 255 = 100%

175
224
254

R + G + B ~ 86%. #AFE0FE is light color.

Portions of RGB colors in percentages

R + G + B =
175 + 224 + 254 = 653 (100%)
R 175 of 653 ~ 26.8%
G 224 of 653 ~ 34.3%
B 254 of 653 ~ 38.9%

%26.8
%34.3
%38.9

CMYK color model

#AFE0FE color CMYK value is (31,12,0,0).

  • cyan value is 31.10%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(31,12,0,0)
C31M12Y0K0 
(31%,12%,0%,0%)
(0.31/0.12/0.00/0.00)	

CMYK percentages

%31.1
%11.81
%0
%0.39

Codes

Color #AFE0FE in popluar color models

AFE0FE
RGB175224254
HSL203°97.53%84.12%
HSB/HSV203°31.10%99.61%
CMYK31.10%11.81%0.00%
0.39%

Color #AFE0FE in popluar number systems.

HEXAFE0FE
Decimal175224254
Binary101011111110000011111110
Octal257340376

Shades and tints

Shades of #AFE0FE

#AFE0FE
(175,224,254)
#A0CCE7
(160,204,231)
#91B8D0
(145,184,208)
#82A4B9
(130,164,185)
#7390A2
(115,144,162)
#647C8B
(100,124,139)
#556874
(85,104,116)
#46545D
(70,84,93)
#374046
(55,64,70)
#282C2F
(40,44,47)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #AFE0FE

#AFE0FE
(175,224,254)
#B6E2FE
(182,226,254)
#BDE4FE
(189,228,254)
#C4E6FE
(196,230,254)
#CBE8FE
(203,232,254)
#D2EAFE
(210,234,254)
#D9ECFE
(217,236,254)
#E0EEFE
(224,238,254)
#E7F0FE
(231,240,254)
#EEF2FE
(238,242,254)
#F5F4FE
(245,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE0FE color. Also use rgb(175,224,254) instead hex code.

Text Font Color

.myTextColor { color: #AFE0FE; }

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

This text font color is #AFE0FE.


Background Color

.myBgColor { background-color: #AFE0FE; }

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

This div background color is #AFE0FE.


Border color

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

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

This div border color is #AFE0FE.


Opacity

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

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

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

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

This text has shadow with #AFE0FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE0FE on black background.


Color preview on white background

This text has color #AFE0FE on white background.



Black color preview on #AFE0FE background

This text has black color on #AFE0FE background.


White color preview on #AFE0FE background

This text has white color on #AFE0FE background.