COLOR #AFB1F0

HEX: #AFB1F0
RGB: (175,177,240)

Color info

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

RGB color model

#AFB1F0 color RGB value is (175,177,240).

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

RGB channels and saturation

R 175 of 255 = 69%
G 177 of 255 = 69%
B 240 of 255 = 94%

175
177
240

R + G + B ~ 77%. #AFB1F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 177 + 240 = 592 (100%)
R 175 of 592 ~ 29.56%
G 177 of 592 ~ 29.9%
B 240 of 592 ~ 40.54%

%29.56
%29.9
%40.54

CMYK color model

#AFB1F0 color CMYK value is (27,26,0,6).

  • cyan value is 27.08%
  • magenta value is 26.25%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(27,26,0,6)
C27M26Y0K6 
(27%,26%,0%,6%)
(0.27/0.26/0.00/0.06)	

CMYK percentages

%27.08
%26.25
%0
%5.88

Codes

Color #AFB1F0 in popluar color models

AFB1F0
RGB175177240
HSL238°68.42%81.37%
HSB/HSV238°27.08%94.12%
CMYK27.08%26.25%0.00%
5.88%

Color #AFB1F0 in popluar number systems.

HEXAFB1F0
Decimal175177240
Binary101011111011000111110000
Octal257261360

Shades and tints

Shades of #AFB1F0

#AFB1F0
(175,177,240)
#A0A1DB
(160,161,219)
#9191C6
(145,145,198)
#8281B1
(130,129,177)
#73719C
(115,113,156)
#646187
(100,97,135)
#555172
(85,81,114)
#46415D
(70,65,93)
#373148
(55,49,72)
#282133
(40,33,51)
#19111E
(25,17,30)
#000000
(0,0,0)

Tints of #AFB1F0

#AFB1F0
(175,177,240)
#B6B8F1
(182,184,241)
#BDBFF2
(189,191,242)
#C4C6F3
(196,198,243)
#CBCDF4
(203,205,244)
#D2D4F5
(210,212,245)
#D9DBF6
(217,219,246)
#E0E2F7
(224,226,247)
#E7E9F8
(231,233,248)
#EEF0F9
(238,240,249)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB1F0; }

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

This text font color is #AFB1F0.


Background Color

.myBgColor { background-color: #AFB1F0; }

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

This div background color is #AFB1F0.


Border color

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

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

This div border color is #AFB1F0.


Opacity

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

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

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

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

This text has shadow with #AFB1F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB1F0 on black background.


Color preview on white background

This text has color #AFB1F0 on white background.



Black color preview on #AFB1F0 background

This text has black color on #AFB1F0 background.


White color preview on #AFB1F0 background

This text has white color on #AFB1F0 background.