COLOR #AFB5F9

HEX: #AFB5F9
RGB: (175,181,249)

Color info

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

RGB color model

#AFB5F9 color RGB value is (175,181,249).

  • red value is 175;
  • green value is 181;
  • blue value is 249.
RGB:
(175,181,249)
(69%,71%,98%)

RGB channels and saturation

R 175 of 255 = 69%
G 181 of 255 = 71%
B 249 of 255 = 98%

175
181
249

R + G + B ~ 79%. #AFB5F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 181 + 249 = 605 (100%)
R 175 of 605 ~ 28.93%
G 181 of 605 ~ 29.92%
B 249 of 605 ~ 41.16%

%28.93
%29.92
%41.16

CMYK color model

#AFB5F9 color CMYK value is (30,27,0,2).

  • cyan value is 29.72%
  • magenta value is 27.31%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(30,27,0,2)
C30M27Y0K2 
(30%,27%,0%,2%)
(0.30/0.27/0.00/0.02)	

CMYK percentages

%29.72
%27.31
%0
%2.35

Codes

Color #AFB5F9 in popluar color models

AFB5F9
RGB175181249
HSL235°86.05%83.14%
HSB/HSV235°29.72%97.65%
CMYK29.72%27.31%0.00%
2.35%

Color #AFB5F9 in popluar number systems.

HEXAFB5F9
Decimal175181249
Binary101011111011010111111001
Octal257265371

Shades and tints

Shades of #AFB5F9

#AFB5F9
(175,181,249)
#A0A5E3
(160,165,227)
#9195CD
(145,149,205)
#8285B7
(130,133,183)
#7375A1
(115,117,161)
#64658B
(100,101,139)
#555575
(85,85,117)
#46455F
(70,69,95)
#373549
(55,53,73)
#282533
(40,37,51)
#19151D
(25,21,29)
#000000
(0,0,0)

Tints of #AFB5F9

#AFB5F9
(175,181,249)
#B6BBF9
(182,187,249)
#BDC1F9
(189,193,249)
#C4C7F9
(196,199,249)
#CBCDF9
(203,205,249)
#D2D3F9
(210,211,249)
#D9D9F9
(217,217,249)
#E0DFF9
(224,223,249)
#E7E5F9
(231,229,249)
#EEEBF9
(238,235,249)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB5F9 color. Also use rgb(175,181,249) instead hex code.

Text Font Color

.myTextColor { color: #AFB5F9; }

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

This text font color is #AFB5F9.


Background Color

.myBgColor { background-color: #AFB5F9; }

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

This div background color is #AFB5F9.


Border color

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

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

This div border color is #AFB5F9.


Opacity

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

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

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

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

This text has shadow with #AFB5F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB5F9 on black background.


Color preview on white background

This text has color #AFB5F9 on white background.



Black color preview on #AFB5F9 background

This text has black color on #AFB5F9 background.


White color preview on #AFB5F9 background

This text has white color on #AFB5F9 background.