COLOR #AD9EB4

HEX: #AD9EB4 RGB: (173,158,180)

Color info

#AD9EB4 contains red, green and blue colors in about the same proportion. Web safe color of #AD9EB4 is #9999CC (or #99C).

RGB color model

#AD9EB4 color RGB value is (173,158,180).

RGB: (173,158,180) (68%, 62%, 71%)

RGB channels and saturation

R 173 of 255 = 68%
G 158 of 255 = 62%
B 180 of 255 = 71%

173
158
180

R + G + B ~ 67%. #AD9EB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 158 + 180 = 511 (100%)
R 173 of 511 ~ 33.86%
G 158 of 511 ~ 30.92%
B 180 of 511 ~ 35.23'%

%33.86
%30.92
%35.23

CMYK color model

#AD9EB4 color CMYK value is (4,12,0,29).

  • cyan value is 3.89%
  • magenta value is 12.22%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (4,12,0,29)
C4M12Y0K29 (4%, 12%, 0%, 29%)
(0.04 / 0.12 / 0.00 / 0.29)

CMYK percentages

%3.89
%12.22
%0
%29.41

Codes

Color #AD9EB4 in popluar color models

AD 9E B4
RGB 173 158 180
HSL 281° 12.79% 66.27%
HSB/HSV 281° 12.22% 70.59%
CMYK 3.89% 12.22% 0.00%
29.41%

Color #AD9EB4 in popluar number systems.

HEX AD 9E B4
Decimal 173 158 180
Binary 10101101 10011110 10110100
Octal 255 236 264

Shades and tints

Shades of #AD9EB4

#AD9EB4
(173,158,180)
#9E90A4
(158,144,164)
#8F8294
(143,130,148)
#807484
(128,116,132)
#716674
(113,102,116)
#625864
(98,88,100)
#534A54
(83,74,84)
#443C44
(68,60,68)
#352E34
(53,46,52)
#262024
(38,32,36)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #AD9EB4

#AD9EB4
(173,158,180)
#B4A6BA
(180,166,186)
#BBAEC0
(187,174,192)
#C2B6C6
(194,182,198)
#C9BECC
(201,190,204)
#D0C6D2
(208,198,210)
#D7CED8
(215,206,216)
#DED6DE
(222,214,222)
#E5DEE4
(229,222,228)
#ECE6EA
(236,230,234)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9EB4; }

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

This text font color is #AD9EB4.

Background Color

.myBgColor { background-color: #AD9EB4; }

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

This div background color is #AD9EB4.

Border color

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

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

This div border color is #AD9EB4.

Opacity

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

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

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

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

This text has shadow with #AD9EB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9EB4.

Preview

Color preview on black background

This text has color #AD9EB4 on black background.


Color preview on white background

This text has color #AD9EB4 on white background.


Black color preview on #AD9EB4 background

This text has black color on #AD9EB4 background.


White color preview on #AD9EB4 background

This text has white color on #AD9EB4 background.


Related colors

Complementary color

Complementary color for #hex is #52614B.


I love getcolorcode.com

Triadic colors

1 #B4AD9E and #9EB4AD with #AD9EB4 are triadic colors.

2 #B49EAD and #9EADB4 with #AD9EB4 are triadic colors.