COLOR #AFB9FC

HEX: #AFB9FC
RGB: (175,185,252)

Color info

#AFB9FC contains mainly blue color. Web safe color of #AFB9FC is #99CCFF (or #9CF).

RGB color model

#AFB9FC color RGB value is (175,185,252).

  • red value is 175;
  • green value is 185;
  • blue value is 252.
RGB:
(175,185,252)
(69%,73%,99%)

RGB channels and saturation

R 175 of 255 = 69%
G 185 of 255 = 73%
B 252 of 255 = 99%

175
185
252

R + G + B ~ 80%. #AFB9FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 185 + 252 = 612 (100%)
R 175 of 612 ~ 28.59%
G 185 of 612 ~ 30.23%
B 252 of 612 ~ 41.18%

%28.59
%30.23
%41.18

CMYK color model

#AFB9FC color CMYK value is (31,27,0,1).

  • cyan value is 30.56%
  • magenta value is 26.59%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(31,27,0,1)
C31M27Y0K1 
(31%,27%,0%,1%)
(0.31/0.27/0.00/0.01)	

CMYK percentages

%30.56
%26.59
%0
%1.18

Codes

Color #AFB9FC in popluar color models

AFB9FC
RGB175185252
HSL232°92.77%83.73%
HSB/HSV232°30.56%98.82%
CMYK30.56%26.59%0.00%
1.18%

Color #AFB9FC in popluar number systems.

HEXAFB9FC
Decimal175185252
Binary101011111011100111111100
Octal257271374

Shades and tints

Shades of #AFB9FC

#AFB9FC
(175,185,252)
#A0A9E6
(160,169,230)
#9199D0
(145,153,208)
#8289BA
(130,137,186)
#7379A4
(115,121,164)
#64698E
(100,105,142)
#555978
(85,89,120)
#464962
(70,73,98)
#37394C
(55,57,76)
#282936
(40,41,54)
#191920
(25,25,32)
#000000
(0,0,0)

Tints of #AFB9FC

#AFB9FC
(175,185,252)
#B6BFFC
(182,191,252)
#BDC5FC
(189,197,252)
#C4CBFC
(196,203,252)
#CBD1FC
(203,209,252)
#D2D7FC
(210,215,252)
#D9DDFC
(217,221,252)
#E0E3FC
(224,227,252)
#E7E9FC
(231,233,252)
#EEEFFC
(238,239,252)
#F5F5FC
(245,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB9FC color. Also use rgb(175,185,252) instead hex code.

Text Font Color

.myTextColor { color: #AFB9FC; }

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

This text font color is #AFB9FC.


Background Color

.myBgColor { background-color: #AFB9FC; }

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

This div background color is #AFB9FC.


Border color

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

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

This div border color is #AFB9FC.


Opacity

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

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

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

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

This text has shadow with #AFB9FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB9FC on black background.


Color preview on white background

This text has color #AFB9FC on white background.



Black color preview on #AFB9FC background

This text has black color on #AFB9FC background.


White color preview on #AFB9FC background

This text has white color on #AFB9FC background.