COLOR #AFF4F1

HEX: #AFF4F1
RGB: (175,244,241)

Color info

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

RGB color model

#AFF4F1 color RGB value is (175,244,241).

  • red value is 175;
  • green value is 244;
  • blue value is 241.
RGB:
(175,244,241)
(69%,96%,95%)

RGB channels and saturation

R 175 of 255 = 69%
G 244 of 255 = 96%
B 241 of 255 = 95%

175
244
241

R + G + B ~ 87%. #AFF4F1 is light color.

Portions of RGB colors in percentages

R + G + B =
175 + 244 + 241 = 660 (100%)
R 175 of 660 ~ 26.52%
G 244 of 660 ~ 36.97%
B 241 of 660 ~ 36.52%

%26.52
%36.97
%36.52

CMYK color model

#AFF4F1 color CMYK value is (28,0,1,4).

  • cyan value is 28.28%
  • magenta value is 0.00%
  • yellow value is 1.23%
  • key color value is 4.31%
CMYK:
(28,0,1,4)
C28M0Y1K4 
(28%,0%,1%,4%)
(0.28/0.00/0.01/0.04)	

CMYK percentages

%28.28
%0
%1.23
%4.31

Codes

Color #AFF4F1 in popluar color models

AFF4F1
RGB175244241
HSL177°75.82%82.16%
HSB/HSV177°28.28%95.69%
CMYK28.28%0.00%1.23%
4.31%

Color #AFF4F1 in popluar number systems.

HEXAFF4F1
Decimal175244241
Binary101011111111010011110001
Octal257364361

Shades and tints

Shades of #AFF4F1

#AFF4F1
(175,244,241)
#A0DEDC
(160,222,220)
#91C8C7
(145,200,199)
#82B2B2
(130,178,178)
#739C9D
(115,156,157)
#648688
(100,134,136)
#557073
(85,112,115)
#465A5E
(70,90,94)
#374449
(55,68,73)
#282E34
(40,46,52)
#19181F
(25,24,31)
#000000
(0,0,0)

Tints of #AFF4F1

#AFF4F1
(175,244,241)
#B6F5F2
(182,245,242)
#BDF6F3
(189,246,243)
#C4F7F4
(196,247,244)
#CBF8F5
(203,248,245)
#D2F9F6
(210,249,246)
#D9FAF7
(217,250,247)
#E0FBF8
(224,251,248)
#E7FCF9
(231,252,249)
#EEFDFA
(238,253,250)
#F5FEFB
(245,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFF4F1 color. Also use rgb(175,244,241) instead hex code.

Text Font Color

.myTextColor { color: #AFF4F1; }

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

This text font color is #AFF4F1.


Background Color

.myBgColor { background-color: #AFF4F1; }

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

This div background color is #AFF4F1.


Border color

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

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

This div border color is #AFF4F1.


Opacity

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

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

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

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

This text has shadow with #AFF4F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFF4F1 on black background.


Color preview on white background

This text has color #AFF4F1 on white background.



Black color preview on #AFF4F1 background

This text has black color on #AFF4F1 background.


White color preview on #AFF4F1 background

This text has white color on #AFF4F1 background.