COLOR #AFE8F2

HEX: #AFE8F2 RGB: (175,232,242)

Color info

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

RGB color model

#AFE8F2 color RGB value is (175,232,242).

RGB: (175,232,242) (69%, 91%, 95%)

RGB channels and saturation

R 175 of 255 = 69%
G 232 of 255 = 91%
B 242 of 255 = 95%

175
232
242

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

Portions of RGB colors in percentages

R + G + B = 175 + 232 + 242 = 649 (100%)
R 175 of 649 ~ 26.96%
G 232 of 649 ~ 35.75%
B 242 of 649 ~ 37.29'%

%26.96
%35.75
%37.29

CMYK color model

#AFE8F2 color CMYK value is (28,4,0,5).

  • cyan value is 27.69%
  • magenta value is 4.13%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (28,4,0,5)
C28M4Y0K5 (28%, 4%, 0%, 5%)
(0.28 / 0.04 / 0.00 / 0.05)

CMYK percentages

%27.69
%4.13
%0
%5.1

Codes

Color #AFE8F2 in popluar color models

AF E8 F2
RGB 175 232 242
HSL 189° 72.04% 81.76%
HSB/HSV 189° 27.69% 94.90%
CMYK 27.69% 4.13% 0.00%
5.10%

Color #AFE8F2 in popluar number systems.

HEX AF E8 F2
Decimal 175 232 242
Binary 10101111 11101000 11110010
Octal 257 350 362

Shades and tints

Shades of #AFE8F2

#AFE8F2
(175,232,242)
#A0D3DC
(160,211,220)
#91BEC6
(145,190,198)
#82A9B0
(130,169,176)
#73949A
(115,148,154)
#647F84
(100,127,132)
#556A6E
(85,106,110)
#465558
(70,85,88)
#374042
(55,64,66)
#282B2C
(40,43,44)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #AFE8F2

#AFE8F2
(175,232,242)
#B6EAF3
(182,234,243)
#BDECF4
(189,236,244)
#C4EEF5
(196,238,245)
#CBF0F6
(203,240,246)
#D2F2F7
(210,242,247)
#D9F4F8
(217,244,248)
#E0F6F9
(224,246,249)
#E7F8FA
(231,248,250)
#EEFAFB
(238,250,251)
#F5FCFC
(245,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE8F2; }

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

This text font color is #AFE8F2.

Background Color

.myBgColor { background-color: #AFE8F2; }

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

This div background color is #AFE8F2.

Border color

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

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

This div border color is #AFE8F2.

Opacity

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

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

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

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

This text has shadow with #AFE8F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE8F2.

Preview

Color preview on black background

This text has color #AFE8F2 on black background.


Color preview on white background

This text has color #AFE8F2 on white background.


Black color preview on #AFE8F2 background

This text has black color on #AFE8F2 background.


White color preview on #AFE8F2 background

This text has white color on #AFE8F2 background.


Related colors

Complementary color

Complementary color for #hex is #50170D.


I love getcolorcode.com

Triadic colors

1 #F2AFE8 and #E8F2AF with #AFE8F2 are triadic colors.

2 #F2E8AF and #E8AFF2 with #AFE8F2 are triadic colors.