COLOR #AFDCF1

HEX: #AFDCF1
RGB: (175,220,241)

Color info

#AFDCF1 contains mainly green and blue colors. Web safe color of #AFDCF1 is #99CCFF (or #9CF).

RGB color model

#AFDCF1 color RGB value is (175,220,241).

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

RGB channels and saturation

R 175 of 255 = 69%
G 220 of 255 = 86%
B 241 of 255 = 95%

175
220
241

R + G + B ~ 83%. #AFDCF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 220 + 241 = 636 (100%)
R 175 of 636 ~ 27.52%
G 220 of 636 ~ 34.59%
B 241 of 636 ~ 37.89%

%27.52
%34.59
%37.89

CMYK color model

#AFDCF1 color CMYK value is (27,9,0,5).

  • cyan value is 27.39%
  • magenta value is 8.71%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(27,9,0,5)
C27M9Y0K5 
(27%,9%,0%,5%)
(0.27/0.09/0.00/0.05)	

CMYK percentages

%27.39
%8.71
%0
%5.49

Codes

Color #AFDCF1 in popluar color models

AFDCF1
RGB175220241
HSL199°70.21%81.57%
HSB/HSV199°27.39%94.51%
CMYK27.39%8.71%0.00%
5.49%

Color #AFDCF1 in popluar number systems.

HEXAFDCF1
Decimal175220241
Binary101011111101110011110001
Octal257334361

Shades and tints

Shades of #AFDCF1

#AFDCF1
(175,220,241)
#A0C8DC
(160,200,220)
#91B4C7
(145,180,199)
#82A0B2
(130,160,178)
#738C9D
(115,140,157)
#647888
(100,120,136)
#556473
(85,100,115)
#46505E
(70,80,94)
#373C49
(55,60,73)
#282834
(40,40,52)
#19141F
(25,20,31)
#000000
(0,0,0)

Tints of #AFDCF1

#AFDCF1
(175,220,241)
#B6DFF2
(182,223,242)
#BDE2F3
(189,226,243)
#C4E5F4
(196,229,244)
#CBE8F5
(203,232,245)
#D2EBF6
(210,235,246)
#D9EEF7
(217,238,247)
#E0F1F8
(224,241,248)
#E7F4F9
(231,244,249)
#EEF7FA
(238,247,250)
#F5FAFB
(245,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDCF1; }

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

This text font color is #AFDCF1.


Background Color

.myBgColor { background-color: #AFDCF1; }

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

This div background color is #AFDCF1.


Border color

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

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

This div border color is #AFDCF1.


Opacity

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

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

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

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

This text has shadow with #AFDCF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDCF1 on black background.


Color preview on white background

This text has color #AFDCF1 on white background.



Black color preview on #AFDCF1 background

This text has black color on #AFDCF1 background.


White color preview on #AFDCF1 background

This text has white color on #AFDCF1 background.