COLOR #AFF2D7

HEX: #AFF2D7
RGB: (175,242,215)

Color info

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

RGB color model

#AFF2D7 color RGB value is (175,242,215).

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

RGB channels and saturation

R 175 of 255 = 69%
G 242 of 255 = 95%
B 215 of 255 = 84%

175
242
215

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

Portions of RGB colors in percentages

R + G + B =
175 + 242 + 215 = 632 (100%)
R 175 of 632 ~ 27.69%
G 242 of 632 ~ 38.29%
B 215 of 632 ~ 34.02%

%27.69
%38.29
%34.02

CMYK color model

#AFF2D7 color CMYK value is (28,0,11,5).

  • cyan value is 27.69%
  • magenta value is 0.00%
  • yellow value is 11.16%
  • key color value is 5.10%
CMYK:
(28,0,11,5)
C28M0Y11K5 
(28%,0%,11%,5%)
(0.28/0.00/0.11/0.05)	

CMYK percentages

%27.69
%0
%11.16
%5.1

Codes

Color #AFF2D7 in popluar color models

AFF2D7
RGB175242215
HSL156°72.04%81.76%
HSB/HSV156°27.69%94.90%
CMYK27.69%0.00%11.16%
5.10%

Color #AFF2D7 in popluar number systems.

HEXAFF2D7
Decimal175242215
Binary101011111111001011010111
Octal257362327

Shades and tints

Shades of #AFF2D7

#AFF2D7
(175,242,215)
#A0DCC4
(160,220,196)
#91C6B1
(145,198,177)
#82B09E
(130,176,158)
#739A8B
(115,154,139)
#648478
(100,132,120)
#556E65
(85,110,101)
#465852
(70,88,82)
#37423F
(55,66,63)
#282C2C
(40,44,44)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #AFF2D7

#AFF2D7
(175,242,215)
#B6F3DA
(182,243,218)
#BDF4DD
(189,244,221)
#C4F5E0
(196,245,224)
#CBF6E3
(203,246,227)
#D2F7E6
(210,247,230)
#D9F8E9
(217,248,233)
#E0F9EC
(224,249,236)
#E7FAEF
(231,250,239)
#EEFBF2
(238,251,242)
#F5FCF5
(245,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFF2D7 color. Also use rgb(175,242,215) instead hex code.

Text Font Color

.myTextColor { color: #AFF2D7; }

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

This text font color is #AFF2D7.


Background Color

.myBgColor { background-color: #AFF2D7; }

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

This div background color is #AFF2D7.


Border color

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

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

This div border color is #AFF2D7.


Opacity

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

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

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

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

This text has shadow with #AFF2D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFF2D7 on black background.


Color preview on white background

This text has color #AFF2D7 on white background.



Black color preview on #AFF2D7 background

This text has black color on #AFF2D7 background.


White color preview on #AFF2D7 background

This text has white color on #AFF2D7 background.