COLOR #AD9EF4

HEX: #AD9EF4 RGB: (173,158,244)

Color info

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

RGB color model

#AD9EF4 color RGB value is (173,158,244).

RGB: (173,158,244) (68%, 62%, 96%)

RGB channels and saturation

R 173 of 255 = 68%
G 158 of 255 = 62%
B 244 of 255 = 96%

173
158
244

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

Portions of RGB colors in percentages

R + G + B = 173 + 158 + 244 = 575 (100%)
R 173 of 575 ~ 30.09%
G 158 of 575 ~ 27.48%
B 244 of 575 ~ 42.43'%

%30.09
%27.48
%42.43

CMYK color model

#AD9EF4 color CMYK value is (29,35,0,4).

  • cyan value is 29.10%
  • magenta value is 35.25%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (29,35,0,4)
C29M35Y0K4 (29%, 35%, 0%, 4%)
(0.29 / 0.35 / 0.00 / 0.04)

CMYK percentages

%29.1
%35.25
%0
%4.31

Codes

Color #AD9EF4 in popluar color models

AD 9E F4
RGB 173 158 244
HSL 250° 79.63% 78.82%
HSB/HSV 250° 35.25% 95.69%
CMYK 29.10% 35.25% 0.00%
4.31%

Color #AD9EF4 in popluar number systems.

HEX AD 9E F4
Decimal 173 158 244
Binary 10101101 10011110 11110100
Octal 255 236 364

Shades and tints

Shades of #AD9EF4

#AD9EF4
(173,158,244)
#9E90DE
(158,144,222)
#8F82C8
(143,130,200)
#8074B2
(128,116,178)
#71669C
(113,102,156)
#625886
(98,88,134)
#534A70
(83,74,112)
#443C5A
(68,60,90)
#352E44
(53,46,68)
#26202E
(38,32,46)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #AD9EF4

#AD9EF4
(173,158,244)
#B4A6F5
(180,166,245)
#BBAEF6
(187,174,246)
#C2B6F7
(194,182,247)
#C9BEF8
(201,190,248)
#D0C6F9
(208,198,249)
#D7CEFA
(215,206,250)
#DED6FB
(222,214,251)
#E5DEFC
(229,222,252)
#ECE6FD
(236,230,253)
#F3EEFE
(243,238,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9EF4 color. Also use rgb(173,158,244) instead hex code.

Text Font Color

.myTextColor { color: #AD9EF4; }

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

This text font color is #AD9EF4.

Background Color

.myBgColor { background-color: #AD9EF4; }

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

This div background color is #AD9EF4.

Border color

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

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

This div border color is #AD9EF4.

Opacity

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

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

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

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

This text has shadow with #AD9EF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9EF4.

Preview

Color preview on black background

This text has color #AD9EF4 on black background.


Color preview on white background

This text has color #AD9EF4 on white background.


Black color preview on #AD9EF4 background

This text has black color on #AD9EF4 background.


White color preview on #AD9EF4 background

This text has white color on #AD9EF4 background.


Related colors

Complementary color

Complementary color for #hex is #52610B.


I love getcolorcode.com

Triadic colors

1 #F4AD9E and #9EF4AD with #AD9EF4 are triadic colors.

2 #F49EAD and #9EADF4 with #AD9EF4 are triadic colors.