COLOR #AD9BAE

HEX: #AD9BAE RGB: (173,155,174)

Color info

#AD9BAE contains red, green and blue colors in about the same proportion. Web safe color of #AD9BAE is #999999 (or #999).

RGB color model

#AD9BAE color RGB value is (173,155,174).

RGB: (173,155,174) (68%, 61%, 68%)

RGB channels and saturation

R 173 of 255 = 68%
G 155 of 255 = 61%
B 174 of 255 = 68%

173
155
174

R + G + B ~ 66%. #AD9BAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 155 + 174 = 502 (100%)
R 173 of 502 ~ 34.46%
G 155 of 502 ~ 30.88%
B 174 of 502 ~ 34.66'%

%34.46
%30.88
%34.66

CMYK color model

#AD9BAE color CMYK value is (1,11,0,32).

  • cyan value is 0.57%
  • magenta value is 10.92%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (1,11,0,32)
C1M11Y0K32 (1%, 11%, 0%, 32%)
(0.01 / 0.11 / 0.00 / 0.32)

CMYK percentages

%0.57
%10.92
%0
%31.76

Codes

Color #AD9BAE in popluar color models

AD 9B AE
RGB 173 155 174
HSL 297° 10.50% 64.51%
HSB/HSV 297° 10.92% 68.24%
CMYK 0.57% 10.92% 0.00%
31.76%

Color #AD9BAE in popluar number systems.

HEX AD 9B AE
Decimal 173 155 174
Binary 10101101 10011011 10101110
Octal 255 233 256

Shades and tints

Shades of #AD9BAE

#AD9BAE
(173,155,174)
#9E8D9F
(158,141,159)
#8F7F90
(143,127,144)
#807181
(128,113,129)
#716372
(113,99,114)
#625563
(98,85,99)
#534754
(83,71,84)
#443945
(68,57,69)
#352B36
(53,43,54)
#261D27
(38,29,39)
#170F18
(23,15,24)
#000000
(0,0,0)

Tints of #AD9BAE

#AD9BAE
(173,155,174)
#B4A4B5
(180,164,181)
#BBADBC
(187,173,188)
#C2B6C3
(194,182,195)
#C9BFCA
(201,191,202)
#D0C8D1
(208,200,209)
#D7D1D8
(215,209,216)
#DEDADF
(222,218,223)
#E5E3E6
(229,227,230)
#ECECED
(236,236,237)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9BAE; }

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

This text font color is #AD9BAE.

Background Color

.myBgColor { background-color: #AD9BAE; }

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

This div background color is #AD9BAE.

Border color

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

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

This div border color is #AD9BAE.

Opacity

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

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

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

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

This text has shadow with #AD9BAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9BAE.

Preview

Color preview on black background

This text has color #AD9BAE on black background.


Color preview on white background

This text has color #AD9BAE on white background.


Black color preview on #AD9BAE background

This text has black color on #AD9BAE background.


White color preview on #AD9BAE background

This text has white color on #AD9BAE background.


Related colors

Complementary color

Complementary color for #hex is #526451.


I love getcolorcode.com

Triadic colors

1 #AEAD9B and #9BAEAD with #AD9BAE are triadic colors.

2 #AE9BAD and #9BADAE with #AD9BAE are triadic colors.