COLOR #AFF6E9

HEX: #AFF6E9
RGB: (175,246,233)

Color info

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

RGB color model

#AFF6E9 color RGB value is (175,246,233).

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

RGB channels and saturation

R 175 of 255 = 69%
G 246 of 255 = 96%
B 233 of 255 = 91%

175
246
233

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

Portions of RGB colors in percentages

R + G + B =
175 + 246 + 233 = 654 (100%)
R 175 of 654 ~ 26.76%
G 246 of 654 ~ 37.61%
B 233 of 654 ~ 35.63%

%26.76
%37.61
%35.63

CMYK color model

#AFF6E9 color CMYK value is (29,0,5,4).

  • cyan value is 28.86%
  • magenta value is 0.00%
  • yellow value is 5.28%
  • key color value is 3.53%
CMYK:
(29,0,5,4)
C29M0Y5K4 
(29%,0%,5%,4%)
(0.29/0.00/0.05/0.04)	

CMYK percentages

%28.86
%0
%5.28
%3.53

Codes

Color #AFF6E9 in popluar color models

AFF6E9
RGB175246233
HSL169°79.78%82.55%
HSB/HSV169°28.86%96.47%
CMYK28.86%0.00%5.28%
3.53%

Color #AFF6E9 in popluar number systems.

HEXAFF6E9
Decimal175246233
Binary101011111111011011101001
Octal257366351

Shades and tints

Shades of #AFF6E9

#AFF6E9
(175,246,233)
#A0E0D4
(160,224,212)
#91CABF
(145,202,191)
#82B4AA
(130,180,170)
#739E95
(115,158,149)
#648880
(100,136,128)
#55726B
(85,114,107)
#465C56
(70,92,86)
#374641
(55,70,65)
#28302C
(40,48,44)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #AFF6E9

#AFF6E9
(175,246,233)
#B6F6EB
(182,246,235)
#BDF6ED
(189,246,237)
#C4F6EF
(196,246,239)
#CBF6F1
(203,246,241)
#D2F6F3
(210,246,243)
#D9F6F5
(217,246,245)
#E0F6F7
(224,246,247)
#E7F6F9
(231,246,249)
#EEF6FB
(238,246,251)
#F5F6FD
(245,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFF6E9; }

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

This text font color is #AFF6E9.


Background Color

.myBgColor { background-color: #AFF6E9; }

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

This div background color is #AFF6E9.


Border color

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

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

This div border color is #AFF6E9.


Opacity

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

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

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

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

This text has shadow with #AFF6E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFF6E9 on black background.


Color preview on white background

This text has color #AFF6E9 on white background.



Black color preview on #AFF6E9 background

This text has black color on #AFF6E9 background.


White color preview on #AFF6E9 background

This text has white color on #AFF6E9 background.