COLOR #AFF3D6

HEX: #AFF3D6
RGB: (175,243,214)

Color info

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

RGB color model

#AFF3D6 color RGB value is (175,243,214).

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

RGB channels and saturation

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

175
243
214

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

Portions of RGB colors in percentages

R + G + B =
175 + 243 + 214 = 632 (100%)
R 175 of 632 ~ 27.69%
G 243 of 632 ~ 38.45%
B 214 of 632 ~ 33.86%

%27.69
%38.45
%33.86

CMYK color model

#AFF3D6 color CMYK value is (28,0,12,5).

  • cyan value is 27.98%
  • magenta value is 0.00%
  • yellow value is 11.93%
  • key color value is 4.71%
CMYK:
(28,0,12,5)
C28M0Y12K5 
(28%,0%,12%,5%)
(0.28/0.00/0.12/0.05)	

CMYK percentages

%27.98
%0
%11.93
%4.71

Codes

Color #AFF3D6 in popluar color models

AFF3D6
RGB175243214
HSL154°73.91%81.96%
HSB/HSV154°27.98%95.29%
CMYK27.98%0.00%11.93%
4.71%

Color #AFF3D6 in popluar number systems.

HEXAFF3D6
Decimal175243214
Binary101011111111001111010110
Octal257363326

Shades and tints

Shades of #AFF3D6

#AFF3D6
(175,243,214)
#A0DDC3
(160,221,195)
#91C7B0
(145,199,176)
#82B19D
(130,177,157)
#739B8A
(115,155,138)
#648577
(100,133,119)
#556F64
(85,111,100)
#465951
(70,89,81)
#37433E
(55,67,62)
#282D2B
(40,45,43)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #AFF3D6

#AFF3D6
(175,243,214)
#B6F4D9
(182,244,217)
#BDF5DC
(189,245,220)
#C4F6DF
(196,246,223)
#CBF7E2
(203,247,226)
#D2F8E5
(210,248,229)
#D9F9E8
(217,249,232)
#E0FAEB
(224,250,235)
#E7FBEE
(231,251,238)
#EEFCF1
(238,252,241)
#F5FDF4
(245,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFF3D6; }

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

This text font color is #AFF3D6.


Background Color

.myBgColor { background-color: #AFF3D6; }

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

This div background color is #AFF3D6.


Border color

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

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

This div border color is #AFF3D6.


Opacity

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

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

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

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

This text has shadow with #AFF3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFF3D6 on black background.


Color preview on white background

This text has color #AFF3D6 on white background.



Black color preview on #AFF3D6 background

This text has black color on #AFF3D6 background.


White color preview on #AFF3D6 background

This text has white color on #AFF3D6 background.