COLOR #AFDFD7

HEX: #AFDFD7
RGB: (175,223,215)

Color info

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

RGB color model

#AFDFD7 color RGB value is (175,223,215).

  • red value is 175;
  • green value is 223;
  • blue value is 215.
RGB:
(175,223,215)
(69%,87%,84%)

RGB channels and saturation

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

175
223
215

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

Portions of RGB colors in percentages

R + G + B =
175 + 223 + 215 = 613 (100%)
R 175 of 613 ~ 28.55%
G 223 of 613 ~ 36.38%
B 215 of 613 ~ 35.07%

%28.55
%36.38
%35.07

CMYK color model

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

  • cyan value is 21.52%
  • magenta value is 0.00%
  • yellow value is 3.59%
  • 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
%3.59
%12.55

Codes

Color #AFDFD7 in popluar color models

AFDFD7
RGB175223215
HSL170°42.86%78.04%
HSB/HSV170°21.52%87.45%
CMYK21.52%0.00%3.59%
12.55%

Color #AFDFD7 in popluar number systems.

HEXAFDFD7
Decimal175223215
Binary101011111101111111010111
Octal257337327

Shades and tints

Shades of #AFDFD7

#AFDFD7
(175,223,215)
#A0CBC4
(160,203,196)
#91B7B1
(145,183,177)
#82A39E
(130,163,158)
#738F8B
(115,143,139)
#647B78
(100,123,120)
#556765
(85,103,101)
#465352
(70,83,82)
#373F3F
(55,63,63)
#282B2C
(40,43,44)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #AFDFD7

#AFDFD7
(175,223,215)
#B6E1DA
(182,225,218)
#BDE3DD
(189,227,221)
#C4E5E0
(196,229,224)
#CBE7E3
(203,231,227)
#D2E9E6
(210,233,230)
#D9EBE9
(217,235,233)
#E0EDEC
(224,237,236)
#E7EFEF
(231,239,239)
#EEF1F2
(238,241,242)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDFD7; }

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

This text font color is #AFDFD7.


Background Color

.myBgColor { background-color: #AFDFD7; }

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

This div background color is #AFDFD7.


Border color

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

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

This div border color is #AFDFD7.


Opacity

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

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

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

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

This text has shadow with #AFDFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDFD7 on black background.


Color preview on white background

This text has color #AFDFD7 on white background.



Black color preview on #AFDFD7 background

This text has black color on #AFDFD7 background.


White color preview on #AFDFD7 background

This text has white color on #AFDFD7 background.