COLOR #AFF8DF

HEX: #AFF8DF RGB: (175,248,223)

Color info

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

RGB color model

#AFF8DF color RGB value is (175,248,223).

RGB: (175,248,223) (69%, 97%, 87%)

RGB channels and saturation

R 175 of 255 = 69%
G 248 of 255 = 97%
B 223 of 255 = 87%

175
248
223

R + G + B ~ 84%. #AFF8DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 248 + 223 = 646 (100%)
R 175 of 646 ~ 27.09%
G 248 of 646 ~ 38.39%
B 223 of 646 ~ 34.52'%

%27.09
%38.39
%34.52

CMYK color model

#AFF8DF color CMYK value is (29,0,10,3).

  • cyan value is 29.44%
  • magenta value is 0.00%
  • yellow value is 10.08%
  • key color value is 2.75%
CMYK: (29,0,10,3) C29M0Y10K3 (29%,0%,10%,3%) (0.29/0.00/0.10/0.03) 

CMYK percentages

%29.44
%0
%10.08
%2.75

Codes

Color #AFF8DF in popluar color models

AF F8 DF
RGB 175 248 223
HSL 159° 83.91% 82.94%
HSB/HSV 159° 29.44% 97.25%
CMYK 29.44% 0.00% 10.08%
2.75%

Color #AFF8DF in popluar number systems.

HEX AF F8 DF
Decimal 175 248 223
Binary 10101111 11111000 11011111
Octal 257 370 337

Shades and tints

Shades of #AFF8DF

#AFF8DF
(175,248,223)
#A0E2CB
(160,226,203)
#91CCB7
(145,204,183)
#82B6A3
(130,182,163)
#73A08F
(115,160,143)
#648A7B
(100,138,123)
#557467
(85,116,103)
#465E53
(70,94,83)
#37483F
(55,72,63)
#28322B
(40,50,43)
#191C17
(25,28,23)
#000000
(0,0,0)

Tints of #AFF8DF

#AFF8DF
(175,248,223)
#B6F8E1
(182,248,225)
#BDF8E3
(189,248,227)
#C4F8E5
(196,248,229)
#CBF8E7
(203,248,231)
#D2F8E9
(210,248,233)
#D9F8EB
(217,248,235)
#E0F8ED
(224,248,237)
#E7F8EF
(231,248,239)
#EEF8F1
(238,248,241)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFF8DF color. Also use rgb(175,248,223) instead hex code.

Text Font Color

.myTextColor { color: #AFF8DF; }

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

This text font color is #AFF8DF.

Background Color

.myBgColor { background-color: #AFF8DF; }

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

This div background color is #AFF8DF.

Border color

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

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

This div border color is #AFF8DF.

Opacity

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

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

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

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

This text has shadow with #AFF8DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFF8DF.

Preview

Color preview on black background

This text has color #AFF8DF on black background.


Color preview on white background

This text has color #AFF8DF on white background.


Black color preview on #AFF8DF background

This text has black color on #AFF8DF background.


White color preview on #AFF8DF background

This text has white color on #AFF8DF background.


Related colors

Complementary color

Complementary color for #hex is #500720.


I love getcolorcode.com

Triadic colors

1 #DFAFF8 and #F8DFAF with #AFF8DF are triadic colors.

2 #DFF8AF and #F8AFDF with #AFF8DF are triadic colors.