COLOR #ADBDA5

HEX: #ADBDA5 RGB: (173,189,165)

Color info

#ADBDA5 contains red, green and blue colors in about the same proportion. Web safe color of #ADBDA5 is #99CC99 (or #9C9).

RGB color model

#ADBDA5 color RGB value is (173,189,165).

RGB: (173,189,165) (68%, 74%, 65%)

RGB channels and saturation

R 173 of 255 = 68%
G 189 of 255 = 74%
B 165 of 255 = 65%

173
189
165

R + G + B ~ 69%. #ADBDA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 189 + 165 = 527 (100%)
R 173 of 527 ~ 32.83%
G 189 of 527 ~ 35.86%
B 165 of 527 ~ 31.31'%

%32.83
%35.86
%31.31

CMYK color model

#ADBDA5 color CMYK value is (8,0,13,26).

  • cyan value is 8.47%
  • magenta value is 0.00%
  • yellow value is 12.70%
  • key color value is 25.88%

CMYK: (8,0,13,26)
C8M0Y13K26 (8%, 0%, 13%, 26%)
(0.08 / 0.00 / 0.13 / 0.26)

CMYK percentages

%8.47
%0
%12.7
%25.88

Codes

Color #ADBDA5 in popluar color models

AD BD A5
RGB 173 189 165
HSL 100° 15.38% 69.41%
HSB/HSV 100° 12.70% 74.12%
CMYK 8.47% 0.00% 12.70%
25.88%

Color #ADBDA5 in popluar number systems.

HEX AD BD A5
Decimal 173 189 165
Binary 10101101 10111101 10100101
Octal 255 275 245

Shades and tints

Shades of #ADBDA5

#ADBDA5
(173,189,165)
#9EAC96
(158,172,150)
#8F9B87
(143,155,135)
#808A78
(128,138,120)
#717969
(113,121,105)
#62685A
(98,104,90)
#53574B
(83,87,75)
#44463C
(68,70,60)
#35352D
(53,53,45)
#26241E
(38,36,30)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #ADBDA5

#ADBDA5
(173,189,165)
#B4C3AD
(180,195,173)
#BBC9B5
(187,201,181)
#C2CFBD
(194,207,189)
#C9D5C5
(201,213,197)
#D0DBCD
(208,219,205)
#D7E1D5
(215,225,213)
#DEE7DD
(222,231,221)
#E5EDE5
(229,237,229)
#ECF3ED
(236,243,237)
#F3F9F5
(243,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBDA5 color. Also use rgb(173,189,165) instead hex code.

Text Font Color

.myTextColor { color: #ADBDA5; }

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

This text font color is #ADBDA5.

Background Color

.myBgColor { background-color: #ADBDA5; }

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

This div background color is #ADBDA5.

Border color

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

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

This div border color is #ADBDA5.

Opacity

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

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

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

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

This text has shadow with #ADBDA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBDA5.

Preview

Color preview on black background

This text has color #ADBDA5 on black background.


Color preview on white background

This text has color #ADBDA5 on white background.


Black color preview on #ADBDA5 background

This text has black color on #ADBDA5 background.


White color preview on #ADBDA5 background

This text has white color on #ADBDA5 background.


Related colors

Complementary color

Complementary color for #hex is #52425A.


I love getcolorcode.com

Triadic colors

1 #A5ADBD and #BDA5AD with #ADBDA5 are triadic colors.

2 #A5BDAD and #BDADA5 with #ADBDA5 are triadic colors.