COLOR #AFDCD4

HEX: #AFDCD4
RGB: (175,220,212)

Color info

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

RGB color model

#AFDCD4 color RGB value is (175,220,212).

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

RGB channels and saturation

R 175 of 255 = 69%
G 220 of 255 = 86%
B 212 of 255 = 83%

175
220
212

R + G + B ~ 79%. #AFDCD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 220 + 212 = 607 (100%)
R 175 of 607 ~ 28.83%
G 220 of 607 ~ 36.24%
B 212 of 607 ~ 34.93%

%28.83
%36.24
%34.93

CMYK color model

#AFDCD4 color CMYK value is (20,0,4,14).

  • cyan value is 20.45%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 13.73%
CMYK:
(20,0,4,14)
C20M0Y4K14 
(20%,0%,4%,14%)
(0.20/0.00/0.04/0.14)	

CMYK percentages

%20.45
%0
%3.64
%13.73

Codes

Color #AFDCD4 in popluar color models

AFDCD4
RGB175220212
HSL169°39.13%77.45%
HSB/HSV169°20.45%86.27%
CMYK20.45%0.00%3.64%
13.73%

Color #AFDCD4 in popluar number systems.

HEXAFDCD4
Decimal175220212
Binary101011111101110011010100
Octal257334324

Shades and tints

Shades of #AFDCD4

#AFDCD4
(175,220,212)
#A0C8C1
(160,200,193)
#91B4AE
(145,180,174)
#82A09B
(130,160,155)
#738C88
(115,140,136)
#647875
(100,120,117)
#556462
(85,100,98)
#46504F
(70,80,79)
#373C3C
(55,60,60)
#282829
(40,40,41)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #AFDCD4

#AFDCD4
(175,220,212)
#B6DFD7
(182,223,215)
#BDE2DA
(189,226,218)
#C4E5DD
(196,229,221)
#CBE8E0
(203,232,224)
#D2EBE3
(210,235,227)
#D9EEE6
(217,238,230)
#E0F1E9
(224,241,233)
#E7F4EC
(231,244,236)
#EEF7EF
(238,247,239)
#F5FAF2
(245,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDCD4; }

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

This text font color is #AFDCD4.


Background Color

.myBgColor { background-color: #AFDCD4; }

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

This div background color is #AFDCD4.


Border color

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

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

This div border color is #AFDCD4.


Opacity

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

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

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

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

This text has shadow with #AFDCD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDCD4 on black background.


Color preview on white background

This text has color #AFDCD4 on white background.



Black color preview on #AFDCD4 background

This text has black color on #AFDCD4 background.


White color preview on #AFDCD4 background

This text has white color on #AFDCD4 background.