COLOR #AFD3FB

HEX: #AFD3FB
RGB: (175,211,251)

Color info

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

RGB color model

#AFD3FB color RGB value is (175,211,251).

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

RGB channels and saturation

R 175 of 255 = 69%
G 211 of 255 = 83%
B 251 of 255 = 98%

175
211
251

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

Portions of RGB colors in percentages

R + G + B =
175 + 211 + 251 = 637 (100%)
R 175 of 637 ~ 27.47%
G 211 of 637 ~ 33.12%
B 251 of 637 ~ 39.4%

%27.47
%33.12
%39.4

CMYK color model

#AFD3FB color CMYK value is (30,16,0,2).

  • cyan value is 30.28%
  • magenta value is 15.94%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(30,16,0,2)
C30M16Y0K2 
(30%,16%,0%,2%)
(0.30/0.16/0.00/0.02)	

CMYK percentages

%30.28
%15.94
%0
%1.57

Codes

Color #AFD3FB in popluar color models

AFD3FB
RGB175211251
HSL212°90.48%83.53%
HSB/HSV212°30.28%98.43%
CMYK30.28%15.94%0.00%
1.57%

Color #AFD3FB in popluar number systems.

HEXAFD3FB
Decimal175211251
Binary101011111101001111111011
Octal257323373

Shades and tints

Shades of #AFD3FB

#AFD3FB
(175,211,251)
#A0C0E5
(160,192,229)
#91ADCF
(145,173,207)
#829AB9
(130,154,185)
#7387A3
(115,135,163)
#64748D
(100,116,141)
#556177
(85,97,119)
#464E61
(70,78,97)
#373B4B
(55,59,75)
#282835
(40,40,53)
#19151F
(25,21,31)
#000000
(0,0,0)

Tints of #AFD3FB

#AFD3FB
(175,211,251)
#B6D7FB
(182,215,251)
#BDDBFB
(189,219,251)
#C4DFFB
(196,223,251)
#CBE3FB
(203,227,251)
#D2E7FB
(210,231,251)
#D9EBFB
(217,235,251)
#E0EFFB
(224,239,251)
#E7F3FB
(231,243,251)
#EEF7FB
(238,247,251)
#F5FBFB
(245,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD3FB color. Also use rgb(175,211,251) instead hex code.

Text Font Color

.myTextColor { color: #AFD3FB; }

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

This text font color is #AFD3FB.


Background Color

.myBgColor { background-color: #AFD3FB; }

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

This div background color is #AFD3FB.


Border color

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

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

This div border color is #AFD3FB.


Opacity

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

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

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

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

This text has shadow with #AFD3FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD3FB on black background.


Color preview on white background

This text has color #AFD3FB on white background.



Black color preview on #AFD3FB background

This text has black color on #AFD3FB background.


White color preview on #AFD3FB background

This text has white color on #AFD3FB background.