COLOR #AFE0D2

HEX: #AFE0D2 RGB: (175,224,210)

Color info

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

RGB color model

#AFE0D2 color RGB value is (175,224,210).

RGB: (175,224,210) (69%, 88%, 82%)

RGB channels and saturation

R 175 of 255 = 69%
G 224 of 255 = 88%
B 210 of 255 = 82%

175
224
210

R + G + B ~ 80%. #AFE0D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 224 + 210 = 609 (100%)
R 175 of 609 ~ 28.74%
G 224 of 609 ~ 36.78%
B 210 of 609 ~ 34.48'%

%28.74
%36.78
%34.48

CMYK color model

#AFE0D2 color CMYK value is (22,0,6,12).

  • cyan value is 21.88%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 12.16%

CMYK: (22,0,6,12)
C22M0Y6K12 (22%, 0%, 6%, 12%)
(0.22 / 0.00 / 0.06 / 0.12)

CMYK percentages

%21.88
%0
%6.25
%12.16

Codes

Color #AFE0D2 in popluar color models

AF E0 D2
RGB 175 224 210
HSL 163° 44.14% 78.24%
HSB/HSV 163° 21.88% 87.84%
CMYK 21.88% 0.00% 6.25%
12.16%

Color #AFE0D2 in popluar number systems.

HEX AF E0 D2
Decimal 175 224 210
Binary 10101111 11100000 11010010
Octal 257 340 322

Shades and tints

Shades of #AFE0D2

#AFE0D2
(175,224,210)
#A0CCBF
(160,204,191)
#91B8AC
(145,184,172)
#82A499
(130,164,153)
#739086
(115,144,134)
#647C73
(100,124,115)
#556860
(85,104,96)
#46544D
(70,84,77)
#37403A
(55,64,58)
#282C27
(40,44,39)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #AFE0D2

#AFE0D2
(175,224,210)
#B6E2D6
(182,226,214)
#BDE4DA
(189,228,218)
#C4E6DE
(196,230,222)
#CBE8E2
(203,232,226)
#D2EAE6
(210,234,230)
#D9ECEA
(217,236,234)
#E0EEEE
(224,238,238)
#E7F0F2
(231,240,242)
#EEF2F6
(238,242,246)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE0D2 color. Also use rgb(175,224,210) instead hex code.

Text Font Color

.myTextColor { color: #AFE0D2; }

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

This text font color is #AFE0D2.

Background Color

.myBgColor { background-color: #AFE0D2; }

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

This div background color is #AFE0D2.

Border color

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

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

This div border color is #AFE0D2.

Opacity

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

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

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

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

This text has shadow with #AFE0D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE0D2.

Preview

Color preview on black background

This text has color #AFE0D2 on black background.


Color preview on white background

This text has color #AFE0D2 on white background.


Black color preview on #AFE0D2 background

This text has black color on #AFE0D2 background.


White color preview on #AFE0D2 background

This text has white color on #AFE0D2 background.


Related colors

Complementary color

Complementary color for #hex is #501F2D.


I love getcolorcode.com

Triadic colors

1 #D2AFE0 and #E0D2AF with #AFE0D2 are triadic colors.

2 #D2E0AF and #E0AFD2 with #AFE0D2 are triadic colors.