COLOR #AFD1FF

HEX: #AFD1FF
RGB: (175,209,255)

Color info

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

RGB color model

#AFD1FF color RGB value is (175,209,255).

  • red value is 175;
  • green value is 209;
  • blue value is 255.
RGB:
(175,209,255)
(69%,82%,100%)

RGB channels and saturation

R 175 of 255 = 69%
G 209 of 255 = 82%
B 255 of 255 = 100%

175
209
255

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

Portions of RGB colors in percentages

R + G + B =
175 + 209 + 255 = 639 (100%)
R 175 of 639 ~ 27.39%
G 209 of 639 ~ 32.71%
B 255 of 639 ~ 39.91%

%27.39
%32.71
%39.91

CMYK color model

#AFD1FF color CMYK value is (31,18,0,0).

  • cyan value is 31.37%
  • magenta value is 18.04%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(31,18,0,0)
C31M18Y0K0 
(31%,18%,0%,0%)
(0.31/0.18/0.00/0.00)	

CMYK percentages

%31.37
%18.04
%0
%0

Codes

Color #AFD1FF in popluar color models

AFD1FF
RGB175209255
HSL215°100.00%84.31%
HSB/HSV215°31.37%100.00%
CMYK31.37%18.04%0.00%
0.00%

Color #AFD1FF in popluar number systems.

HEXAFD1FF
Decimal175209255
Binary101011111101000111111111
Octal257321377

Shades and tints

Shades of #AFD1FF

#AFD1FF
(175,209,255)
#A0BEE8
(160,190,232)
#91ABD1
(145,171,209)
#8298BA
(130,152,186)
#7385A3
(115,133,163)
#64728C
(100,114,140)
#555F75
(85,95,117)
#464C5E
(70,76,94)
#373947
(55,57,71)
#282630
(40,38,48)
#191319
(25,19,25)
#000000
(0,0,0)

Tints of #AFD1FF

#AFD1FF
(175,209,255)
#B6D5FF
(182,213,255)
#BDD9FF
(189,217,255)
#C4DDFF
(196,221,255)
#CBE1FF
(203,225,255)
#D2E5FF
(210,229,255)
#D9E9FF
(217,233,255)
#E0EDFF
(224,237,255)
#E7F1FF
(231,241,255)
#EEF5FF
(238,245,255)
#F5F9FF
(245,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD1FF color. Also use rgb(175,209,255) instead hex code.

Text Font Color

.myTextColor { color: #AFD1FF; }

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

This text font color is #AFD1FF.


Background Color

.myBgColor { background-color: #AFD1FF; }

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

This div background color is #AFD1FF.


Border color

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

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

This div border color is #AFD1FF.


Opacity

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

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

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

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

This text has shadow with #AFD1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD1FF on black background.


Color preview on white background

This text has color #AFD1FF on white background.



Black color preview on #AFD1FF background

This text has black color on #AFD1FF background.


White color preview on #AFD1FF background

This text has white color on #AFD1FF background.