COLOR #AD7BF6

HEX: #AD7BF6
RGB: (173,123,246)

Color info

#AD7BF6 contains mainly blue color. Web safe color of #AD7BF6 is #9966FF (or #96F).

RGB color model

#AD7BF6 color RGB value is (173,123,246).

  • red value is 173;
  • green value is 123;
  • blue value is 246.
RGB:
(173,123,246)
(68%,48%,96%)

RGB channels and saturation

R 173 of 255 = 68%
G 123 of 255 = 48%
B 246 of 255 = 96%

173
123
246

R + G + B ~ 71%. #AD7BF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 123 + 246 = 542 (100%)
R 173 of 542 ~ 31.92%
G 123 of 542 ~ 22.69%
B 246 of 542 ~ 45.39%

%31.92
%22.69
%45.39

CMYK color model

#AD7BF6 color CMYK value is (30,50,0,4).

  • cyan value is 29.67%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(30,50,0,4)
C30M50Y0K4 
(30%,50%,0%,4%)
(0.30/0.50/0.00/0.04)	

CMYK percentages

%29.67
%50
%0
%3.53

Codes

Color #AD7BF6 in popluar color models

AD7BF6
RGB173123246
HSL264°87.23%72.35%
HSB/HSV264°50.00%96.47%
CMYK29.67%50.00%0.00%
3.53%

Color #AD7BF6 in popluar number systems.

HEXAD7BF6
Decimal173123246
Binary10101101111101111110110
Octal255173366

Shades and tints

Shades of #AD7BF6

#AD7BF6
(173,123,246)
#9E70E0
(158,112,224)
#8F65CA
(143,101,202)
#805AB4
(128,90,180)
#714F9E
(113,79,158)
#624488
(98,68,136)
#533972
(83,57,114)
#442E5C
(68,46,92)
#352346
(53,35,70)
#261830
(38,24,48)
#170D1A
(23,13,26)
#000000
(0,0,0)

Tints of #AD7BF6

#AD7BF6
(173,123,246)
#B487F6
(180,135,246)
#BB93F6
(187,147,246)
#C29FF6
(194,159,246)
#C9ABF6
(201,171,246)
#D0B7F6
(208,183,246)
#D7C3F6
(215,195,246)
#DECFF6
(222,207,246)
#E5DBF6
(229,219,246)
#ECE7F6
(236,231,246)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7BF6 color. Also use rgb(173,123,246) instead hex code.

Text Font Color

.myTextColor { color: #AD7BF6; }

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

This text font color is #AD7BF6.


Background Color

.myBgColor { background-color: #AD7BF6; }

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

This div background color is #AD7BF6.


Border color

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

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

This div border color is #AD7BF6.


Opacity

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

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

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

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

This text has shadow with #AD7BF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7BF6 on black background.


Color preview on white background

This text has color #AD7BF6 on white background.



Black color preview on #AD7BF6 background

This text has black color on #AD7BF6 background.


White color preview on #AD7BF6 background

This text has white color on #AD7BF6 background.