COLOR #AFB1FF

HEX: #AFB1FF
RGB: (175,177,255)

Color info

#AFB1FF contains mainly blue color. Web safe color of #AFB1FF is #9999FF (or #99F).

RGB color model

#AFB1FF color RGB value is (175,177,255).

  • red value is 175;
  • green value is 177;
  • blue value is 255.
RGB:
(175,177,255)
(69%,69%,100%)

RGB channels and saturation

R 175 of 255 = 69%
G 177 of 255 = 69%
B 255 of 255 = 100%

175
177
255

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

Portions of RGB colors in percentages

R + G + B =
175 + 177 + 255 = 607 (100%)
R 175 of 607 ~ 28.83%
G 177 of 607 ~ 29.16%
B 255 of 607 ~ 42.01%

%28.83
%29.16
%42.01

CMYK color model

#AFB1FF color CMYK value is (31,31,0,0).

  • cyan value is 31.37%
  • magenta value is 30.59%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(31,31,0,0)
C31M31Y0K0 
(31%,31%,0%,0%)
(0.31/0.31/0.00/0.00)	

CMYK percentages

%31.37
%30.59
%0
%0

Codes

Color #AFB1FF in popluar color models

AFB1FF
RGB175177255
HSL239°100.00%84.31%
HSB/HSV239°31.37%100.00%
CMYK31.37%30.59%0.00%
0.00%

Color #AFB1FF in popluar number systems.

HEXAFB1FF
Decimal175177255
Binary101011111011000111111111
Octal257261377

Shades and tints

Shades of #AFB1FF

#AFB1FF
(175,177,255)
#A0A1E8
(160,161,232)
#9191D1
(145,145,209)
#8281BA
(130,129,186)
#7371A3
(115,113,163)
#64618C
(100,97,140)
#555175
(85,81,117)
#46415E
(70,65,94)
#373147
(55,49,71)
#282130
(40,33,48)
#191119
(25,17,25)
#000000
(0,0,0)

Tints of #AFB1FF

#AFB1FF
(175,177,255)
#B6B8FF
(182,184,255)
#BDBFFF
(189,191,255)
#C4C6FF
(196,198,255)
#CBCDFF
(203,205,255)
#D2D4FF
(210,212,255)
#D9DBFF
(217,219,255)
#E0E2FF
(224,226,255)
#E7E9FF
(231,233,255)
#EEF0FF
(238,240,255)
#F5F7FF
(245,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB1FF color. Also use rgb(175,177,255) instead hex code.

Text Font Color

.myTextColor { color: #AFB1FF; }

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

This text font color is #AFB1FF.


Background Color

.myBgColor { background-color: #AFB1FF; }

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

This div background color is #AFB1FF.


Border color

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

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

This div border color is #AFB1FF.


Opacity

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

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

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

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

This text has shadow with #AFB1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB1FF on black background.


Color preview on white background

This text has color #AFB1FF on white background.



Black color preview on #AFB1FF background

This text has black color on #AFB1FF background.


White color preview on #AFB1FF background

This text has white color on #AFB1FF background.