COLOR #AFCCFA

HEX: #AFCCFA
RGB: (175,204,250)

Color info

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

RGB color model

#AFCCFA color RGB value is (175,204,250).

  • red value is 175;
  • green value is 204;
  • blue value is 250.
RGB:
(175,204,250)
(69%,80%,98%)

RGB channels and saturation

R 175 of 255 = 69%
G 204 of 255 = 80%
B 250 of 255 = 98%

175
204
250

R + G + B ~ 82%. #AFCCFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 204 + 250 = 629 (100%)
R 175 of 629 ~ 27.82%
G 204 of 629 ~ 32.43%
B 250 of 629 ~ 39.75%

%27.82
%32.43
%39.75

CMYK color model

#AFCCFA color CMYK value is (30,18,0,2).

  • cyan value is 30.00%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(30,18,0,2)
C30M18Y0K2 
(30%,18%,0%,2%)
(0.30/0.18/0.00/0.02)	

CMYK percentages

%30
%18.4
%0
%1.96

Codes

Color #AFCCFA in popluar color models

AFCCFA
RGB175204250
HSL217°88.24%83.33%
HSB/HSV217°30.00%98.04%
CMYK30.00%18.40%0.00%
1.96%

Color #AFCCFA in popluar number systems.

HEXAFCCFA
Decimal175204250
Binary101011111100110011111010
Octal257314372

Shades and tints

Shades of #AFCCFA

#AFCCFA
(175,204,250)
#A0BAE4
(160,186,228)
#91A8CE
(145,168,206)
#8296B8
(130,150,184)
#7384A2
(115,132,162)
#64728C
(100,114,140)
#556076
(85,96,118)
#464E60
(70,78,96)
#373C4A
(55,60,74)
#282A34
(40,42,52)
#19181E
(25,24,30)
#000000
(0,0,0)

Tints of #AFCCFA

#AFCCFA
(175,204,250)
#B6D0FA
(182,208,250)
#BDD4FA
(189,212,250)
#C4D8FA
(196,216,250)
#CBDCFA
(203,220,250)
#D2E0FA
(210,224,250)
#D9E4FA
(217,228,250)
#E0E8FA
(224,232,250)
#E7ECFA
(231,236,250)
#EEF0FA
(238,240,250)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCCFA color. Also use rgb(175,204,250) instead hex code.

Text Font Color

.myTextColor { color: #AFCCFA; }

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

This text font color is #AFCCFA.


Background Color

.myBgColor { background-color: #AFCCFA; }

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

This div background color is #AFCCFA.


Border color

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

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

This div border color is #AFCCFA.


Opacity

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

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

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

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

This text has shadow with #AFCCFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCCFA on black background.


Color preview on white background

This text has color #AFCCFA on white background.



Black color preview on #AFCCFA background

This text has black color on #AFCCFA background.


White color preview on #AFCCFA background

This text has white color on #AFCCFA background.