COLOR #AFE2DF

HEX: #AFE2DF RGB: (175,226,223)

Color info

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

RGB color model

#AFE2DF color RGB value is (175,226,223).

RGB: (175,226,223) (69%, 89%, 87%)

RGB channels and saturation

R 175 of 255 = 69%
G 226 of 255 = 89%
B 223 of 255 = 87%

175
226
223

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

Portions of RGB colors in percentages

R + G + B = 175 + 226 + 223 = 624 (100%)
R 175 of 624 ~ 28.04%
G 226 of 624 ~ 36.22%
B 223 of 624 ~ 35.74'%

%28.04
%36.22
%35.74

CMYK color model

#AFE2DF color CMYK value is (23,0,1,11).

  • cyan value is 22.57%
  • magenta value is 0.00%
  • yellow value is 1.33%
  • key color value is 11.37%

CMYK: (23,0,1,11)
C23M0Y1K11 (23%, 0%, 1%, 11%)
(0.23 / 0.00 / 0.01 / 0.11)

CMYK percentages

%22.57
%0
%1.33
%11.37

Codes

Color #AFE2DF in popluar color models

AF E2 DF
RGB 175 226 223
HSL 176° 46.79% 78.63%
HSB/HSV 176° 22.57% 88.63%
CMYK 22.57% 0.00% 1.33%
11.37%

Color #AFE2DF in popluar number systems.

HEX AF E2 DF
Decimal 175 226 223
Binary 10101111 11100010 11011111
Octal 257 342 337

Shades and tints

Shades of #AFE2DF

#AFE2DF
(175,226,223)
#A0CECB
(160,206,203)
#91BAB7
(145,186,183)
#82A6A3
(130,166,163)
#73928F
(115,146,143)
#647E7B
(100,126,123)
#556A67
(85,106,103)
#465653
(70,86,83)
#37423F
(55,66,63)
#282E2B
(40,46,43)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #AFE2DF

#AFE2DF
(175,226,223)
#B6E4E1
(182,228,225)
#BDE6E3
(189,230,227)
#C4E8E5
(196,232,229)
#CBEAE7
(203,234,231)
#D2ECE9
(210,236,233)
#D9EEEB
(217,238,235)
#E0F0ED
(224,240,237)
#E7F2EF
(231,242,239)
#EEF4F1
(238,244,241)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE2DF; }

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

This text font color is #AFE2DF.

Background Color

.myBgColor { background-color: #AFE2DF; }

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

This div background color is #AFE2DF.

Border color

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

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

This div border color is #AFE2DF.

Opacity

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

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

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

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

This text has shadow with #AFE2DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE2DF.

Preview

Color preview on black background

This text has color #AFE2DF on black background.


Color preview on white background

This text has color #AFE2DF on white background.


Black color preview on #AFE2DF background

This text has black color on #AFE2DF background.


White color preview on #AFE2DF background

This text has white color on #AFE2DF background.


Related colors

Complementary color

Complementary color for #hex is #501D20.


I love getcolorcode.com

Triadic colors

1 #DFAFE2 and #E2DFAF with #AFE2DF are triadic colors.

2 #DFE2AF and #E2AFDF with #AFE2DF are triadic colors.