COLOR #A7ADFC

HEX: #A7ADFC
RGB: (167,173,252)

Color info

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

RGB color model

#A7ADFC color RGB value is (167,173,252).

  • red value is 167;
  • green value is 173;
  • blue value is 252.
RGB:
(167,173,252)
(65%,68%,99%)

RGB channels and saturation

R 167 of 255 = 65%
G 173 of 255 = 68%
B 252 of 255 = 99%

167
173
252

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

Portions of RGB colors in percentages

R + G + B =
167 + 173 + 252 = 592 (100%)
R 167 of 592 ~ 28.21%
G 173 of 592 ~ 29.22%
B 252 of 592 ~ 42.57%

%28.21
%29.22
%42.57

CMYK color model

#A7ADFC color CMYK value is (34,31,0,1).

  • cyan value is 33.73%
  • magenta value is 31.35%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(34,31,0,1)
C34M31Y0K1 
(34%,31%,0%,1%)
(0.34/0.31/0.00/0.01)	

CMYK percentages

%33.73
%31.35
%0
%1.18

Codes

Color #A7ADFC in popluar color models

A7ADFC
RGB167173252
HSL236°93.41%82.16%
HSB/HSV236°33.73%98.82%
CMYK33.73%31.35%0.00%
1.18%

Color #A7ADFC in popluar number systems.

HEXA7ADFC
Decimal167173252
Binary101001111010110111111100
Octal247255374

Shades and tints

Shades of #A7ADFC

#A7ADFC
(167,173,252)
#989EE6
(152,158,230)
#898FD0
(137,143,208)
#7A80BA
(122,128,186)
#6B71A4
(107,113,164)
#5C628E
(92,98,142)
#4D5378
(77,83,120)
#3E4462
(62,68,98)
#2F354C
(47,53,76)
#202636
(32,38,54)
#111720
(17,23,32)
#000000
(0,0,0)

Tints of #A7ADFC

#A7ADFC
(167,173,252)
#AFB4FC
(175,180,252)
#B7BBFC
(183,187,252)
#BFC2FC
(191,194,252)
#C7C9FC
(199,201,252)
#CFD0FC
(207,208,252)
#D7D7FC
(215,215,252)
#DFDEFC
(223,222,252)
#E7E5FC
(231,229,252)
#EFECFC
(239,236,252)
#F7F3FC
(247,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7ADFC color. Also use rgb(167,173,252) instead hex code.

Text Font Color

.myTextColor { color: #A7ADFC; }

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

This text font color is #A7ADFC.


Background Color

.myBgColor { background-color: #A7ADFC; }

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

This div background color is #A7ADFC.


Border color

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

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

This div border color is #A7ADFC.


Opacity

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

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

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

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

This text has shadow with #A7ADFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7ADFC on black background.


Color preview on white background

This text has color #A7ADFC on white background.



Black color preview on #A7ADFC background

This text has black color on #A7ADFC background.


White color preview on #A7ADFC background

This text has white color on #A7ADFC background.