COLOR #AFD1D2

HEX: #AFD1D2 RGB: (175,209,210)

Color info

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

RGB color model

#AFD1D2 color RGB value is (175,209,210).

RGB: (175,209,210) (69%, 82%, 82%)

RGB channels and saturation

R 175 of 255 = 69%
G 209 of 255 = 82%
B 210 of 255 = 82%

175
209
210

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

Portions of RGB colors in percentages

R + G + B = 175 + 209 + 210 = 594 (100%)
R 175 of 594 ~ 29.46%
G 209 of 594 ~ 35.19%
B 210 of 594 ~ 35.35'%

%29.46
%35.19
%35.35

CMYK color model

#AFD1D2 color CMYK value is (17,0,0,18).

  • cyan value is 16.67%
  • magenta value is 0.48%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK: (17,0,0,18) C17M0Y0K18 (17%,0%,0%,18%) (0.17/0.00/0.00/0.18) 

CMYK percentages

%16.67
%0.48
%0
%17.65

Codes

Color #AFD1D2 in popluar color models

AF D1 D2
RGB 175 209 210
HSL 182° 28.00% 75.49%
HSB/HSV 182° 16.67% 82.35%
CMYK 16.67% 0.48% 0.00%
17.65%

Color #AFD1D2 in popluar number systems.

HEX AF D1 D2
Decimal 175 209 210
Binary 10101111 11010001 11010010
Octal 257 321 322

Shades and tints

Shades of #AFD1D2

#AFD1D2
(175,209,210)
#A0BEBF
(160,190,191)
#91ABAC
(145,171,172)
#829899
(130,152,153)
#738586
(115,133,134)
#647273
(100,114,115)
#555F60
(85,95,96)
#464C4D
(70,76,77)
#37393A
(55,57,58)
#282627
(40,38,39)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #AFD1D2

#AFD1D2
(175,209,210)
#B6D5D6
(182,213,214)
#BDD9DA
(189,217,218)
#C4DDDE
(196,221,222)
#CBE1E2
(203,225,226)
#D2E5E6
(210,229,230)
#D9E9EA
(217,233,234)
#E0EDEE
(224,237,238)
#E7F1F2
(231,241,242)
#EEF5F6
(238,245,246)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD1D2; }

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

This text font color is #AFD1D2.

Background Color

.myBgColor { background-color: #AFD1D2; }

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

This div background color is #AFD1D2.

Border color

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

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

This div border color is #AFD1D2.

Opacity

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

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

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

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

This text has shadow with #AFD1D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFD1D2.

Preview

Color preview on black background

This text has color #AFD1D2 on black background.


Color preview on white background

This text has color #AFD1D2 on white background.


Black color preview on #AFD1D2 background

This text has black color on #AFD1D2 background.


White color preview on #AFD1D2 background

This text has white color on #AFD1D2 background.


Related colors

Complementary color

Complementary color for #hex is #502E2D.


I love getcolorcode.com

Triadic colors

1 #D2AFD1 and #D1D2AF with #AFD1D2 are triadic colors.

2 #D2D1AF and #D1AFD2 with #AFD1D2 are triadic colors.