COLOR #AFF1DC

HEX: #AFF1DC
RGB: (175,241,220)

Color info

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

RGB color model

#AFF1DC color RGB value is (175,241,220).

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

RGB channels and saturation

R 175 of 255 = 69%
G 241 of 255 = 95%
B 220 of 255 = 86%

175
241
220

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

Portions of RGB colors in percentages

R + G + B =
175 + 241 + 220 = 636 (100%)
R 175 of 636 ~ 27.52%
G 241 of 636 ~ 37.89%
B 220 of 636 ~ 34.59%

%27.52
%37.89
%34.59

CMYK color model

#AFF1DC color CMYK value is (27,0,9,5).

  • cyan value is 27.39%
  • magenta value is 0.00%
  • yellow value is 8.71%
  • key color value is 5.49%
CMYK:
(27,0,9,5)
C27M0Y9K5 
(27%,0%,9%,5%)
(0.27/0.00/0.09/0.05)	

CMYK percentages

%27.39
%0
%8.71
%5.49

Codes

Color #AFF1DC in popluar color models

AFF1DC
RGB175241220
HSL161°70.21%81.57%
HSB/HSV161°27.39%94.51%
CMYK27.39%0.00%8.71%
5.49%

Color #AFF1DC in popluar number systems.

HEXAFF1DC
Decimal175241220
Binary101011111111000111011100
Octal257361334

Shades and tints

Shades of #AFF1DC

#AFF1DC
(175,241,220)
#A0DCC8
(160,220,200)
#91C7B4
(145,199,180)
#82B2A0
(130,178,160)
#739D8C
(115,157,140)
#648878
(100,136,120)
#557364
(85,115,100)
#465E50
(70,94,80)
#37493C
(55,73,60)
#283428
(40,52,40)
#191F14
(25,31,20)
#000000
(0,0,0)

Tints of #AFF1DC

#AFF1DC
(175,241,220)
#B6F2DF
(182,242,223)
#BDF3E2
(189,243,226)
#C4F4E5
(196,244,229)
#CBF5E8
(203,245,232)
#D2F6EB
(210,246,235)
#D9F7EE
(217,247,238)
#E0F8F1
(224,248,241)
#E7F9F4
(231,249,244)
#EEFAF7
(238,250,247)
#F5FBFA
(245,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFF1DC; }

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

This text font color is #AFF1DC.


Background Color

.myBgColor { background-color: #AFF1DC; }

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

This div background color is #AFF1DC.


Border color

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

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

This div border color is #AFF1DC.


Opacity

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

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

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

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

This text has shadow with #AFF1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFF1DC on black background.


Color preview on white background

This text has color #AFF1DC on white background.



Black color preview on #AFF1DC background

This text has black color on #AFF1DC background.


White color preview on #AFF1DC background

This text has white color on #AFF1DC background.