COLOR #AFE8FA

HEX: #AFE8FA
RGB: (175,232,250)

Color info

#AFE8FA contains mainly green and blue colors. Web safe color of #AFE8FA is #99FFFF (or #9FF).

RGB color model

#AFE8FA color RGB value is (175,232,250).

  • red value is 175;
  • green value is 232;
  • blue value is 250.
RGB:
(175,232,250)
(69%,91%,98%)

RGB channels and saturation

R 175 of 255 = 69%
G 232 of 255 = 91%
B 250 of 255 = 98%

175
232
250

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

Portions of RGB colors in percentages

R + G + B =
175 + 232 + 250 = 657 (100%)
R 175 of 657 ~ 26.64%
G 232 of 657 ~ 35.31%
B 250 of 657 ~ 38.05%

%26.64
%35.31
%38.05

CMYK color model

#AFE8FA color CMYK value is (30,7,0,2).

  • cyan value is 30.00%
  • magenta value is 7.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(30,7,0,2)
C30M7Y0K2 
(30%,7%,0%,2%)
(0.30/0.07/0.00/0.02)	

CMYK percentages

%30
%7.2
%0
%1.96

Codes

Color #AFE8FA in popluar color models

AFE8FA
RGB175232250
HSL194°88.24%83.33%
HSB/HSV194°30.00%98.04%
CMYK30.00%7.20%0.00%
1.96%

Color #AFE8FA in popluar number systems.

HEXAFE8FA
Decimal175232250
Binary101011111110100011111010
Octal257350372

Shades and tints

Shades of #AFE8FA

#AFE8FA
(175,232,250)
#A0D3E4
(160,211,228)
#91BECE
(145,190,206)
#82A9B8
(130,169,184)
#7394A2
(115,148,162)
#647F8C
(100,127,140)
#556A76
(85,106,118)
#465560
(70,85,96)
#37404A
(55,64,74)
#282B34
(40,43,52)
#19161E
(25,22,30)
#000000
(0,0,0)

Tints of #AFE8FA

#AFE8FA
(175,232,250)
#B6EAFA
(182,234,250)
#BDECFA
(189,236,250)
#C4EEFA
(196,238,250)
#CBF0FA
(203,240,250)
#D2F2FA
(210,242,250)
#D9F4FA
(217,244,250)
#E0F6FA
(224,246,250)
#E7F8FA
(231,248,250)
#EEFAFA
(238,250,250)
#F5FCFA
(245,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE8FA color. Also use rgb(175,232,250) instead hex code.

Text Font Color

.myTextColor { color: #AFE8FA; }

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

This text font color is #AFE8FA.


Background Color

.myBgColor { background-color: #AFE8FA; }

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

This div background color is #AFE8FA.


Border color

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

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

This div border color is #AFE8FA.


Opacity

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

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

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

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

This text has shadow with #AFE8FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE8FA on black background.


Color preview on white background

This text has color #AFE8FA on white background.



Black color preview on #AFE8FA background

This text has black color on #AFE8FA background.


White color preview on #AFE8FA background

This text has white color on #AFE8FA background.