COLOR #AFE9EF

HEX: #AFE9EF
RGB: (175,233,239)

Color info

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

RGB color model

#AFE9EF color RGB value is (175,233,239).

  • red value is 175;
  • green value is 233;
  • blue value is 239.
RGB:
(175,233,239)
(69%,91%,94%)

RGB channels and saturation

R 175 of 255 = 69%
G 233 of 255 = 91%
B 239 of 255 = 94%

175
233
239

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

Portions of RGB colors in percentages

R + G + B =
175 + 233 + 239 = 647 (100%)
R 175 of 647 ~ 27.05%
G 233 of 647 ~ 36.01%
B 239 of 647 ~ 36.94%

%27.05
%36.01
%36.94

CMYK color model

#AFE9EF color CMYK value is (27,3,0,6).

  • cyan value is 26.78%
  • magenta value is 2.51%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(27,3,0,6)
C27M3Y0K6 
(27%,3%,0%,6%)
(0.27/0.03/0.00/0.06)	

CMYK percentages

%26.78
%2.51
%0
%6.27

Codes

Color #AFE9EF in popluar color models

AFE9EF
RGB175233239
HSL186°66.67%81.18%
HSB/HSV186°26.78%93.73%
CMYK26.78%2.51%0.00%
6.27%

Color #AFE9EF in popluar number systems.

HEXAFE9EF
Decimal175233239
Binary101011111110100111101111
Octal257351357

Shades and tints

Shades of #AFE9EF

#AFE9EF
(175,233,239)
#A0D4DA
(160,212,218)
#91BFC5
(145,191,197)
#82AAB0
(130,170,176)
#73959B
(115,149,155)
#648086
(100,128,134)
#556B71
(85,107,113)
#46565C
(70,86,92)
#374147
(55,65,71)
#282C32
(40,44,50)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #AFE9EF

#AFE9EF
(175,233,239)
#B6EBF0
(182,235,240)
#BDEDF1
(189,237,241)
#C4EFF2
(196,239,242)
#CBF1F3
(203,241,243)
#D2F3F4
(210,243,244)
#D9F5F5
(217,245,245)
#E0F7F6
(224,247,246)
#E7F9F7
(231,249,247)
#EEFBF8
(238,251,248)
#F5FDF9
(245,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE9EF color. Also use rgb(175,233,239) instead hex code.

Text Font Color

.myTextColor { color: #AFE9EF; }

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

This text font color is #AFE9EF.


Background Color

.myBgColor { background-color: #AFE9EF; }

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

This div background color is #AFE9EF.


Border color

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

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

This div border color is #AFE9EF.


Opacity

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

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

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

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

This text has shadow with #AFE9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE9EF on black background.


Color preview on white background

This text has color #AFE9EF on white background.



Black color preview on #AFE9EF background

This text has black color on #AFE9EF background.


White color preview on #AFE9EF background

This text has white color on #AFE9EF background.