COLOR #AFB9DC

HEX: #AFB9DC
RGB: (175,185,220)

Color info

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

RGB color model

#AFB9DC color RGB value is (175,185,220).

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

RGB channels and saturation

R 175 of 255 = 69%
G 185 of 255 = 73%
B 220 of 255 = 86%

175
185
220

R + G + B ~ 76%. #AFB9DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 185 + 220 = 580 (100%)
R 175 of 580 ~ 30.17%
G 185 of 580 ~ 31.9%
B 220 of 580 ~ 37.93%

%30.17
%31.9
%37.93

CMYK color model

#AFB9DC color CMYK value is (20,16,0,14).

  • cyan value is 20.45%
  • magenta value is 15.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(20,16,0,14)
C20M16Y0K14 
(20%,16%,0%,14%)
(0.20/0.16/0.00/0.14)	

CMYK percentages

%20.45
%15.91
%0
%13.73

Codes

Color #AFB9DC in popluar color models

AFB9DC
RGB175185220
HSL227°39.13%77.45%
HSB/HSV227°20.45%86.27%
CMYK20.45%15.91%0.00%
13.73%

Color #AFB9DC in popluar number systems.

HEXAFB9DC
Decimal175185220
Binary101011111011100111011100
Octal257271334

Shades and tints

Shades of #AFB9DC

#AFB9DC
(175,185,220)
#A0A9C8
(160,169,200)
#9199B4
(145,153,180)
#8289A0
(130,137,160)
#73798C
(115,121,140)
#646978
(100,105,120)
#555964
(85,89,100)
#464950
(70,73,80)
#37393C
(55,57,60)
#282928
(40,41,40)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #AFB9DC

#AFB9DC
(175,185,220)
#B6BFDF
(182,191,223)
#BDC5E2
(189,197,226)
#C4CBE5
(196,203,229)
#CBD1E8
(203,209,232)
#D2D7EB
(210,215,235)
#D9DDEE
(217,221,238)
#E0E3F1
(224,227,241)
#E7E9F4
(231,233,244)
#EEEFF7
(238,239,247)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB9DC; }

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

This text font color is #AFB9DC.


Background Color

.myBgColor { background-color: #AFB9DC; }

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

This div background color is #AFB9DC.


Border color

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

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

This div border color is #AFB9DC.


Opacity

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

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

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

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

This text has shadow with #AFB9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB9DC on black background.


Color preview on white background

This text has color #AFB9DC on white background.



Black color preview on #AFB9DC background

This text has black color on #AFB9DC background.


White color preview on #AFB9DC background

This text has white color on #AFB9DC background.