COLOR #AFCCFC

HEX: #AFCCFC
RGB: (175,204,252)

Color info

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

RGB color model

#AFCCFC color RGB value is (175,204,252).

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

RGB channels and saturation

R 175 of 255 = 69%
G 204 of 255 = 80%
B 252 of 255 = 99%

175
204
252

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

Portions of RGB colors in percentages

R + G + B =
175 + 204 + 252 = 631 (100%)
R 175 of 631 ~ 27.73%
G 204 of 631 ~ 32.33%
B 252 of 631 ~ 39.94%

%27.73
%32.33
%39.94

CMYK color model

#AFCCFC color CMYK value is (31,19,0,1).

  • cyan value is 30.56%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(31,19,0,1)
C31M19Y0K1 
(31%,19%,0%,1%)
(0.31/0.19/0.00/0.01)	

CMYK percentages

%30.56
%19.05
%0
%1.18

Codes

Color #AFCCFC in popluar color models

AFCCFC
RGB175204252
HSL217°92.77%83.73%
HSB/HSV217°30.56%98.82%
CMYK30.56%19.05%0.00%
1.18%

Color #AFCCFC in popluar number systems.

HEXAFCCFC
Decimal175204252
Binary101011111100110011111100
Octal257314374

Shades and tints

Shades of #AFCCFC

#AFCCFC
(175,204,252)
#A0BAE6
(160,186,230)
#91A8D0
(145,168,208)
#8296BA
(130,150,186)
#7384A4
(115,132,164)
#64728E
(100,114,142)
#556078
(85,96,120)
#464E62
(70,78,98)
#373C4C
(55,60,76)
#282A36
(40,42,54)
#191820
(25,24,32)
#000000
(0,0,0)

Tints of #AFCCFC

#AFCCFC
(175,204,252)
#B6D0FC
(182,208,252)
#BDD4FC
(189,212,252)
#C4D8FC
(196,216,252)
#CBDCFC
(203,220,252)
#D2E0FC
(210,224,252)
#D9E4FC
(217,228,252)
#E0E8FC
(224,232,252)
#E7ECFC
(231,236,252)
#EEF0FC
(238,240,252)
#F5F4FC
(245,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCCFC; }

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

This text font color is #AFCCFC.


Background Color

.myBgColor { background-color: #AFCCFC; }

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

This div background color is #AFCCFC.


Border color

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

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

This div border color is #AFCCFC.


Opacity

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

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

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

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

This text has shadow with #AFCCFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCCFC on black background.


Color preview on white background

This text has color #AFCCFC on white background.



Black color preview on #AFCCFC background

This text has black color on #AFCCFC background.


White color preview on #AFCCFC background

This text has white color on #AFCCFC background.