COLOR #AFD4F9

HEX: #AFD4F9
RGB: (175,212,249)

Color info

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

RGB color model

#AFD4F9 color RGB value is (175,212,249).

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

RGB channels and saturation

R 175 of 255 = 69%
G 212 of 255 = 83%
B 249 of 255 = 98%

175
212
249

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

Portions of RGB colors in percentages

R + G + B =
175 + 212 + 249 = 636 (100%)
R 175 of 636 ~ 27.52%
G 212 of 636 ~ 33.33%
B 249 of 636 ~ 39.15%

%27.52
%33.33
%39.15

CMYK color model

#AFD4F9 color CMYK value is (30,15,0,2).

  • cyan value is 29.72%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(30,15,0,2)
C30M15Y0K2 
(30%,15%,0%,2%)
(0.30/0.15/0.00/0.02)	

CMYK percentages

%29.72
%14.86
%0
%2.35

Codes

Color #AFD4F9 in popluar color models

AFD4F9
RGB175212249
HSL210°86.05%83.14%
HSB/HSV210°29.72%97.65%
CMYK29.72%14.86%0.00%
2.35%

Color #AFD4F9 in popluar number systems.

HEXAFD4F9
Decimal175212249
Binary101011111101010011111001
Octal257324371

Shades and tints

Shades of #AFD4F9

#AFD4F9
(175,212,249)
#A0C1E3
(160,193,227)
#91AECD
(145,174,205)
#829BB7
(130,155,183)
#7388A1
(115,136,161)
#64758B
(100,117,139)
#556275
(85,98,117)
#464F5F
(70,79,95)
#373C49
(55,60,73)
#282933
(40,41,51)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #AFD4F9

#AFD4F9
(175,212,249)
#B6D7F9
(182,215,249)
#BDDAF9
(189,218,249)
#C4DDF9
(196,221,249)
#CBE0F9
(203,224,249)
#D2E3F9
(210,227,249)
#D9E6F9
(217,230,249)
#E0E9F9
(224,233,249)
#E7ECF9
(231,236,249)
#EEEFF9
(238,239,249)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD4F9; }

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

This text font color is #AFD4F9.


Background Color

.myBgColor { background-color: #AFD4F9; }

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

This div background color is #AFD4F9.


Border color

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

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

This div border color is #AFD4F9.


Opacity

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

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

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

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

This text has shadow with #AFD4F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD4F9 on black background.


Color preview on white background

This text has color #AFD4F9 on white background.



Black color preview on #AFD4F9 background

This text has black color on #AFD4F9 background.


White color preview on #AFD4F9 background

This text has white color on #AFD4F9 background.