COLOR #AFD5F6

HEX: #AFD5F6
RGB: (175,213,246)

Color info

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

RGB color model

#AFD5F6 color RGB value is (175,213,246).

  • red value is 175;
  • green value is 213;
  • blue value is 246.
RGB:
(175,213,246)
(69%,84%,96%)

RGB channels and saturation

R 175 of 255 = 69%
G 213 of 255 = 84%
B 246 of 255 = 96%

175
213
246

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

Portions of RGB colors in percentages

R + G + B =
175 + 213 + 246 = 634 (100%)
R 175 of 634 ~ 27.6%
G 213 of 634 ~ 33.6%
B 246 of 634 ~ 38.8%

%27.6
%33.6
%38.8

CMYK color model

#AFD5F6 color CMYK value is (29,13,0,4).

  • cyan value is 28.86%
  • magenta value is 13.41%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(29,13,0,4)
C29M13Y0K4 
(29%,13%,0%,4%)
(0.29/0.13/0.00/0.04)	

CMYK percentages

%28.86
%13.41
%0
%3.53

Codes

Color #AFD5F6 in popluar color models

AFD5F6
RGB175213246
HSL208°79.78%82.55%
HSB/HSV208°28.86%96.47%
CMYK28.86%13.41%0.00%
3.53%

Color #AFD5F6 in popluar number systems.

HEXAFD5F6
Decimal175213246
Binary101011111101010111110110
Octal257325366

Shades and tints

Shades of #AFD5F6

#AFD5F6
(175,213,246)
#A0C2E0
(160,194,224)
#91AFCA
(145,175,202)
#829CB4
(130,156,180)
#73899E
(115,137,158)
#647688
(100,118,136)
#556372
(85,99,114)
#46505C
(70,80,92)
#373D46
(55,61,70)
#282A30
(40,42,48)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #AFD5F6

#AFD5F6
(175,213,246)
#B6D8F6
(182,216,246)
#BDDBF6
(189,219,246)
#C4DEF6
(196,222,246)
#CBE1F6
(203,225,246)
#D2E4F6
(210,228,246)
#D9E7F6
(217,231,246)
#E0EAF6
(224,234,246)
#E7EDF6
(231,237,246)
#EEF0F6
(238,240,246)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD5F6 color. Also use rgb(175,213,246) instead hex code.

Text Font Color

.myTextColor { color: #AFD5F6; }

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

This text font color is #AFD5F6.


Background Color

.myBgColor { background-color: #AFD5F6; }

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

This div background color is #AFD5F6.


Border color

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

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

This div border color is #AFD5F6.


Opacity

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

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

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

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

This text has shadow with #AFD5F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD5F6 on black background.


Color preview on white background

This text has color #AFD5F6 on white background.



Black color preview on #AFD5F6 background

This text has black color on #AFD5F6 background.


White color preview on #AFD5F6 background

This text has white color on #AFD5F6 background.