COLOR #A6B0FD

HEX: #A6B0FD
RGB: (166,176,253)

Color info

#A6B0FD contains mainly blue color. Web safe color of #A6B0FD is #9999FF (or #99F).

RGB color model

#A6B0FD color RGB value is (166,176,253).

  • red value is 166;
  • green value is 176;
  • blue value is 253.
RGB:
(166,176,253)
(65%,69%,99%)

RGB channels and saturation

R 166 of 255 = 65%
G 176 of 255 = 69%
B 253 of 255 = 99%

166
176
253

R + G + B ~ 78%. #A6B0FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 176 + 253 = 595 (100%)
R 166 of 595 ~ 27.9%
G 176 of 595 ~ 29.58%
B 253 of 595 ~ 42.52%

%27.9
%29.58
%42.52

CMYK color model

#A6B0FD color CMYK value is (34,30,0,1).

  • cyan value is 34.39%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(34,30,0,1)
C34M30Y0K1 
(34%,30%,0%,1%)
(0.34/0.30/0.00/0.01)	

CMYK percentages

%34.39
%30.43
%0
%0.78

Codes

Color #A6B0FD in popluar color models

A6B0FD
RGB166176253
HSL233°95.60%82.16%
HSB/HSV233°34.39%99.22%
CMYK34.39%30.43%0.00%
0.78%

Color #A6B0FD in popluar number systems.

HEXA6B0FD
Decimal166176253
Binary101001101011000011111101
Octal246260375

Shades and tints

Shades of #A6B0FD

#A6B0FD
(166,176,253)
#97A0E6
(151,160,230)
#8890CF
(136,144,207)
#7980B8
(121,128,184)
#6A70A1
(106,112,161)
#5B608A
(91,96,138)
#4C5073
(76,80,115)
#3D405C
(61,64,92)
#2E3045
(46,48,69)
#1F202E
(31,32,46)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #A6B0FD

#A6B0FD
(166,176,253)
#AEB7FD
(174,183,253)
#B6BEFD
(182,190,253)
#BEC5FD
(190,197,253)
#C6CCFD
(198,204,253)
#CED3FD
(206,211,253)
#D6DAFD
(214,218,253)
#DEE1FD
(222,225,253)
#E6E8FD
(230,232,253)
#EEEFFD
(238,239,253)
#F6F6FD
(246,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B0FD color. Also use rgb(166,176,253) instead hex code.

Text Font Color

.myTextColor { color: #A6B0FD; }

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

This text font color is #A6B0FD.


Background Color

.myBgColor { background-color: #A6B0FD; }

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

This div background color is #A6B0FD.


Border color

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

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

This div border color is #A6B0FD.


Opacity

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

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

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

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

This text has shadow with #A6B0FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B0FD on black background.


Color preview on white background

This text has color #A6B0FD on white background.



Black color preview on #A6B0FD background

This text has black color on #A6B0FD background.


White color preview on #A6B0FD background

This text has white color on #A6B0FD background.