COLOR #AFD6FC

HEX: #AFD6FC
RGB: (175,214,252)

Color info

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

RGB color model

#AFD6FC color RGB value is (175,214,252).

  • red value is 175;
  • green value is 214;
  • blue value is 252.
RGB:
(175,214,252)
(69%,84%,99%)

RGB channels and saturation

R 175 of 255 = 69%
G 214 of 255 = 84%
B 252 of 255 = 99%

175
214
252

R + G + B ~ 84%. #AFD6FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 214 + 252 = 641 (100%)
R 175 of 641 ~ 27.3%
G 214 of 641 ~ 33.39%
B 252 of 641 ~ 39.31%

%27.3
%33.39
%39.31

CMYK color model

#AFD6FC color CMYK value is (31,15,0,1).

  • cyan value is 30.56%
  • magenta value is 15.08%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(31,15,0,1)
C31M15Y0K1 
(31%,15%,0%,1%)
(0.31/0.15/0.00/0.01)	

CMYK percentages

%30.56
%15.08
%0
%1.18

Codes

Color #AFD6FC in popluar color models

AFD6FC
RGB175214252
HSL210°92.77%83.73%
HSB/HSV210°30.56%98.82%
CMYK30.56%15.08%0.00%
1.18%

Color #AFD6FC in popluar number systems.

HEXAFD6FC
Decimal175214252
Binary101011111101011011111100
Octal257326374

Shades and tints

Shades of #AFD6FC

#AFD6FC
(175,214,252)
#A0C3E6
(160,195,230)
#91B0D0
(145,176,208)
#829DBA
(130,157,186)
#738AA4
(115,138,164)
#64778E
(100,119,142)
#556478
(85,100,120)
#465162
(70,81,98)
#373E4C
(55,62,76)
#282B36
(40,43,54)
#191820
(25,24,32)
#000000
(0,0,0)

Tints of #AFD6FC

#AFD6FC
(175,214,252)
#B6D9FC
(182,217,252)
#BDDCFC
(189,220,252)
#C4DFFC
(196,223,252)
#CBE2FC
(203,226,252)
#D2E5FC
(210,229,252)
#D9E8FC
(217,232,252)
#E0EBFC
(224,235,252)
#E7EEFC
(231,238,252)
#EEF1FC
(238,241,252)
#F5F4FC
(245,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD6FC color. Also use rgb(175,214,252) instead hex code.

Text Font Color

.myTextColor { color: #AFD6FC; }

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

This text font color is #AFD6FC.


Background Color

.myBgColor { background-color: #AFD6FC; }

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

This div background color is #AFD6FC.


Border color

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

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

This div border color is #AFD6FC.


Opacity

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

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

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

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

This text has shadow with #AFD6FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD6FC on black background.


Color preview on white background

This text has color #AFD6FC on white background.



Black color preview on #AFD6FC background

This text has black color on #AFD6FC background.


White color preview on #AFD6FC background

This text has white color on #AFD6FC background.