COLOR #AFDCD7

HEX: #AFDCD7
RGB: (175,220,215)

Color info

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

RGB color model

#AFDCD7 color RGB value is (175,220,215).

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

RGB channels and saturation

R 175 of 255 = 69%
G 220 of 255 = 86%
B 215 of 255 = 84%

175
220
215

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

Portions of RGB colors in percentages

R + G + B =
175 + 220 + 215 = 610 (100%)
R 175 of 610 ~ 28.69%
G 220 of 610 ~ 36.07%
B 215 of 610 ~ 35.25%

%28.69
%36.07
%35.25

CMYK color model

#AFDCD7 color CMYK value is (20,0,2,14).

  • cyan value is 20.45%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 13.73%
CMYK:
(20,0,2,14)
C20M0Y2K14 
(20%,0%,2%,14%)
(0.20/0.00/0.02/0.14)	

CMYK percentages

%20.45
%0
%2.27
%13.73

Codes

Color #AFDCD7 in popluar color models

AFDCD7
RGB175220215
HSL173°39.13%77.45%
HSB/HSV173°20.45%86.27%
CMYK20.45%0.00%2.27%
13.73%

Color #AFDCD7 in popluar number systems.

HEXAFDCD7
Decimal175220215
Binary101011111101110011010111
Octal257334327

Shades and tints

Shades of #AFDCD7

#AFDCD7
(175,220,215)
#A0C8C4
(160,200,196)
#91B4B1
(145,180,177)
#82A09E
(130,160,158)
#738C8B
(115,140,139)
#647878
(100,120,120)
#556465
(85,100,101)
#465052
(70,80,82)
#373C3F
(55,60,63)
#28282C
(40,40,44)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #AFDCD7

#AFDCD7
(175,220,215)
#B6DFDA
(182,223,218)
#BDE2DD
(189,226,221)
#C4E5E0
(196,229,224)
#CBE8E3
(203,232,227)
#D2EBE6
(210,235,230)
#D9EEE9
(217,238,233)
#E0F1EC
(224,241,236)
#E7F4EF
(231,244,239)
#EEF7F2
(238,247,242)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDCD7; }

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

This text font color is #AFDCD7.


Background Color

.myBgColor { background-color: #AFDCD7; }

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

This div background color is #AFDCD7.


Border color

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

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

This div border color is #AFDCD7.


Opacity

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

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

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

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

This text has shadow with #AFDCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDCD7 on black background.


Color preview on white background

This text has color #AFDCD7 on white background.



Black color preview on #AFDCD7 background

This text has black color on #AFDCD7 background.


White color preview on #AFDCD7 background

This text has white color on #AFDCD7 background.