COLOR #ADB5A5

HEX: #ADB5A5
RGB: (173,181,165)

Renk bilgisi

#ADB5A5 contains red, green and blue colors in about the same proportion. #ADB5A5 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ADB5A5 color RGB value is (173,181,165).

  • kırmız ton 173;
  • yeşil ton 181;
  • mavi ton 165.
RGB:
(173,181,165)
(68%,71%,65%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 181 of 255 = 71%
B 165 of 255 = 65%

173
181
165

R + G + B ~ 68%. #ADB5A5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 181 + 165 = 519 (100%)
R 173 of 519 ~ 33.33%
G 181 of 519 ~ 34.87%
B 165 of 519 ~ 31.79%

%33.33
%34.87
%31.79

CMYK RENK MODELİ

#ADB5A5 rengi CMYK tonu (4,0,9,29).

  • camgöbeği tonu 4.42%
  • eflatun tonu 0.00%
  • sarı tonu 8.84%
  • ana renk tonu 29.02%
CMYK:
(4,0,9,29)
C4M0Y9K29 
(4%,0%,9%,29%)
(0.04/0.00/0.09/0.29)	

CMYK yüzdeleri

%4.42
%0
%8.84
%29.02

Codes

Color #ADB5A5 in popluar color models

ADB5A5
RGB173181165
HSL90°9.76%67.84%
HSB/HSV90°8.84%70.98%
CMYK4.42%0.00%8.84%
29.02%

Color #ADB5A5 in popluar number systems.

HEXADB5A5
Decimal173181165
Binary101011011011010110100101
Octal255265245

Shades and tints

Shades of #ADB5A5

#ADB5A5
(173,181,165)
#9EA596
(158,165,150)
#8F9587
(143,149,135)
#808578
(128,133,120)
#717569
(113,117,105)
#62655A
(98,101,90)
#53554B
(83,85,75)
#44453C
(68,69,60)
#35352D
(53,53,45)
#26251E
(38,37,30)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #ADB5A5

#ADB5A5
(173,181,165)
#B4BBAD
(180,187,173)
#BBC1B5
(187,193,181)
#C2C7BD
(194,199,189)
#C9CDC5
(201,205,197)
#D0D3CD
(208,211,205)
#D7D9D5
(215,217,213)
#DEDFDD
(222,223,221)
#E5E5E5
(229,229,229)
#ECEBED
(236,235,237)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB5A5; }

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

This text font color is #ADB5A5.


Background Color

.myBgColor { background-color: #ADB5A5; }

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

This div background color is #ADB5A5.


Border color

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

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

This div border color is #ADB5A5.


Opacity

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

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

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

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

This text has shadow with #ADB5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB5A5 on black background.


Color preview on white background

This text has color #ADB5A5 on white background.



Black color preview on #ADB5A5 background

This text has black color on #ADB5A5 background.


White color preview on #ADB5A5 background

This text has white color on #ADB5A5 background.