COLOR #AFD7F0

HEX: #AFD7F0
RGB: (175,215,240)

Color info

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

RGB color model

#AFD7F0 color RGB value is (175,215,240).

  • red value is 175;
  • green value is 215;
  • blue value is 240.
RGB:
(175,215,240)
(69%,84%,94%)

RGB channels and saturation

R 175 of 255 = 69%
G 215 of 255 = 84%
B 240 of 255 = 94%

175
215
240

R + G + B ~ 82%. #AFD7F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 215 + 240 = 630 (100%)
R 175 of 630 ~ 27.78%
G 215 of 630 ~ 34.13%
B 240 of 630 ~ 38.1%

%27.78
%34.13
%38.1

CMYK color model

#AFD7F0 color CMYK value is (27,10,0,6).

  • cyan value is 27.08%
  • magenta value is 10.42%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(27,10,0,6)
C27M10Y0K6 
(27%,10%,0%,6%)
(0.27/0.10/0.00/0.06)	

CMYK percentages

%27.08
%10.42
%0
%5.88

Codes

Color #AFD7F0 in popluar color models

AFD7F0
RGB175215240
HSL203°68.42%81.37%
HSB/HSV203°27.08%94.12%
CMYK27.08%10.42%0.00%
5.88%

Color #AFD7F0 in popluar number systems.

HEXAFD7F0
Decimal175215240
Binary101011111101011111110000
Octal257327360

Shades and tints

Shades of #AFD7F0

#AFD7F0
(175,215,240)
#A0C4DB
(160,196,219)
#91B1C6
(145,177,198)
#829EB1
(130,158,177)
#738B9C
(115,139,156)
#647887
(100,120,135)
#556572
(85,101,114)
#46525D
(70,82,93)
#373F48
(55,63,72)
#282C33
(40,44,51)
#19191E
(25,25,30)
#000000
(0,0,0)

Tints of #AFD7F0

#AFD7F0
(175,215,240)
#B6DAF1
(182,218,241)
#BDDDF2
(189,221,242)
#C4E0F3
(196,224,243)
#CBE3F4
(203,227,244)
#D2E6F5
(210,230,245)
#D9E9F6
(217,233,246)
#E0ECF7
(224,236,247)
#E7EFF8
(231,239,248)
#EEF2F9
(238,242,249)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD7F0 color. Also use rgb(175,215,240) instead hex code.

Text Font Color

.myTextColor { color: #AFD7F0; }

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

This text font color is #AFD7F0.


Background Color

.myBgColor { background-color: #AFD7F0; }

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

This div background color is #AFD7F0.


Border color

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

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

This div border color is #AFD7F0.


Opacity

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

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

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

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

This text has shadow with #AFD7F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD7F0 on black background.


Color preview on white background

This text has color #AFD7F0 on white background.



Black color preview on #AFD7F0 background

This text has black color on #AFD7F0 background.


White color preview on #AFD7F0 background

This text has white color on #AFD7F0 background.