COLOR #AFC0FB

HEX: #AFC0FB
RGB: (175,192,251)

Color info

#AFC0FB contains mainly green and blue colors. Web safe color of #AFC0FB is #99CCFF (or #9CF).

RGB color model

#AFC0FB color RGB value is (175,192,251).

  • red value is 175;
  • green value is 192;
  • blue value is 251.
RGB:
(175,192,251)
(69%,75%,98%)

RGB channels and saturation

R 175 of 255 = 69%
G 192 of 255 = 75%
B 251 of 255 = 98%

175
192
251

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

Portions of RGB colors in percentages

R + G + B =
175 + 192 + 251 = 618 (100%)
R 175 of 618 ~ 28.32%
G 192 of 618 ~ 31.07%
B 251 of 618 ~ 40.61%

%28.32
%31.07
%40.61

CMYK color model

#AFC0FB color CMYK value is (30,24,0,2).

  • cyan value is 30.28%
  • magenta value is 23.51%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(30,24,0,2)
C30M24Y0K2 
(30%,24%,0%,2%)
(0.30/0.24/0.00/0.02)	

CMYK percentages

%30.28
%23.51
%0
%1.57

Codes

Color #AFC0FB in popluar color models

AFC0FB
RGB175192251
HSL227°90.48%83.53%
HSB/HSV227°30.28%98.43%
CMYK30.28%23.51%0.00%
1.57%

Color #AFC0FB in popluar number systems.

HEXAFC0FB
Decimal175192251
Binary101011111100000011111011
Octal257300373

Shades and tints

Shades of #AFC0FB

#AFC0FB
(175,192,251)
#A0AFE5
(160,175,229)
#919ECF
(145,158,207)
#828DB9
(130,141,185)
#737CA3
(115,124,163)
#646B8D
(100,107,141)
#555A77
(85,90,119)
#464961
(70,73,97)
#37384B
(55,56,75)
#282735
(40,39,53)
#19161F
(25,22,31)
#000000
(0,0,0)

Tints of #AFC0FB

#AFC0FB
(175,192,251)
#B6C5FB
(182,197,251)
#BDCAFB
(189,202,251)
#C4CFFB
(196,207,251)
#CBD4FB
(203,212,251)
#D2D9FB
(210,217,251)
#D9DEFB
(217,222,251)
#E0E3FB
(224,227,251)
#E7E8FB
(231,232,251)
#EEEDFB
(238,237,251)
#F5F2FB
(245,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC0FB color. Also use rgb(175,192,251) instead hex code.

Text Font Color

.myTextColor { color: #AFC0FB; }

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

This text font color is #AFC0FB.


Background Color

.myBgColor { background-color: #AFC0FB; }

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

This div background color is #AFC0FB.


Border color

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

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

This div border color is #AFC0FB.


Opacity

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

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

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

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

This text has shadow with #AFC0FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC0FB on black background.


Color preview on white background

This text has color #AFC0FB on white background.



Black color preview on #AFC0FB background

This text has black color on #AFC0FB background.


White color preview on #AFC0FB background

This text has white color on #AFC0FB background.