COLOR #AFF1D6

HEX: #AFF1D6
RGB: (175,241,214)

Color info

#AFF1D6 contains mainly green and blue colors. Web safe color of #AFF1D6 is #99FFCC (or #9FC).

RGB color model

#AFF1D6 color RGB value is (175,241,214).

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

RGB channels and saturation

R 175 of 255 = 69%
G 241 of 255 = 95%
B 214 of 255 = 84%

175
241
214

R + G + B ~ 83%. #AFF1D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 241 + 214 = 630 (100%)
R 175 of 630 ~ 27.78%
G 241 of 630 ~ 38.25%
B 214 of 630 ~ 33.97%

%27.78
%38.25
%33.97

CMYK color model

#AFF1D6 color CMYK value is (27,0,11,5).

  • cyan value is 27.39%
  • magenta value is 0.00%
  • yellow value is 11.20%
  • key color value is 5.49%
CMYK:
(27,0,11,5)
C27M0Y11K5 
(27%,0%,11%,5%)
(0.27/0.00/0.11/0.05)	

CMYK percentages

%27.39
%0
%11.2
%5.49

Codes

Color #AFF1D6 in popluar color models

AFF1D6
RGB175241214
HSL155°70.21%81.57%
HSB/HSV155°27.39%94.51%
CMYK27.39%0.00%11.20%
5.49%

Color #AFF1D6 in popluar number systems.

HEXAFF1D6
Decimal175241214
Binary101011111111000111010110
Octal257361326

Shades and tints

Shades of #AFF1D6

#AFF1D6
(175,241,214)
#A0DCC3
(160,220,195)
#91C7B0
(145,199,176)
#82B29D
(130,178,157)
#739D8A
(115,157,138)
#648877
(100,136,119)
#557364
(85,115,100)
#465E51
(70,94,81)
#37493E
(55,73,62)
#28342B
(40,52,43)
#191F18
(25,31,24)
#000000
(0,0,0)

Tints of #AFF1D6

#AFF1D6
(175,241,214)
#B6F2D9
(182,242,217)
#BDF3DC
(189,243,220)
#C4F4DF
(196,244,223)
#CBF5E2
(203,245,226)
#D2F6E5
(210,246,229)
#D9F7E8
(217,247,232)
#E0F8EB
(224,248,235)
#E7F9EE
(231,249,238)
#EEFAF1
(238,250,241)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFF1D6; }

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

This text font color is #AFF1D6.


Background Color

.myBgColor { background-color: #AFF1D6; }

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

This div background color is #AFF1D6.


Border color

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

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

This div border color is #AFF1D6.


Opacity

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

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

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

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

This text has shadow with #AFF1D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFF1D6 on black background.


Color preview on white background

This text has color #AFF1D6 on white background.



Black color preview on #AFF1D6 background

This text has black color on #AFF1D6 background.


White color preview on #AFF1D6 background

This text has white color on #AFF1D6 background.