COLOR #AFBCDF

HEX: #AFBCDF
RGB: (175,188,223)

Color info

#AFBCDF contains red, green and blue colors in about the same proportion. Web safe color of #AFBCDF is #99CCCC (or #9CC).

RGB color model

#AFBCDF color RGB value is (175,188,223).

  • red value is 175;
  • green value is 188;
  • blue value is 223.
RGB:
(175,188,223)
(69%,74%,87%)

RGB channels and saturation

R 175 of 255 = 69%
G 188 of 255 = 74%
B 223 of 255 = 87%

175
188
223

R + G + B ~ 77%. #AFBCDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 188 + 223 = 586 (100%)
R 175 of 586 ~ 29.86%
G 188 of 586 ~ 32.08%
B 223 of 586 ~ 38.05%

%29.86
%32.08
%38.05

CMYK color model

#AFBCDF color CMYK value is (22,16,0,13).

  • cyan value is 21.52%
  • magenta value is 15.70%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(22,16,0,13)
C22M16Y0K13 
(22%,16%,0%,13%)
(0.22/0.16/0.00/0.13)	

CMYK percentages

%21.52
%15.7
%0
%12.55

Codes

Color #AFBCDF in popluar color models

AFBCDF
RGB175188223
HSL224°42.86%78.04%
HSB/HSV224°21.52%87.45%
CMYK21.52%15.70%0.00%
12.55%

Color #AFBCDF in popluar number systems.

HEXAFBCDF
Decimal175188223
Binary101011111011110011011111
Octal257274337

Shades and tints

Shades of #AFBCDF

#AFBCDF
(175,188,223)
#A0ABCB
(160,171,203)
#919AB7
(145,154,183)
#8289A3
(130,137,163)
#73788F
(115,120,143)
#64677B
(100,103,123)
#555667
(85,86,103)
#464553
(70,69,83)
#37343F
(55,52,63)
#28232B
(40,35,43)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #AFBCDF

#AFBCDF
(175,188,223)
#B6C2E1
(182,194,225)
#BDC8E3
(189,200,227)
#C4CEE5
(196,206,229)
#CBD4E7
(203,212,231)
#D2DAE9
(210,218,233)
#D9E0EB
(217,224,235)
#E0E6ED
(224,230,237)
#E7ECEF
(231,236,239)
#EEF2F1
(238,242,241)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBCDF color. Also use rgb(175,188,223) instead hex code.

Text Font Color

.myTextColor { color: #AFBCDF; }

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

This text font color is #AFBCDF.


Background Color

.myBgColor { background-color: #AFBCDF; }

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

This div background color is #AFBCDF.


Border color

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

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

This div border color is #AFBCDF.


Opacity

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

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

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

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

This text has shadow with #AFBCDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBCDF on black background.


Color preview on white background

This text has color #AFBCDF on white background.



Black color preview on #AFBCDF background

This text has black color on #AFBCDF background.


White color preview on #AFBCDF background

This text has white color on #AFBCDF background.