COLOR #AFF2DC

HEX: #AFF2DC RGB: (175,242,220)

Color info

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

RGB color model

#AFF2DC color RGB value is (175,242,220).

RGB: (175,242,220) (69%, 95%, 86%)

RGB channels and saturation

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

175
242
220

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

Portions of RGB colors in percentages

R + G + B = 175 + 242 + 220 = 637 (100%)
R 175 of 637 ~ 27.47%
G 242 of 637 ~ 37.99%
B 220 of 637 ~ 34.54'%

%27.47
%37.99
%34.54

CMYK color model

#AFF2DC color CMYK value is (28,0,9,5).

  • cyan value is 27.69%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 5.10%

CMYK: (28,0,9,5)
C28M0Y9K5 (28%, 0%, 9%, 5%)
(0.28 / 0.00 / 0.09 / 0.05)

CMYK percentages

%27.69
%0
%9.09
%5.1

Codes

Color #AFF2DC in popluar color models

AF F2 DC
RGB 175 242 220
HSL 160° 72.04% 81.76%
HSB/HSV 160° 27.69% 94.90%
CMYK 27.69% 0.00% 9.09%
5.10%

Color #AFF2DC in popluar number systems.

HEX AF F2 DC
Decimal 175 242 220
Binary 10101111 11110010 11011100
Octal 257 362 334

Shades and tints

Shades of #AFF2DC

#AFF2DC
(175,242,220)
#A0DCC8
(160,220,200)
#91C6B4
(145,198,180)
#82B0A0
(130,176,160)
#739A8C
(115,154,140)
#648478
(100,132,120)
#556E64
(85,110,100)
#465850
(70,88,80)
#37423C
(55,66,60)
#282C28
(40,44,40)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #AFF2DC

#AFF2DC
(175,242,220)
#B6F3DF
(182,243,223)
#BDF4E2
(189,244,226)
#C4F5E5
(196,245,229)
#CBF6E8
(203,246,232)
#D2F7EB
(210,247,235)
#D9F8EE
(217,248,238)
#E0F9F1
(224,249,241)
#E7FAF4
(231,250,244)
#EEFBF7
(238,251,247)
#F5FCFA
(245,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFF2DC; }

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

This text font color is #AFF2DC.

Background Color

.myBgColor { background-color: #AFF2DC; }

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

This div background color is #AFF2DC.

Border color

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

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

This div border color is #AFF2DC.

Opacity

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

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

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

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

This text has shadow with #AFF2DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFF2DC.

Preview

Color preview on black background

This text has color #AFF2DC on black background.


Color preview on white background

This text has color #AFF2DC on white background.


Black color preview on #AFF2DC background

This text has black color on #AFF2DC background.


White color preview on #AFF2DC background

This text has white color on #AFF2DC background.


Related colors

Complementary color

Complementary color for #hex is #500D23.


I love getcolorcode.com

Triadic colors

1 #DCAFF2 and #F2DCAF with #AFF2DC are triadic colors.

2 #DCF2AF and #F2AFDC with #AFF2DC are triadic colors.