COLOR #AFBBFE

HEX: #AFBBFE RGB: (175,187,254)

Color info

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

RGB color model

#AFBBFE color RGB value is (175,187,254).

RGB: (175,187,254) (69%, 73%, 100%)

RGB channels and saturation

R 175 of 255 = 69%
G 187 of 255 = 73%
B 254 of 255 = 100%

175
187
254

R + G + B ~ 81%. #AFBBFE is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 187 + 254 = 616 (100%)
R 175 of 616 ~ 28.41%
G 187 of 616 ~ 30.36%
B 254 of 616 ~ 41.23'%

%28.41
%30.36
%41.23

CMYK color model

#AFBBFE color CMYK value is (31,26,0,0).

  • cyan value is 31.10%
  • magenta value is 26.38%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (31,26,0,0)
C31M26Y0K0 (31%, 26%, 0%, 0%)
(0.31 / 0.26 / 0.00 / 0.00)

CMYK percentages

%31.1
%26.38
%0
%0.39

Codes

Color #AFBBFE in popluar color models

AF BB FE
RGB 175 187 254
HSL 231° 97.53% 84.12%
HSB/HSV 231° 31.10% 99.61%
CMYK 31.10% 26.38% 0.00%
0.39%

Color #AFBBFE in popluar number systems.

HEX AF BB FE
Decimal 175 187 254
Binary 10101111 10111011 11111110
Octal 257 273 376

Shades and tints

Shades of #AFBBFE

#AFBBFE
(175,187,254)
#A0AAE7
(160,170,231)
#9199D0
(145,153,208)
#8288B9
(130,136,185)
#7377A2
(115,119,162)
#64668B
(100,102,139)
#555574
(85,85,116)
#46445D
(70,68,93)
#373346
(55,51,70)
#28222F
(40,34,47)
#191118
(25,17,24)
#000000
(0,0,0)

Tints of #AFBBFE

#AFBBFE
(175,187,254)
#B6C1FE
(182,193,254)
#BDC7FE
(189,199,254)
#C4CDFE
(196,205,254)
#CBD3FE
(203,211,254)
#D2D9FE
(210,217,254)
#D9DFFE
(217,223,254)
#E0E5FE
(224,229,254)
#E7EBFE
(231,235,254)
#EEF1FE
(238,241,254)
#F5F7FE
(245,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBBFE color. Also use rgb(175,187,254) instead hex code.

Text Font Color

.myTextColor { color: #AFBBFE; }

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

This text font color is #AFBBFE.

Background Color

.myBgColor { background-color: #AFBBFE; }

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

This div background color is #AFBBFE.

Border color

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

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

This div border color is #AFBBFE.

Opacity

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

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

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

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

This text has shadow with #AFBBFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBBFE.

Preview

Color preview on black background

This text has color #AFBBFE on black background.


Color preview on white background

This text has color #AFBBFE on white background.


Black color preview on #AFBBFE background

This text has black color on #AFBBFE background.


White color preview on #AFBBFE background

This text has white color on #AFBBFE background.


Related colors

Complementary color

Complementary color for #hex is #504401.


I love getcolorcode.com

Triadic colors

1 #FEAFBB and #BBFEAF with #AFBBFE are triadic colors.

2 #FEBBAF and #BBAFFE with #AFBBFE are triadic colors.