COLOR #AFDFD5

HEX: #AFDFD5 RGB: (175,223,213)

Color info

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

RGB color model

#AFDFD5 color RGB value is (175,223,213).

RGB: (175,223,213) (69%, 87%, 84%)

RGB channels and saturation

R 175 of 255 = 69%
G 223 of 255 = 87%
B 213 of 255 = 84%

175
223
213

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

Portions of RGB colors in percentages

R + G + B = 175 + 223 + 213 = 611 (100%)
R 175 of 611 ~ 28.64%
G 223 of 611 ~ 36.5%
B 213 of 611 ~ 34.86'%

%28.64
%36.5
%34.86

CMYK color model

#AFDFD5 color CMYK value is (22,0,4,13).

  • cyan value is 21.52%
  • magenta value is 0.00%
  • yellow value is 4.48%
  • key color value is 12.55%

CMYK: (22,0,4,13)
C22M0Y4K13 (22%, 0%, 4%, 13%)
(0.22 / 0.00 / 0.04 / 0.13)

CMYK percentages

%21.52
%0
%4.48
%12.55

Codes

Color #AFDFD5 in popluar color models

AF DF D5
RGB 175 223 213
HSL 168° 42.86% 78.04%
HSB/HSV 168° 21.52% 87.45%
CMYK 21.52% 0.00% 4.48%
12.55%

Color #AFDFD5 in popluar number systems.

HEX AF DF D5
Decimal 175 223 213
Binary 10101111 11011111 11010101
Octal 257 337 325

Shades and tints

Shades of #AFDFD5

#AFDFD5
(175,223,213)
#A0CBC2
(160,203,194)
#91B7AF
(145,183,175)
#82A39C
(130,163,156)
#738F89
(115,143,137)
#647B76
(100,123,118)
#556763
(85,103,99)
#465350
(70,83,80)
#373F3D
(55,63,61)
#282B2A
(40,43,42)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #AFDFD5

#AFDFD5
(175,223,213)
#B6E1D8
(182,225,216)
#BDE3DB
(189,227,219)
#C4E5DE
(196,229,222)
#CBE7E1
(203,231,225)
#D2E9E4
(210,233,228)
#D9EBE7
(217,235,231)
#E0EDEA
(224,237,234)
#E7EFED
(231,239,237)
#EEF1F0
(238,241,240)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDFD5; }

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

This text font color is #AFDFD5.

Background Color

.myBgColor { background-color: #AFDFD5; }

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

This div background color is #AFDFD5.

Border color

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

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

This div border color is #AFDFD5.

Opacity

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

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

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

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

This text has shadow with #AFDFD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFDFD5.

Preview

Color preview on black background

This text has color #AFDFD5 on black background.


Color preview on white background

This text has color #AFDFD5 on white background.


Black color preview on #AFDFD5 background

This text has black color on #AFDFD5 background.


White color preview on #AFDFD5 background

This text has white color on #AFDFD5 background.


Related colors

Complementary color

Complementary color for #hex is #50202A.


I love getcolorcode.com

Triadic colors

1 #D5AFDF and #DFD5AF with #AFDFD5 are triadic colors.

2 #D5DFAF and #DFAFD5 with #AFDFD5 are triadic colors.