COLOR #AFB6DC

HEX: #AFB6DC
RGB: (175,182,220)

Color info

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

RGB color model

#AFB6DC color RGB value is (175,182,220).

  • red value is 175;
  • green value is 182;
  • blue value is 220.
RGB:
(175,182,220)
(69%,71%,86%)

RGB channels and saturation

R 175 of 255 = 69%
G 182 of 255 = 71%
B 220 of 255 = 86%

175
182
220

R + G + B ~ 75%. #AFB6DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 182 + 220 = 577 (100%)
R 175 of 577 ~ 30.33%
G 182 of 577 ~ 31.54%
B 220 of 577 ~ 38.13%

%30.33
%31.54
%38.13

CMYK color model

#AFB6DC color CMYK value is (20,17,0,14).

  • cyan value is 20.45%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(20,17,0,14)
C20M17Y0K14 
(20%,17%,0%,14%)
(0.20/0.17/0.00/0.14)	

CMYK percentages

%20.45
%17.27
%0
%13.73

Codes

Color #AFB6DC in popluar color models

AFB6DC
RGB175182220
HSL231°39.13%77.45%
HSB/HSV231°20.45%86.27%
CMYK20.45%17.27%0.00%
13.73%

Color #AFB6DC in popluar number systems.

HEXAFB6DC
Decimal175182220
Binary101011111011011011011100
Octal257266334

Shades and tints

Shades of #AFB6DC

#AFB6DC
(175,182,220)
#A0A6C8
(160,166,200)
#9196B4
(145,150,180)
#8286A0
(130,134,160)
#73768C
(115,118,140)
#646678
(100,102,120)
#555664
(85,86,100)
#464650
(70,70,80)
#37363C
(55,54,60)
#282628
(40,38,40)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #AFB6DC

#AFB6DC
(175,182,220)
#B6BCDF
(182,188,223)
#BDC2E2
(189,194,226)
#C4C8E5
(196,200,229)
#CBCEE8
(203,206,232)
#D2D4EB
(210,212,235)
#D9DAEE
(217,218,238)
#E0E0F1
(224,224,241)
#E7E6F4
(231,230,244)
#EEECF7
(238,236,247)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB6DC color. Also use rgb(175,182,220) instead hex code.

Text Font Color

.myTextColor { color: #AFB6DC; }

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

This text font color is #AFB6DC.


Background Color

.myBgColor { background-color: #AFB6DC; }

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

This div background color is #AFB6DC.


Border color

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

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

This div border color is #AFB6DC.


Opacity

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

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

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

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

This text has shadow with #AFB6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB6DC on black background.


Color preview on white background

This text has color #AFB6DC on white background.



Black color preview on #AFB6DC background

This text has black color on #AFB6DC background.


White color preview on #AFB6DC background

This text has white color on #AFB6DC background.