COLOR #AFD1D5

HEX: #AFD1D5 RGB: (175,209,213)

Color info

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

RGB color model

#AFD1D5 color RGB value is (175,209,213).

RGB: (175,209,213) (69%, 82%, 84%)

RGB channels and saturation

R 175 of 255 = 69%
G 209 of 255 = 82%
B 213 of 255 = 84%

175
209
213

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

Portions of RGB colors in percentages

R + G + B = 175 + 209 + 213 = 597 (100%)
R 175 of 597 ~ 29.31%
G 209 of 597 ~ 35.01%
B 213 of 597 ~ 35.68'%

%29.31
%35.01
%35.68

CMYK color model

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

  • cyan value is 17.84%
  • magenta value is 1.88%
  • yellow value is 0.00%
  • key color value is 16.47%

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

CMYK percentages

%17.84
%1.88
%0
%16.47

Codes

Color #AFD1D5 in popluar color models

AF D1 D5
RGB 175 209 213
HSL 186° 31.15% 76.08%
HSB/HSV 186° 17.84% 83.53%
CMYK 17.84% 1.88% 0.00%
16.47%

Color #AFD1D5 in popluar number systems.

HEX AF D1 D5
Decimal 175 209 213
Binary 10101111 11010001 11010101
Octal 257 321 325

Shades and tints

Shades of #AFD1D5

#AFD1D5
(175,209,213)
#A0BEC2
(160,190,194)
#91ABAF
(145,171,175)
#82989C
(130,152,156)
#738589
(115,133,137)
#647276
(100,114,118)
#555F63
(85,95,99)
#464C50
(70,76,80)
#37393D
(55,57,61)
#28262A
(40,38,42)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #AFD1D5

#AFD1D5
(175,209,213)
#B6D5D8
(182,213,216)
#BDD9DB
(189,217,219)
#C4DDDE
(196,221,222)
#CBE1E1
(203,225,225)
#D2E5E4
(210,229,228)
#D9E9E7
(217,233,231)
#E0EDEA
(224,237,234)
#E7F1ED
(231,241,237)
#EEF5F0
(238,245,240)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD1D5; }

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

This text font color is #AFD1D5.

Background Color

.myBgColor { background-color: #AFD1D5; }

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

This div background color is #AFD1D5.

Border color

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

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

This div border color is #AFD1D5.

Opacity

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

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

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

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

This text has shadow with #AFD1D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFD1D5.

Preview

Color preview on black background

This text has color #AFD1D5 on black background.


Color preview on white background

This text has color #AFD1D5 on white background.


Black color preview on #AFD1D5 background

This text has black color on #AFD1D5 background.


White color preview on #AFD1D5 background

This text has white color on #AFD1D5 background.


Related colors

Complementary color

Complementary color for #hex is #502E2A.


I love getcolorcode.com

Triadic colors

1 #D5AFD1 and #D1D5AF with #AFD1D5 are triadic colors.

2 #D5D1AF and #D1AFD5 with #AFD1D5 are triadic colors.