COLOR #AFE4F2

HEX: #AFE4F2 RGB: (175,228,242)

Color info

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

RGB color model

#AFE4F2 color RGB value is (175,228,242).

RGB: (175,228,242) (69%, 89%, 95%)

RGB channels and saturation

R 175 of 255 = 69%
G 228 of 255 = 89%
B 242 of 255 = 95%

175
228
242

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

Portions of RGB colors in percentages

R + G + B = 175 + 228 + 242 = 645 (100%)
R 175 of 645 ~ 27.13%
G 228 of 645 ~ 35.35%
B 242 of 645 ~ 37.52'%

%27.13
%35.35
%37.52

CMYK color model

#AFE4F2 color CMYK value is (28,6,0,5).

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

CMYK: (28,6,0,5)
C28M6Y0K5 (28%, 6%, 0%, 5%)
(0.28 / 0.06 / 0.00 / 0.05)

CMYK percentages

%27.69
%5.79
%0
%5.1

Codes

Color #AFE4F2 in popluar color models

AF E4 F2
RGB 175 228 242
HSL 193° 72.04% 81.76%
HSB/HSV 193° 27.69% 94.90%
CMYK 27.69% 5.79% 0.00%
5.10%

Color #AFE4F2 in popluar number systems.

HEX AF E4 F2
Decimal 175 228 242
Binary 10101111 11100100 11110010
Octal 257 344 362

Shades and tints

Shades of #AFE4F2

#AFE4F2
(175,228,242)
#A0D0DC
(160,208,220)
#91BCC6
(145,188,198)
#82A8B0
(130,168,176)
#73949A
(115,148,154)
#648084
(100,128,132)
#556C6E
(85,108,110)
#465858
(70,88,88)
#374442
(55,68,66)
#28302C
(40,48,44)
#191C16
(25,28,22)
#000000
(0,0,0)

Tints of #AFE4F2

#AFE4F2
(175,228,242)
#B6E6F3
(182,230,243)
#BDE8F4
(189,232,244)
#C4EAF5
(196,234,245)
#CBECF6
(203,236,246)
#D2EEF7
(210,238,247)
#D9F0F8
(217,240,248)
#E0F2F9
(224,242,249)
#E7F4FA
(231,244,250)
#EEF6FB
(238,246,251)
#F5F8FC
(245,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE4F2; }

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

This text font color is #AFE4F2.

Background Color

.myBgColor { background-color: #AFE4F2; }

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

This div background color is #AFE4F2.

Border color

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

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

This div border color is #AFE4F2.

Opacity

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

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

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

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

This text has shadow with #AFE4F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE4F2.

Preview

Color preview on black background

This text has color #AFE4F2 on black background.


Color preview on white background

This text has color #AFE4F2 on white background.


Black color preview on #AFE4F2 background

This text has black color on #AFE4F2 background.


White color preview on #AFE4F2 background

This text has white color on #AFE4F2 background.


Related colors

Complementary color

Complementary color for #hex is #501B0D.


I love getcolorcode.com

Triadic colors

1 #F2AFE4 and #E4F2AF with #AFE4F2 are triadic colors.

2 #F2E4AF and #E4AFF2 with #AFE4F2 are triadic colors.