COLOR #AFB9FD

HEX: #AFB9FD RGB: (175,185,253)

Color info

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

RGB color model

#AFB9FD color RGB value is (175,185,253).

RGB: (175,185,253) (69%, 73%, 99%)

RGB channels and saturation

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

175
185
253

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

Portions of RGB colors in percentages

R + G + B = 175 + 185 + 253 = 613 (100%)
R 175 of 613 ~ 28.55%
G 185 of 613 ~ 30.18%
B 253 of 613 ~ 41.27'%

%28.55
%30.18
%41.27

CMYK color model

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

  • cyan value is 30.83%
  • magenta value is 26.88%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (31,27,0,1)
C31M27Y0K1 (31%, 27%, 0%, 1%)
(0.31 / 0.27 / 0.00 / 0.01)

CMYK percentages

%30.83
%26.88
%0
%0.78

Codes

Color #AFB9FD in popluar color models

AF B9 FD
RGB 175 185 253
HSL 232° 95.12% 83.92%
HSB/HSV 232° 30.83% 99.22%
CMYK 30.83% 26.88% 0.00%
0.78%

Color #AFB9FD in popluar number systems.

HEX AF B9 FD
Decimal 175 185 253
Binary 10101111 10111001 11111101
Octal 257 271 375

Shades and tints

Shades of #AFB9FD

#AFB9FD
(175,185,253)
#A0A9E6
(160,169,230)
#9199CF
(145,153,207)
#8289B8
(130,137,184)
#7379A1
(115,121,161)
#64698A
(100,105,138)
#555973
(85,89,115)
#46495C
(70,73,92)
#373945
(55,57,69)
#28292E
(40,41,46)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #AFB9FD

#AFB9FD
(175,185,253)
#B6BFFD
(182,191,253)
#BDC5FD
(189,197,253)
#C4CBFD
(196,203,253)
#CBD1FD
(203,209,253)
#D2D7FD
(210,215,253)
#D9DDFD
(217,221,253)
#E0E3FD
(224,227,253)
#E7E9FD
(231,233,253)
#EEEFFD
(238,239,253)
#F5F5FD
(245,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB9FD; }

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

This text font color is #AFB9FD.

Background Color

.myBgColor { background-color: #AFB9FD; }

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

This div background color is #AFB9FD.

Border color

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

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

This div border color is #AFB9FD.

Opacity

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

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

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

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

This text has shadow with #AFB9FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB9FD.

Preview

Color preview on black background

This text has color #AFB9FD on black background.


Color preview on white background

This text has color #AFB9FD on white background.


Black color preview on #AFB9FD background

This text has black color on #AFB9FD background.


White color preview on #AFB9FD background

This text has white color on #AFB9FD background.


Related colors

Complementary color

Complementary color for #hex is #504602.


I love getcolorcode.com

Triadic colors

1 #FDAFB9 and #B9FDAF with #AFB9FD are triadic colors.

2 #FDB9AF and #B9AFFD with #AFB9FD are triadic colors.