COLOR #AFB0FC

HEX: #AFB0FC RGB: (175,176,252)

Color info

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

RGB color model

#AFB0FC color RGB value is (175,176,252).

RGB: (175,176,252) (69%, 69%, 99%)

RGB channels and saturation

R 175 of 255 = 69%
G 176 of 255 = 69%
B 252 of 255 = 99%

175
176
252

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

Portions of RGB colors in percentages

R + G + B = 175 + 176 + 252 = 603 (100%)
R 175 of 603 ~ 29.02%
G 176 of 603 ~ 29.19%
B 252 of 603 ~ 41.79'%

%29.02
%29.19
%41.79

CMYK color model

#AFB0FC color CMYK value is (31,30,0,1).

  • cyan value is 30.56%
  • magenta value is 30.16%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK: (31,30,0,1) C31M30Y0K1 (31%,30%,0%,1%) (0.31/0.30/0.00/0.01) 

CMYK percentages

%30.56
%30.16
%0
%1.18

Codes

Color #AFB0FC in popluar color models

AF B0 FC
RGB 175 176 252
HSL 239° 92.77% 83.73%
HSB/HSV 239° 30.56% 98.82%
CMYK 30.56% 30.16% 0.00%
1.18%

Color #AFB0FC in popluar number systems.

HEX AF B0 FC
Decimal 175 176 252
Binary 10101111 10110000 11111100
Octal 257 260 374

Shades and tints

Shades of #AFB0FC

#AFB0FC
(175,176,252)
#A0A0E6
(160,160,230)
#9190D0
(145,144,208)
#8280BA
(130,128,186)
#7370A4
(115,112,164)
#64608E
(100,96,142)
#555078
(85,80,120)
#464062
(70,64,98)
#37304C
(55,48,76)
#282036
(40,32,54)
#191020
(25,16,32)
#000000
(0,0,0)

Tints of #AFB0FC

#AFB0FC
(175,176,252)
#B6B7FC
(182,183,252)
#BDBEFC
(189,190,252)
#C4C5FC
(196,197,252)
#CBCCFC
(203,204,252)
#D2D3FC
(210,211,252)
#D9DAFC
(217,218,252)
#E0E1FC
(224,225,252)
#E7E8FC
(231,232,252)
#EEEFFC
(238,239,252)
#F5F6FC
(245,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB0FC; }

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

This text font color is #AFB0FC.

Background Color

.myBgColor { background-color: #AFB0FC; }

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

This div background color is #AFB0FC.

Border color

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

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

This div border color is #AFB0FC.

Opacity

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

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

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

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

This text has shadow with #AFB0FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB0FC.

Preview

Color preview on black background

This text has color #AFB0FC on black background.


Color preview on white background

This text has color #AFB0FC on white background.


Black color preview on #AFB0FC background

This text has black color on #AFB0FC background.


White color preview on #AFB0FC background

This text has white color on #AFB0FC background.


Related colors

Complementary color

Complementary color for #hex is #504F03.


I love getcolorcode.com

Triadic colors

1 #FCAFB0 and #B0FCAF with #AFB0FC are triadic colors.

2 #FCB0AF and #B0AFFC with #AFB0FC are triadic colors.