COLOR #AFE9EE

HEX: #AFE9EE
RGB: (175,233,238)

Color info

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

RGB color model

#AFE9EE color RGB value is (175,233,238).

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

RGB channels and saturation

R 175 of 255 = 69%
G 233 of 255 = 91%
B 238 of 255 = 93%

175
233
238

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

Portions of RGB colors in percentages

R + G + B =
175 + 233 + 238 = 646 (100%)
R 175 of 646 ~ 27.09%
G 233 of 646 ~ 36.07%
B 238 of 646 ~ 36.84%

%27.09
%36.07
%36.84

CMYK color model

#AFE9EE color CMYK value is (26,2,0,7).

  • cyan value is 26.47%
  • magenta value is 2.10%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(26,2,0,7)
C26M2Y0K7 
(26%,2%,0%,7%)
(0.26/0.02/0.00/0.07)	

CMYK percentages

%26.47
%2.1
%0
%6.67

Codes

Color #AFE9EE in popluar color models

AFE9EE
RGB175233238
HSL185°64.95%80.98%
HSB/HSV185°26.47%93.33%
CMYK26.47%2.10%0.00%
6.67%

Color #AFE9EE in popluar number systems.

HEXAFE9EE
Decimal175233238
Binary101011111110100111101110
Octal257351356

Shades and tints

Shades of #AFE9EE

#AFE9EE
(175,233,238)
#A0D4D9
(160,212,217)
#91BFC4
(145,191,196)
#82AAAF
(130,170,175)
#73959A
(115,149,154)
#648085
(100,128,133)
#556B70
(85,107,112)
#46565B
(70,86,91)
#374146
(55,65,70)
#282C31
(40,44,49)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #AFE9EE

#AFE9EE
(175,233,238)
#B6EBEF
(182,235,239)
#BDEDF0
(189,237,240)
#C4EFF1
(196,239,241)
#CBF1F2
(203,241,242)
#D2F3F3
(210,243,243)
#D9F5F4
(217,245,244)
#E0F7F5
(224,247,245)
#E7F9F6
(231,249,246)
#EEFBF7
(238,251,247)
#F5FDF8
(245,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE9EE; }

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

This text font color is #AFE9EE.


Background Color

.myBgColor { background-color: #AFE9EE; }

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

This div background color is #AFE9EE.


Border color

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

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

This div border color is #AFE9EE.


Opacity

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

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

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

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

This text has shadow with #AFE9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE9EE on black background.


Color preview on white background

This text has color #AFE9EE on white background.



Black color preview on #AFE9EE background

This text has black color on #AFE9EE background.


White color preview on #AFE9EE background

This text has white color on #AFE9EE background.