COLOR #AFD6D2

HEX: #AFD6D2 RGB: (175,214,210)

Color info

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

RGB color model

#AFD6D2 color RGB value is (175,214,210).

RGB: (175,214,210) (69%, 84%, 82%)

RGB channels and saturation

R 175 of 255 = 69%
G 214 of 255 = 84%
B 210 of 255 = 82%

175
214
210

R + G + B ~ 78%. #AFD6D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 214 + 210 = 599 (100%)
R 175 of 599 ~ 29.22%
G 214 of 599 ~ 35.73%
B 210 of 599 ~ 35.06'%

%29.22
%35.73
%35.06

CMYK color model

#AFD6D2 color CMYK value is (18,0,2,16).

  • cyan value is 18.22%
  • magenta value is 0.00%
  • yellow value is 1.87%
  • key color value is 16.08%

CMYK: (18,0,2,16)
C18M0Y2K16 (18%, 0%, 2%, 16%)
(0.18 / 0.00 / 0.02 / 0.16)

CMYK percentages

%18.22
%0
%1.87
%16.08

Codes

Color #AFD6D2 in popluar color models

AF D6 D2
RGB 175 214 210
HSL 174° 32.23% 76.27%
HSB/HSV 174° 18.22% 83.92%
CMYK 18.22% 0.00% 1.87%
16.08%

Color #AFD6D2 in popluar number systems.

HEX AF D6 D2
Decimal 175 214 210
Binary 10101111 11010110 11010010
Octal 257 326 322

Shades and tints

Shades of #AFD6D2

#AFD6D2
(175,214,210)
#A0C3BF
(160,195,191)
#91B0AC
(145,176,172)
#829D99
(130,157,153)
#738A86
(115,138,134)
#647773
(100,119,115)
#556460
(85,100,96)
#46514D
(70,81,77)
#373E3A
(55,62,58)
#282B27
(40,43,39)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #AFD6D2

#AFD6D2
(175,214,210)
#B6D9D6
(182,217,214)
#BDDCDA
(189,220,218)
#C4DFDE
(196,223,222)
#CBE2E2
(203,226,226)
#D2E5E6
(210,229,230)
#D9E8EA
(217,232,234)
#E0EBEE
(224,235,238)
#E7EEF2
(231,238,242)
#EEF1F6
(238,241,246)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD6D2; }

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

This text font color is #AFD6D2.

Background Color

.myBgColor { background-color: #AFD6D2; }

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

This div background color is #AFD6D2.

Border color

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

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

This div border color is #AFD6D2.

Opacity

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

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

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

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

This text has shadow with #AFD6D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFD6D2.

Preview

Color preview on black background

This text has color #AFD6D2 on black background.


Color preview on white background

This text has color #AFD6D2 on white background.


Black color preview on #AFD6D2 background

This text has black color on #AFD6D2 background.


White color preview on #AFD6D2 background

This text has white color on #AFD6D2 background.


Related colors

Complementary color

Complementary color for #hex is #50292D.


I love getcolorcode.com

Triadic colors

1 #D2AFD6 and #D6D2AF with #AFD6D2 are triadic colors.

2 #D2D6AF and #D6AFD2 with #AFD6D2 are triadic colors.