COLOR #AFC9FE

HEX: #AFC9FE
RGB: (175,201,254)

Color info

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

RGB color model

#AFC9FE color RGB value is (175,201,254).

  • red value is 175;
  • green value is 201;
  • blue value is 254.
RGB:
(175,201,254)
(69%,79%,100%)

RGB channels and saturation

R 175 of 255 = 69%
G 201 of 255 = 79%
B 254 of 255 = 100%

175
201
254

R + G + B ~ 83%. #AFC9FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 201 + 254 = 630 (100%)
R 175 of 630 ~ 27.78%
G 201 of 630 ~ 31.9%
B 254 of 630 ~ 40.32%

%27.78
%31.9
%40.32

CMYK color model

#AFC9FE color CMYK value is (31,21,0,0).

  • cyan value is 31.10%
  • magenta value is 20.87%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(31,21,0,0)
C31M21Y0K0 
(31%,21%,0%,0%)
(0.31/0.21/0.00/0.00)	

CMYK percentages

%31.1
%20.87
%0
%0.39

Codes

Color #AFC9FE in popluar color models

AFC9FE
RGB175201254
HSL220°97.53%84.12%
HSB/HSV220°31.10%99.61%
CMYK31.10%20.87%0.00%
0.39%

Color #AFC9FE in popluar number systems.

HEXAFC9FE
Decimal175201254
Binary101011111100100111111110
Octal257311376

Shades and tints

Shades of #AFC9FE

#AFC9FE
(175,201,254)
#A0B7E7
(160,183,231)
#91A5D0
(145,165,208)
#8293B9
(130,147,185)
#7381A2
(115,129,162)
#646F8B
(100,111,139)
#555D74
(85,93,116)
#464B5D
(70,75,93)
#373946
(55,57,70)
#28272F
(40,39,47)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #AFC9FE

#AFC9FE
(175,201,254)
#B6CDFE
(182,205,254)
#BDD1FE
(189,209,254)
#C4D5FE
(196,213,254)
#CBD9FE
(203,217,254)
#D2DDFE
(210,221,254)
#D9E1FE
(217,225,254)
#E0E5FE
(224,229,254)
#E7E9FE
(231,233,254)
#EEEDFE
(238,237,254)
#F5F1FE
(245,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC9FE; }

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

This text font color is #AFC9FE.


Background Color

.myBgColor { background-color: #AFC9FE; }

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

This div background color is #AFC9FE.


Border color

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

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

This div border color is #AFC9FE.


Opacity

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

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

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

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

This text has shadow with #AFC9FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC9FE on black background.


Color preview on white background

This text has color #AFC9FE on white background.



Black color preview on #AFC9FE background

This text has black color on #AFC9FE background.


White color preview on #AFC9FE background

This text has white color on #AFC9FE background.