COLOR #AFE9DF

HEX: #AFE9DF RGB: (175,233,223)

Color info

#AFE9DF contains red, green and blue colors in about the same proportion. Web safe color of #AFE9DF is #99FFCC (or #9FC).

RGB color model

#AFE9DF color RGB value is (175,233,223).

RGB: (175,233,223) (69%, 91%, 87%)

RGB channels and saturation

R 175 of 255 = 69%
G 233 of 255 = 91%
B 223 of 255 = 87%

175
233
223

R + G + B ~ 82%. #AFE9DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 233 + 223 = 631 (100%)
R 175 of 631 ~ 27.73%
G 233 of 631 ~ 36.93%
B 223 of 631 ~ 35.34'%

%27.73
%36.93
%35.34

CMYK color model

#AFE9DF color CMYK value is (25,0,4,9).

  • cyan value is 24.89%
  • magenta value is 0.00%
  • yellow value is 4.29%
  • key color value is 8.63%

CMYK: (25,0,4,9)
C25M0Y4K9 (25%, 0%, 4%, 9%)
(0.25 / 0.00 / 0.04 / 0.09)

CMYK percentages

%24.89
%0
%4.29
%8.63

Codes

Color #AFE9DF in popluar color models

AF E9 DF
RGB 175 233 223
HSL 170° 56.86% 80.00%
HSB/HSV 170° 24.89% 91.37%
CMYK 24.89% 0.00% 4.29%
8.63%

Color #AFE9DF in popluar number systems.

HEX AF E9 DF
Decimal 175 233 223
Binary 10101111 11101001 11011111
Octal 257 351 337

Shades and tints

Shades of #AFE9DF

#AFE9DF
(175,233,223)
#A0D4CB
(160,212,203)
#91BFB7
(145,191,183)
#82AAA3
(130,170,163)
#73958F
(115,149,143)
#64807B
(100,128,123)
#556B67
(85,107,103)
#465653
(70,86,83)
#37413F
(55,65,63)
#282C2B
(40,44,43)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #AFE9DF

#AFE9DF
(175,233,223)
#B6EBE1
(182,235,225)
#BDEDE3
(189,237,227)
#C4EFE5
(196,239,229)
#CBF1E7
(203,241,231)
#D2F3E9
(210,243,233)
#D9F5EB
(217,245,235)
#E0F7ED
(224,247,237)
#E7F9EF
(231,249,239)
#EEFBF1
(238,251,241)
#F5FDF3
(245,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE9DF; }

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

This text font color is #AFE9DF.

Background Color

.myBgColor { background-color: #AFE9DF; }

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

This div background color is #AFE9DF.

Border color

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

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

This div border color is #AFE9DF.

Opacity

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

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

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

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

This text has shadow with #AFE9DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE9DF.

Preview

Color preview on black background

This text has color #AFE9DF on black background.


Color preview on white background

This text has color #AFE9DF on white background.


Black color preview on #AFE9DF background

This text has black color on #AFE9DF background.


White color preview on #AFE9DF background

This text has white color on #AFE9DF background.


Related colors

Complementary color

Complementary color for #hex is #501620.


I love getcolorcode.com

Triadic colors

1 #DFAFE9 and #E9DFAF with #AFE9DF are triadic colors.

2 #DFE9AF and #E9AFDF with #AFE9DF are triadic colors.