COLOR #AD9BE3

HEX: #AD9BE3 RGB: (173,155,227)

Color info

#AD9BE3 contains mainly red and blue colors. Web safe color of #AD9BE3 is #9999CC (or #99C).

RGB color model

#AD9BE3 color RGB value is (173,155,227).

RGB: (173,155,227) (68%, 61%, 89%)

RGB channels and saturation

R 173 of 255 = 68%
G 155 of 255 = 61%
B 227 of 255 = 89%

173
155
227

R + G + B ~ 73%. #AD9BE3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 155 + 227 = 555 (100%)
R 173 of 555 ~ 31.17%
G 155 of 555 ~ 27.93%
B 227 of 555 ~ 40.9'%

%31.17
%27.93
%40.9

CMYK color model

#AD9BE3 color CMYK value is (24,32,0,11).

  • cyan value is 23.79%
  • magenta value is 31.72%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (24,32,0,11)
C24M32Y0K11 (24%, 32%, 0%, 11%)
(0.24 / 0.32 / 0.00 / 0.11)

CMYK percentages

%23.79
%31.72
%0
%10.98

Codes

Color #AD9BE3 in popluar color models

AD 9B E3
RGB 173 155 227
HSL 255° 56.25% 74.90%
HSB/HSV 255° 31.72% 89.02%
CMYK 23.79% 31.72% 0.00%
10.98%

Color #AD9BE3 in popluar number systems.

HEX AD 9B E3
Decimal 173 155 227
Binary 10101101 10011011 11100011
Octal 255 233 343

Shades and tints

Shades of #AD9BE3

#AD9BE3
(173,155,227)
#9E8DCF
(158,141,207)
#8F7FBB
(143,127,187)
#8071A7
(128,113,167)
#716393
(113,99,147)
#62557F
(98,85,127)
#53476B
(83,71,107)
#443957
(68,57,87)
#352B43
(53,43,67)
#261D2F
(38,29,47)
#170F1B
(23,15,27)
#000000
(0,0,0)

Tints of #AD9BE3

#AD9BE3
(173,155,227)
#B4A4E5
(180,164,229)
#BBADE7
(187,173,231)
#C2B6E9
(194,182,233)
#C9BFEB
(201,191,235)
#D0C8ED
(208,200,237)
#D7D1EF
(215,209,239)
#DEDAF1
(222,218,241)
#E5E3F3
(229,227,243)
#ECECF5
(236,236,245)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9BE3 color. Also use rgb(173,155,227) instead hex code.

Text Font Color

.myTextColor { color: #AD9BE3; }

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

This text font color is #AD9BE3.

Background Color

.myBgColor { background-color: #AD9BE3; }

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

This div background color is #AD9BE3.

Border color

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

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

This div border color is #AD9BE3.

Opacity

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

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

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

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

This text has shadow with #AD9BE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9BE3.

Preview

Color preview on black background

This text has color #AD9BE3 on black background.


Color preview on white background

This text has color #AD9BE3 on white background.


Black color preview on #AD9BE3 background

This text has black color on #AD9BE3 background.


White color preview on #AD9BE3 background

This text has white color on #AD9BE3 background.


Related colors

Complementary color

Complementary color for #hex is #52641C.


I love getcolorcode.com

Triadic colors

1 #E3AD9B and #9BE3AD with #AD9BE3 are triadic colors.

2 #E39BAD and #9BADE3 with #AD9BE3 are triadic colors.