COLOR #AFD4DC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

175
212
220

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

Portions of RGB colors in percentages

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

%28.83
%34.93
%36.24

CMYK color model

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

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

CMYK percentages

%20.45
%3.64
%0
%13.73

Codes

Color #AFD4DC in popluar color models

AFD4DC
RGB175212220
HSL191°39.13%77.45%
HSB/HSV191°20.45%86.27%
CMYK20.45%3.64%0.00%
13.73%

Color #AFD4DC in popluar number systems.

HEXAFD4DC
Decimal175212220
Binary101011111101010011011100
Octal257324334

Shades and tints

Shades of #AFD4DC

#AFD4DC
(175,212,220)
#A0C1C8
(160,193,200)
#91AEB4
(145,174,180)
#829BA0
(130,155,160)
#73888C
(115,136,140)
#647578
(100,117,120)
#556264
(85,98,100)
#464F50
(70,79,80)
#373C3C
(55,60,60)
#282928
(40,41,40)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #AFD4DC

#AFD4DC
(175,212,220)
#B6D7DF
(182,215,223)
#BDDAE2
(189,218,226)
#C4DDE5
(196,221,229)
#CBE0E8
(203,224,232)
#D2E3EB
(210,227,235)
#D9E6EE
(217,230,238)
#E0E9F1
(224,233,241)
#E7ECF4
(231,236,244)
#EEEFF7
(238,239,247)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD4DC; }

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

This text font color is #AFD4DC.


Background Color

.myBgColor { background-color: #AFD4DC; }

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

This div background color is #AFD4DC.


Border color

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

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

This div border color is #AFD4DC.


Opacity

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

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

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

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

This text has shadow with #AFD4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD4DC on black background.


Color preview on white background

This text has color #AFD4DC on white background.



Black color preview on #AFD4DC background

This text has black color on #AFD4DC background.


White color preview on #AFD4DC background

This text has white color on #AFD4DC background.