COLOR #AFD5FA

HEX: #AFD5FA RGB: (175,213,250)

Color info

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

RGB color model

#AFD5FA color RGB value is (175,213,250).

RGB: (175,213,250) (69%, 84%, 98%)

RGB channels and saturation

R 175 of 255 = 69%
G 213 of 255 = 84%
B 250 of 255 = 98%

175
213
250

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

Portions of RGB colors in percentages

R + G + B = 175 + 213 + 250 = 638 (100%)
R 175 of 638 ~ 27.43%
G 213 of 638 ~ 33.39%
B 250 of 638 ~ 39.18'%

%27.43
%33.39
%39.18

CMYK color model

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

  • cyan value is 30.00%
  • magenta value is 14.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (30,15,0,2)
C30M15Y0K2 (30%, 15%, 0%, 2%)
(0.30 / 0.15 / 0.00 / 0.02)

CMYK percentages

%30
%14.8
%0
%1.96

Codes

Color #AFD5FA in popluar color models

AF D5 FA
RGB 175 213 250
HSL 210° 88.24% 83.33%
HSB/HSV 210° 30.00% 98.04%
CMYK 30.00% 14.80% 0.00%
1.96%

Color #AFD5FA in popluar number systems.

HEX AF D5 FA
Decimal 175 213 250
Binary 10101111 11010101 11111010
Octal 257 325 372

Shades and tints

Shades of #AFD5FA

#AFD5FA
(175,213,250)
#A0C2E4
(160,194,228)
#91AFCE
(145,175,206)
#829CB8
(130,156,184)
#7389A2
(115,137,162)
#64768C
(100,118,140)
#556376
(85,99,118)
#465060
(70,80,96)
#373D4A
(55,61,74)
#282A34
(40,42,52)
#19171E
(25,23,30)
#000000
(0,0,0)

Tints of #AFD5FA

#AFD5FA
(175,213,250)
#B6D8FA
(182,216,250)
#BDDBFA
(189,219,250)
#C4DEFA
(196,222,250)
#CBE1FA
(203,225,250)
#D2E4FA
(210,228,250)
#D9E7FA
(217,231,250)
#E0EAFA
(224,234,250)
#E7EDFA
(231,237,250)
#EEF0FA
(238,240,250)
#F5F3FA
(245,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD5FA; }

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

This text font color is #AFD5FA.

Background Color

.myBgColor { background-color: #AFD5FA; }

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

This div background color is #AFD5FA.

Border color

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

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

This div border color is #AFD5FA.

Opacity

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

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

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

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

This text has shadow with #AFD5FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFD5FA.

Preview

Color preview on black background

This text has color #AFD5FA on black background.


Color preview on white background

This text has color #AFD5FA on white background.


Black color preview on #AFD5FA background

This text has black color on #AFD5FA background.


White color preview on #AFD5FA background

This text has white color on #AFD5FA background.


Related colors

Complementary color

Complementary color for #hex is #502A05.


I love getcolorcode.com

Triadic colors

1 #FAAFD5 and #D5FAAF with #AFD5FA are triadic colors.

2 #FAD5AF and #D5AFFA with #AFD5FA are triadic colors.