COLOR #AFCDF4

HEX: #AFCDF4
RGB: (175,205,244)

Color info

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

RGB color model

#AFCDF4 color RGB value is (175,205,244).

  • red value is 175;
  • green value is 205;
  • blue value is 244.
RGB:
(175,205,244)
(69%,80%,96%)

RGB channels and saturation

R 175 of 255 = 69%
G 205 of 255 = 80%
B 244 of 255 = 96%

175
205
244

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

Portions of RGB colors in percentages

R + G + B =
175 + 205 + 244 = 624 (100%)
R 175 of 624 ~ 28.04%
G 205 of 624 ~ 32.85%
B 244 of 624 ~ 39.1%

%28.04
%32.85
%39.1

CMYK color model

#AFCDF4 color CMYK value is (28,16,0,4).

  • cyan value is 28.28%
  • magenta value is 15.98%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(28,16,0,4)
C28M16Y0K4 
(28%,16%,0%,4%)
(0.28/0.16/0.00/0.04)	

CMYK percentages

%28.28
%15.98
%0
%4.31

Codes

Color #AFCDF4 in popluar color models

AFCDF4
RGB175205244
HSL214°75.82%82.16%
HSB/HSV214°28.28%95.69%
CMYK28.28%15.98%0.00%
4.31%

Color #AFCDF4 in popluar number systems.

HEXAFCDF4
Decimal175205244
Binary101011111100110111110100
Octal257315364

Shades and tints

Shades of #AFCDF4

#AFCDF4
(175,205,244)
#A0BBDE
(160,187,222)
#91A9C8
(145,169,200)
#8297B2
(130,151,178)
#73859C
(115,133,156)
#647386
(100,115,134)
#556170
(85,97,112)
#464F5A
(70,79,90)
#373D44
(55,61,68)
#282B2E
(40,43,46)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #AFCDF4

#AFCDF4
(175,205,244)
#B6D1F5
(182,209,245)
#BDD5F6
(189,213,246)
#C4D9F7
(196,217,247)
#CBDDF8
(203,221,248)
#D2E1F9
(210,225,249)
#D9E5FA
(217,229,250)
#E0E9FB
(224,233,251)
#E7EDFC
(231,237,252)
#EEF1FD
(238,241,253)
#F5F5FE
(245,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCDF4 color. Also use rgb(175,205,244) instead hex code.

Text Font Color

.myTextColor { color: #AFCDF4; }

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

This text font color is #AFCDF4.


Background Color

.myBgColor { background-color: #AFCDF4; }

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

This div background color is #AFCDF4.


Border color

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

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

This div border color is #AFCDF4.


Opacity

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

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

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

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

This text has shadow with #AFCDF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCDF4 on black background.


Color preview on white background

This text has color #AFCDF4 on white background.



Black color preview on #AFCDF4 background

This text has black color on #AFCDF4 background.


White color preview on #AFCDF4 background

This text has white color on #AFCDF4 background.